Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dusprep.h70 typedef struct UStringPrepProfile UStringPrepProfile; typedef
184 U_STABLE UStringPrepProfile* U_EXPORT2
200 U_STABLE UStringPrepProfile* U_EXPORT2
210 usprep_close(UStringPrepProfile* profile);
225 U_DEFINE_LOCAL_OPEN_POINTER(LocalUStringPrepProfilePointer, UStringPrepProfile, usprep_close);
261 usprep_prepare( const UStringPrepProfile* prep,
/external/icu/icu4c/source/test/cintltst/
Dsprpdata.c36 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pError…
39 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
43 compareFlagsForRange(UStringPrepProfile* data, uint32_t start, uint32_t end,UStringPrepType option);
56 UStringPrepProfile* data = (UStringPrepProfile*) context; in strprepProfileLineFn()
95 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pError… in parseMappings()
149 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength, in compareMapping()
229 compareFlagsForRange(UStringPrepProfile* data, in compareFlagsForRange()
281 UStringPrepProfile* profile = NULL; in doStringPrepTest()
Dspreptst.c601 UStringPrepProfile* profile = NULL; in TestBEAMWarning()
762 UStringPrepProfile *sprep = NULL; in TestStringPrepProfiles()
Dnfsprep.c61 UStringPrepProfile* profile = NULL; in nfs4_prepare()
/external/icu/icu4c/source/common/
Dusprep.cpp133 usprep_unload(UStringPrepProfile* data){ in usprep_unload()
139 UStringPrepProfile *profile = NULL; in usprep_internal_flushCache()
158 profile = (UStringPrepProfile *) e->value.pointer; in usprep_internal_flushCache()
224 loadData(UStringPrepProfile* profile, in loadData()
303 static UStringPrepProfile*
308 UStringPrepProfile* profile = NULL; in usprep_getProfile()
327 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile()
335 LocalMemory<UStringPrepProfile> newProfile; in usprep_getProfile()
369 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile()
394 U_CAPI UStringPrepProfile* U_EXPORT2
[all …]
Duidna.cpp199 UStringPrepProfile* nameprep, in _internal_toASCII()
399 UStringPrepProfile* nameprep, in _internal_toUnicode()
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()
Dsprpimpl.h88 struct UStringPrepProfile{ struct