/third_party/flutter/skia/third_party/externals/icu/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,
|
/third_party/icu/icu4c/source/common/unicode/ |
D | usprep.h | 73 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,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | usprep.h | 73 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,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | usprep.h | 73 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,
|
/third_party/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); 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() 282 UStringPrepProfile* profile = NULL; in doStringPrepTest()
|
D | spreptst.c | 602 UStringPrepProfile* profile = NULL; in TestBEAMWarning() 763 UStringPrepProfile *sprep = NULL; in TestStringPrepProfiles()
|
D | nfsprep.c | 61 UStringPrepProfile* profile = NULL; in nfs4_prepare()
|
/third_party/node/deps/icu-small/source/common/ |
D | usprep.cpp | 134 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 …]
|
D | uidna.cpp | 197 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()
|
D | sprpimpl.h | 88 struct UStringPrepProfile{ struct
|
/third_party/flutter/skia/third_party/externals/icu/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
|
/third_party/icu/icu4c/source/common/ |
D | usprep.cpp | 134 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 …]
|
D | uidna.cpp | 197 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()
|
D | sprpimpl.h | 88 struct UStringPrepProfile{ struct
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | usprep.cpp | 134 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 …]
|
D | uidna.cpp | 197 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()
|
D | sprpimpl.h | 88 struct UStringPrepProfile{ struct
|
/third_party/icu/tools/unicode/c/genuts46/ |
D | genuts46.cpp | 60 toIDNA2003(const UStringPrepProfile *prep, UChar32 c, icu::UnicodeString &destString) { in toIDNA2003()
|
/third_party/icu/docs/userguide/strings/ |
D | stringprep.md | 197 UStringPrepProfile* nameprep = usprep_open("/usr/joe/mydata",
|