Searched refs:uhash_find (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dhash.h182 return uhash_find(hash, &key);
H A Duhash.h505 uhash_find(const UHashtable *hash, const void* key);
H A Duhash.c770 uhash_find(const UHashtable *hash, const void* key) { function
/external/icu4c/common/
H A Dhash.h183 return uhash_find(hash, &key);
H A Duhash.h485 uhash_find(const UHashtable *hash, const void* key);
H A Dstringtriebuilder.cpp326 const UHashElement *old=uhash_find(nodes, newNode);
332 // registered node, then uhash_find() failed to find that and we will leak newNode.
351 const UHashElement *old=uhash_find(nodes, &key);
361 // registered node, then uhash_find() failed to find that and we will leak newNode.
H A Duhash.c771 uhash_find(const UHashtable *hash, const void* key) { function
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dchashtst.c182 if(uhash_find(hash, (void*)two) != NULL){
183 log_err("FAIL: uhash_find failed\n");
198 if(uhash_find(hash, (void*)two2) == NULL){
199 log_err("FAIL: uhash_find of \"two\" failed\n");
/external/icu4c/test/cintltst/
H A Dchashtst.c182 if(uhash_find(hash, (void*)two) != NULL){
183 log_err("FAIL: uhash_find failed\n");
198 if(uhash_find(hash, (void*)two2) == NULL){
199 log_err("FAIL: uhash_find of \"two\" failed\n");
/external/icu4c/common/unicode/
H A Durename.h938 #define uhash_find U_ICU_ENTRY_POINT_RENAME(uhash_find) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h929 #define uhash_find U_ICU_ENTRY_POINT_RENAME(uhash_find) macro

Completed in 134 milliseconds