Home
last modified time | relevance | path

Searched refs:UStringPrepProfile (Results 1 – 9 of 9) sorted by relevance

/external/icu4c/common/unicode/
Dusprep.h66 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/
Dsprpdata.c33 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()
Dnfsprep.c59 UStringPrepProfile* profile = NULL; in nfs4_prepare()
Dspreptst.c594 UStringPrepProfile* profile = NULL; in TestBEAMWarning()
/external/icu4c/common/
Dusprep.cpp110 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 …]
Duidna.cpp199 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()
Dsprpimpl.h86 struct UStringPrepProfile{ struct
/external/icu4c/test/intltest/
Dtestidn.cpp66 static UStringPrepProfile *profile = NULL;
Dtestidna.cpp420 UStringPrepProfile* prep = usprep_open(NULL,"uidna",&prepStatus); in debug()