Home
last modified time | relevance | path

Searched defs:nameprep (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/encodings/
H A Didna.py14 def nameprep(label): function
/third_party/icu/icu4c/source/common/
H A Duidna.cpp625 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 Duidna.cpp625 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 Duidna.cpp625 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 Dtest_codecs.py1525 from encodings.idna import nameprep namespace

Completed in 9 milliseconds