/third_party/python/Lib/encodings/ |
H A D | idna.py | 14 def nameprep(label): function
|
/third_party/icu/icu4c/source/common/ |
H A D | uidna.cpp | 625 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_toASCII() local 654 UStringPrepProfile* nameprep in uidna_toUnicode() local 194 _internal_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) _internal_toASCII() argument 394 _internal_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) _internal_toUnicode() argument 685 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); uidna_IDNToASCII() local 778 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); uidna_IDNToUnicode() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uidna.cpp | 625 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_toASCII() local 654 UStringPrepProfile* nameprep in uidna_toUnicode() local 194 _internal_toASCII(const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) _internal_toASCII() argument 394 _internal_toUnicode(const char16_t* src, int32_t srcLength, char16_t* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) _internal_toUnicode() argument 685 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); uidna_IDNToASCII() local 778 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); uidna_IDNToUnicode() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uidna.cpp | 625 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_toASCII() local 654 UStringPrepProfile* nameprep in uidna_toUnicode() local 194 _internal_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) _internal_toASCII() argument 394 _internal_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) _internal_toUnicode() argument 685 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); uidna_IDNToASCII() local 778 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); uidna_IDNToUnicode() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_codecs.py | 1525 from encodings.idna import nameprep namespace
|