Searched refs:UStringPrepProfile (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | usprep.h | 68 typedef struct UStringPrepProfile UStringPrepProfile; typedef 182 U_STABLE UStringPrepProfile* U_EXPORT2 198 U_STABLE UStringPrepProfile* U_EXPORT2 208 usprep_close(UStringPrepProfile* profile); 223 U_DEFINE_LOCAL_OPEN_POINTER(LocalUStringPrepProfilePointer, UStringPrepProfile, usprep_close); 259 usprep_prepare( const UStringPrepProfile* prep,
|
/external/icu/icu4c/source/test/cintltst/ |
D | sprpdata.c | 34 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pError… 37 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength, 41 compareFlagsForRange(UStringPrepProfile* data, uint32_t start, uint32_t end,UStringPrepType option); 54 UStringPrepProfile* data = (UStringPrepProfile*) context; in strprepProfileLineFn() 93 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pError… in parseMappings() 147 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength, in compareMapping() 227 compareFlagsForRange(UStringPrepProfile* data, in compareFlagsForRange() 279 UStringPrepProfile* profile = NULL; in doStringPrepTest()
|
D | spreptst.c | 598 UStringPrepProfile* profile = NULL; in TestBEAMWarning() 759 UStringPrepProfile *sprep = NULL; in TestStringPrepProfiles()
|
D | nfsprep.c | 59 UStringPrepProfile* profile = NULL; in nfs4_prepare()
|
/external/icu/icu4c/source/common/ |
D | usprep.cpp | 131 usprep_unload(UStringPrepProfile* data){ in usprep_unload() 137 UStringPrepProfile *profile = NULL; in usprep_internal_flushCache() 156 profile = (UStringPrepProfile *) e->value.pointer; in usprep_internal_flushCache() 222 loadData(UStringPrepProfile* profile, in loadData() 301 static UStringPrepProfile* 306 UStringPrepProfile* profile = NULL; in usprep_getProfile() 325 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile() 333 LocalMemory<UStringPrepProfile> newProfile; in usprep_getProfile() 367 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile() 392 U_CAPI UStringPrepProfile* U_EXPORT2 [all …]
|
D | uidna.cpp | 197 UStringPrepProfile* nameprep, in _internal_toASCII() 397 UStringPrepProfile* nameprep, in _internal_toUnicode() 624 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_toASCII() 653 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_toUnicode() 684 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_IDNToASCII() 777 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_IDNToUnicode()
|
D | sprpimpl.h | 86 struct UStringPrepProfile{ struct
|