Searched refs:uhash_compareIChars (Results 1 - 13 of 13) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | uloc_keytype.cpp | 83 gLocExtKeyMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts); in initFromResourceBundle() 146 UHashtable* typeDataMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts); in initFromResourceBundle()
|
H A D | uhash.h | 690 * function. Use together with uhash_compareIChars. 725 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
|
H A D | uhash.cpp | 1038 uhash_compareIChars(const UHashTok key1, const UHashTok key2) { in uhash_compareIChars() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uloc_keytype.cpp | 83 gLocExtKeyMap = uhash_open(uhash_hashIChars, uhash_compareIChars, nullptr, &sts); in initFromResourceBundle() 146 UHashtable* typeDataMap = uhash_open(uhash_hashIChars, uhash_compareIChars, nullptr, &sts); in initFromResourceBundle()
|
H A D | uhash.h | 690 * function. Use together with uhash_compareIChars. 725 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
|
H A D | uhash.cpp | 1038 uhash_compareIChars(const UHashTok key1, const UHashTok key2) { in uhash_compareIChars() function
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | chashtst.c | 66 return uhash_compareIChars(s, t); in _compareIChars() 345 hash = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &status); in hashIChars()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uloc_keytype.cpp | 83 gLocExtKeyMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts); in initFromResourceBundle() 146 UHashtable* typeDataMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts); in initFromResourceBundle()
|
H A D | uhash.h | 690 * function. Use together with uhash_compareIChars. 725 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
|
H A D | uhash.cpp | 1038 uhash_compareIChars(const UHashTok key1, const UHashTok key2) { in uhash_compareIChars() function
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 979 #define uhash_compareIChars U_ICU_ENTRY_POINT_RENAME(uhash_compareIChars) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 991 #define uhash_compareIChars U_ICU_ENTRY_POINT_RENAME(uhash_compareIChars) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 962 #define uhash_compareIChars U_ICU_ENTRY_POINT_RENAME(uhash_compareIChars) macro
|
Completed in 46 milliseconds