Home
last modified time | relevance | path

Searched refs:Punycode (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/wind/
H A Drfc3492.txt12 Punycode: A Bootstring encoding of Unicode
29 Punycode is a simple and efficient transfer encoding syntax designed
38 Punycode is an instance of Bootstring that uses particular parameter
53 5. Parameter values for Punycode..............................8
60 RFC 3492 IDNA Punycode March 2003
67 7. Punycode examples.........................................14
77 C. Punycode sample implementation............................23
87 prefix is a Punycode encoding of a Unicode string satisfying certain
91 Punycode is an instance of a more general algorithm called
94 from a larger set. Punycode is Bootstring with particular parameter
[all …]
H A Drfc3490.txt222 and then with Punycode [PUNYCODE]. Implementations of IDNA MUST
231 fully implement Nameprep and Punycode; neither Nameprep nor Punycode
974 [PUNYCODE] Costello, A., "Punycode: A Bootstring encoding of
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp35 bool Punycode; member
636 if (Ident.Punycode) in demangleFnSig()
848 bool Punycode = consumeIf('u'); in parseIdentifier() local
867 return {S, Punycode}; in parseIdentifier()
1205 if (Ident.Punycode) { in printIdentifier()