Home
last modified time | relevance | path

Searched refs:punycode (Results 1 – 20 of 20) sorted by relevance

/external/curl/lib/
Didn_win32.c77 wchar_t punycode[IDN_MAX_LENGTH]; in curl_win32_idn_to_ascii() local
78 int chars = IdnToAscii(0, in_w, -1, punycode, IDN_MAX_LENGTH); in curl_win32_idn_to_ascii()
81 *out = Curl_convert_wchar_to_UTF8(punycode); in curl_win32_idn_to_ascii()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUTS46.java464 StringBuilder punycode; in processLabel() local
466punycode=Punycode.encode(labelString.subSequence(labelStart, labelStart+labelLength), null); in processLabel()
470 punycode.insert(0, "xn--"); in processLabel()
471 if(punycode.length()>63) { in processLabel()
475 punycode, punycode.length()); in processLabel()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java463 StringBuilder punycode; in processLabel() local
465punycode=Punycode.encode(labelString.subSequence(labelStart, labelStart+labelLength), null); in processLabel()
469 punycode.insert(0, "xn--"); in processLabel()
470 if(punycode.length()>63) { in processLabel()
474 punycode, punycode.length()); in processLabel()
/external/grpc-grpc/doc/
Dinternationalization.md20 Host names are punycode encoded, but the user is responsible for providing the punycode-encoded str…
/external/icu/icu4c/source/common/
Duts46.cpp860 UnicodeString punycode; in processLabel() local
861 UChar *buffer=punycode.getBuffer(63); // 63==maximum DNS label length in processLabel()
871 buffer+4, punycode.getCapacity()-4, in processLabel()
875 punycode.releaseBuffer(4); in processLabel()
876 buffer=punycode.getBuffer(4+punycodeLength); in processLabel()
882 buffer+4, punycode.getCapacity()-4, in processLabel()
886 punycode.releaseBuffer(punycodeLength); in processLabel()
894 punycode, punycodeLength, errorCode); in processLabel()
DMakefile.in111 uidna.o usprep.o uts46.o punycode.o \
/external/python/cpython3/Doc/extending/
Dbuilding.rst30 *punycode* encoding with hyphens replaced by underscores. In Python::
36 suffix = b'U_' + name.encode('punycode').replace(b'-', b'_')
/external/syzkaller/vendor/golang.org/x/net/idna/
Didna.go237 Punycode *Profile = punycode
252 punycode = &Profile{} var
/external/icu/icu4c/source/test/depstest/
Ddependencies.txt238 normalizer2 loadednormalizer2 punycode
251 stringprep punycode
282 group: punycode
283 punycode.o
/external/skia/third_party/icu/
Dicu.gni79 "$_src/common/punycode.cpp",
80 "$_src/common/punycode.h",
/external/python/cpython2/Doc/library/
Dcodecs.rst1159 | punycode | | Implements :rfc:`3492` |
1188 The ``idna`` and ``punycode`` encodings.
1249 Internationalized Domain Names (IDN)). It builds upon the ``punycode`` encoding
/external/skqp/third_party/icu/
Dicu.gni78 "../externals/icu/source/common/punycode.cpp",
79 "../externals/icu/source/common/punycode.h",
/external/dnsmasq/
DCHANGELOG5 punycode, as specified in RFC3490. This function is only
/external/python/cpython3/Doc/library/
Dcodecs.rst1290 | punycode | | Implements :rfc:`3492`. |
1420 Internationalized Domain Names (IDN)). It builds upon the ``punycode`` encoding
/external/curl/docs/
DTODO393 convert IDN host names to punycode (probably not the reverse).
/external/python/cpython2/Doc/whatsnew/
D2.3.rst1673 tool and the ``punycode`` encoding have been added.
/external/python/cpython3/Doc/whatsnew/
D2.3.rst1673 tool and the ``punycode`` encoding have been added.
/external/curl/
DCHANGES3567 functions to convert IDN host names to punycode.
/external/python/cpython2/Misc/
DHISTORY4380 the 'idna' and 'punycode' encodings, the 'stringprep' module, the
/external/python/cpython3/Misc/
DHISTORY21764 the 'idna' and 'punycode' encodings, the 'stringprep' module, the