Searched refs:uhash_removei (Results 1 - 16 of 16) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | chashtst.c | 257 if(uhash_removei(hash, (void*)five2) != 5){ in TestOtherAPI() 446 int32_t value = uhash_removei(hash, key); in _remove() 448 log_err("FAIL: uhash_removei(%s) returned %ld; expected %ld\n", in _remove() 451 log_verbose("Ok: uhash_removei(%s) returned old value %ld\n", in _remove() 455 log_err("FAIL: uhash_removei(%s) failed to remove the key item: " in _remove()
|
/third_party/icu/icu4c/source/common/ |
H A D | hash.h | 234 return uhash_removei(hash, &key); in removei()
|
H A D | localeprioritylist.cpp | 203 uhash_removei(map, &locale); in add()
|
H A D | uhash.h | 551 uhash_removei(UHashtable *hash,
|
H A D | uhash.cpp | 812 uhash_removei(UHashtable *hash, in uhash_removei() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | hash.h | 234 return uhash_removei(hash, &key); in removei()
|
H A D | localeprioritylist.cpp | 203 uhash_removei(map, &locale); in add()
|
H A D | uhash.h | 551 uhash_removei(UHashtable *hash,
|
H A D | uhash.cpp | 812 uhash_removei(UHashtable *hash, in uhash_removei() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | hash.h | 234 return uhash_removei(hash, &key); in removei()
|
H A D | localeprioritylist.cpp | 203 uhash_removei(map, &locale); in add()
|
H A D | uhash.h | 551 uhash_removei(UHashtable *hash,
|
H A D | uhash.cpp | 812 uhash_removei(UHashtable *hash, in uhash_removei() function
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 1021 #define uhash_removei U_ICU_ENTRY_POINT_RENAME(uhash_removei) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 1033 #define uhash_removei U_ICU_ENTRY_POINT_RENAME(uhash_removei) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 1004 #define uhash_removei U_ICU_ENTRY_POINT_RENAME(uhash_removei) macro
|
Completed in 37 milliseconds