Searched refs:UStringPrepProfile (Results 1 – 9 of 9) sorted by relevance
/external/icu4c/common/unicode/ |
D | usprep.h | 66 typedef struct UStringPrepProfile UStringPrepProfile; typedef 101 U_STABLE UStringPrepProfile* U_EXPORT2 113 usprep_close(UStringPrepProfile* profile); 146 usprep_prepare( const UStringPrepProfile* prep,
|
/external/icu4c/test/cintltst/ |
D | sprpdata.c | 33 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pError… 36 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength, 40 compareFlagsForRange(UStringPrepProfile* data, uint32_t start, uint32_t end,UStringPrepType option); 53 UStringPrepProfile* data = (UStringPrepProfile*) context; in strprepProfileLineFn() 92 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pError… in parseMappings() 146 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength, in compareMapping() 226 compareFlagsForRange(UStringPrepProfile* data, in compareFlagsForRange() 278 UStringPrepProfile* profile = NULL; in doStringPrepTest()
|
D | nfsprep.c | 59 UStringPrepProfile* profile = NULL; in nfs4_prepare()
|
D | spreptst.c | 594 UStringPrepProfile* profile = NULL; in TestBEAMWarning()
|
/external/icu4c/common/ |
D | usprep.cpp | 110 usprep_unload(UStringPrepProfile* data){ in usprep_unload() 116 UStringPrepProfile *profile = NULL; in usprep_internal_flushCache() 135 profile = (UStringPrepProfile *) e->value.pointer; in usprep_internal_flushCache() 215 loadData(UStringPrepProfile* profile, in loadData() 294 static UStringPrepProfile* 299 UStringPrepProfile* profile = NULL; in usprep_getProfile() 318 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile() 328 profile = (UStringPrepProfile*) uprv_malloc(sizeof(UStringPrepProfile)); in usprep_getProfile() 406 U_CAPI UStringPrepProfile* U_EXPORT2 422 usprep_close(UStringPrepProfile* profile){ in usprep_close() [all …]
|
D | uidna.cpp | 199 UStringPrepProfile* nameprep, in _internal_toASCII() 399 UStringPrepProfile* nameprep, in _internal_toUnicode() 627 UStringPrepProfile* nameprep = usprep_open(NULL,DATA_FILE_NAME, status); in uidna_toASCII() 656 UStringPrepProfile* nameprep = usprep_open(NULL, DATA_FILE_NAME, status); in uidna_toUnicode() 687 UStringPrepProfile* nameprep = usprep_open(NULL, DATA_FILE_NAME, status); in uidna_IDNToASCII() 780 UStringPrepProfile* nameprep = usprep_open(NULL, DATA_FILE_NAME, status); in uidna_IDNToUnicode()
|
D | sprpimpl.h | 86 struct UStringPrepProfile{ struct
|
/external/icu4c/test/intltest/ |
D | testidn.cpp | 66 static UStringPrepProfile *profile = NULL;
|
D | testidna.cpp | 420 UStringPrepProfile* prep = usprep_open(NULL,"uidna",&prepStatus); in debug()
|