Home
last modified time | relevance | path

Searched defs:nameprep (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/common/
Duidna.cpp197 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
/third_party/skia/third_party/externals/icu/source/common/
Duidna.cpp197 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
/third_party/node/deps/icu-small/source/common/
Duidna.cpp197 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
/third_party/python/Lib/encodings/
Didna.py14 def nameprep(label): function