Home
last modified time | relevance | path

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

/external/icu/libandroidicu/include/unicode/
Dusprep.h73 typedef struct UStringPrepProfile UStringPrepProfile; typedef
187 U_CAPI UStringPrepProfile* U_EXPORT2
203 U_CAPI UStringPrepProfile* U_EXPORT2
213 usprep_close(UStringPrepProfile* profile);
228 U_DEFINE_LOCAL_OPEN_POINTER(LocalUStringPrepProfilePointer, UStringPrepProfile, usprep_close);
264 usprep_prepare( const UStringPrepProfile* prep,
/external/icu/icu4c/source/common/unicode/
Dusprep.h73 typedef struct UStringPrepProfile UStringPrepProfile; typedef
187 U_CAPI UStringPrepProfile* U_EXPORT2
203 U_CAPI UStringPrepProfile* U_EXPORT2
213 usprep_close(UStringPrepProfile* profile);
228 U_DEFINE_LOCAL_OPEN_POINTER(LocalUStringPrepProfilePointer, UStringPrepProfile, usprep_close);
264 usprep_prepare( const UStringPrepProfile* prep,
/external/icu/libicu/cts_headers/unicode/
Dusprep.h73 typedef struct UStringPrepProfile UStringPrepProfile; typedef
187 U_CAPI UStringPrepProfile* U_EXPORT2
203 U_CAPI UStringPrepProfile* U_EXPORT2
213 usprep_close(UStringPrepProfile* profile);
228 U_DEFINE_LOCAL_OPEN_POINTER(LocalUStringPrepProfilePointer, UStringPrepProfile, usprep_close);
264 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);
57 UStringPrepProfile* data = (UStringPrepProfile*) context; in strprepProfileLineFn()
96 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pError… in parseMappings()
150 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength, in compareMapping()
230 compareFlagsForRange(UStringPrepProfile* data, in compareFlagsForRange()
281 UStringPrepProfile* profile = NULL; in doStringPrepTest()
Dspreptst.c602 UStringPrepProfile* profile = NULL; in TestBEAMWarning()
763 UStringPrepProfile *sprep = NULL; in TestStringPrepProfiles()
Dnfsprep.c61 UStringPrepProfile* profile = NULL; in nfs4_prepare()
/external/icu/icu4c/source/common/
Dusprep.cpp134 usprep_unload(UStringPrepProfile* data){ in usprep_unload()
140 UStringPrepProfile *profile = NULL; in usprep_internal_flushCache()
159 profile = (UStringPrepProfile *) e->value.pointer; in usprep_internal_flushCache()
225 loadData(UStringPrepProfile* profile, in loadData()
304 static UStringPrepProfile*
309 UStringPrepProfile* profile = NULL; in usprep_getProfile()
328 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile()
336 LocalMemory<UStringPrepProfile> newProfile; in usprep_getProfile()
366 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile()
391 U_CAPI UStringPrepProfile* U_EXPORT2
[all …]
Duidna.cpp197 UStringPrepProfile* nameprep, in _internal_toASCII()
397 UStringPrepProfile* nameprep, in _internal_toUnicode()
625 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_toASCII()
654 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_toUnicode()
685 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_IDNToASCII()
778 UStringPrepProfile* nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, status); in uidna_IDNToUnicode()
Dsprpimpl.h88 struct UStringPrepProfile{ struct
/external/icu/libicu/cts_headers/
Dsprpimpl.h88 struct UStringPrepProfile{ struct