/external/curl/lib/ |
D | idn_win32.c | 77 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/ |
D | UTS46.java | 464 StringBuilder punycode; in processLabel() local 466 … punycode=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/ |
D | UTS46.java | 463 StringBuilder punycode; in processLabel() local 465 … punycode=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/ |
D | internationalization.md | 20 Host names are punycode encoded, but the user is responsible for providing the punycode-encoded str…
|
/external/icu/icu4c/source/common/ |
D | uts46.cpp | 860 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()
|
D | Makefile.in | 111 uidna.o usprep.o uts46.o punycode.o \
|
/external/python/cpython3/Doc/extending/ |
D | building.rst | 30 *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/ |
D | idna.go | 237 Punycode *Profile = punycode 252 punycode = &Profile{} var
|
/external/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 238 normalizer2 loadednormalizer2 punycode 251 stringprep punycode 282 group: punycode 283 punycode.o
|
/external/skia/third_party/icu/ |
D | icu.gni | 79 "$_src/common/punycode.cpp", 80 "$_src/common/punycode.h",
|
/external/python/cpython2/Doc/library/ |
D | codecs.rst | 1159 | 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/ |
D | icu.gni | 78 "../externals/icu/source/common/punycode.cpp", 79 "../externals/icu/source/common/punycode.h",
|
/external/dnsmasq/ |
D | CHANGELOG | 5 punycode, as specified in RFC3490. This function is only
|
/external/python/cpython3/Doc/library/ |
D | codecs.rst | 1290 | punycode | | Implements :rfc:`3492`. | 1420 Internationalized Domain Names (IDN)). It builds upon the ``punycode`` encoding
|
/external/curl/docs/ |
D | TODO | 393 convert IDN host names to punycode (probably not the reverse).
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.3.rst | 1673 tool and the ``punycode`` encoding have been added.
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.3.rst | 1673 tool and the ``punycode`` encoding have been added.
|
/external/curl/ |
D | CHANGES | 3567 functions to convert IDN host names to punycode.
|
/external/python/cpython2/Misc/ |
D | HISTORY | 4380 the 'idna' and 'punycode' encodings, the 'stringprep' module, the
|
/external/python/cpython3/Misc/ |
D | HISTORY | 21764 the 'idna' and 'punycode' encodings, the 'stringprep' module, the
|