Searched refs:usprep_openByType (Results 1 – 10 of 10) sorted by relevance
/external/icu/libandroidicu/include/unicode/ |
D | usprep.h | 201 usprep_openByType(UStringPrepProfileType type,
|
D | urename.h | 1695 #define usprep_openByType U_ICU_ENTRY_POINT_RENAME(usprep_openByType) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | usprep.h | 201 usprep_openByType(UStringPrepProfileType type,
|
D | urename.h | 1695 #define usprep_openByType U_ICU_ENTRY_POINT_RENAME(usprep_openByType) macro
|
/external/icu/icu4c/source/common/ |
D | uidna.cpp | 626 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_toASCII() 655 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_toUnicode() 686 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_IDNToASCII() 779 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_IDNToUnicode()
|
D | usprep.cpp | 406 usprep_openByType(UStringPrepProfileType type, in usprep_openByType() function
|
/external/icu/icu4c/source/test/intltest/ |
D | testidn.cpp | 85 LocalUStringPrepProfilePointer profile(usprep_openByType(USPREP_RFC3491_NAMEPREP, &errorCode)); in testData()
|
D | testidna.cpp | 425 LocalUStringPrepProfilePointer prep(usprep_openByType(USPREP_RFC3491_NAMEPREP,&prepStatus)); in debug()
|
/external/icu/icu4c/source/test/cintltst/ |
D | spreptst.c | 771 sprep = usprep_openByType(getTypeFromProfileName(profileName), &status); in TestStringPrepProfiles()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 2824 return usprep_openByType(type, status); in usprep_openByType_android()
|