Searched defs:nameprep (Results 1 – 4 of 4) sorted by relevance
/external/cronet/third_party/icu/source/common/ |
D | uidna.cpp | 197 UStringPrepProfile* nameprep, in _internal_toASCII() 397 UStringPrepProfile* nameprep, in _internal_toUnicode() 625 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_toASCII() local 654 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_toUnicode() local 685 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_IDNToASCII() local 778 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_IDNToUnicode() local
|
/external/icu/icu4c/source/common/ |
D | uidna.cpp | 197 UStringPrepProfile* nameprep, in _internal_toASCII() 397 UStringPrepProfile* nameprep, in _internal_toUnicode() 625 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_toASCII() local 654 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_toUnicode() local 685 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_IDNToASCII() local 778 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_IDNToUnicode() local
|
/external/python/cpython2/Lib/encodings/ |
D | idna.py | 14 def nameprep(label): function
|
/external/python/cpython3/Lib/encodings/ |
D | idna.py | 14 def nameprep(label): function
|