Searched refs:UStringPrepProfile (Results 1 – 9 of 9) sorted by relevance
/external/icu/libandroidicu/include/unicode/ |
D | usprep.h | 70 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/common/unicode/ |
D | usprep.h | 70 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/ |
D | sprpdata.c | 36 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()
|
D | spreptst.c | 601 UStringPrepProfile* profile = NULL; in TestBEAMWarning() 762 UStringPrepProfile *sprep = NULL; in TestStringPrepProfiles()
|
D | nfsprep.c | 61 UStringPrepProfile* profile = NULL; in nfs4_prepare()
|
/external/icu/icu4c/source/common/ |
D | usprep.cpp | 135 usprep_unload(UStringPrepProfile* data){ in usprep_unload() 141 UStringPrepProfile *profile = NULL; in usprep_internal_flushCache() 160 profile = (UStringPrepProfile *) e->value.pointer; in usprep_internal_flushCache() 226 loadData(UStringPrepProfile* profile, in loadData() 305 static UStringPrepProfile* 310 UStringPrepProfile* profile = NULL; in usprep_getProfile() 329 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile() 337 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 | 199 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()
|
D | sprpimpl.h | 88 struct UStringPrepProfile{ struct
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 2817 void usprep_close_android(UStringPrepProfile * profile) { in usprep_close_android() 2820 UStringPrepProfile * usprep_open_android(const char * path, const char * fileName, UErrorCode * sta… in usprep_open_android() 2823 UStringPrepProfile * usprep_openByType_android(UStringPrepProfileType type, UErrorCode * status) { in usprep_openByType_android() 2826 int32_t usprep_prepare_android(const UStringPrepProfile * prep, const UChar * src, int32_t srcLengt… in usprep_prepare_android()
|