Home
last modified time | relevance | path

Searched refs:uhash_find (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
Dunifiedcache.cpp336 const UHashElement *element = uhash_find(fHashtable, &key); in _putIfAbsentAndGet()
369 const UHashElement *element = uhash_find(fHashtable, &key); in _poll()
372 element = uhash_find(fHashtable, &key); in _poll()
Dhash.h187 return uhash_find(hash, &key); in find()
Duhash.h489 uhash_find(const UHashtable *hash, const void* key);
Dstringtriebuilder.cpp326 const UHashElement *old=uhash_find(nodes, newNode); in registerNode()
351 const UHashElement *old=uhash_find(nodes, &key); in registerFinalValue()
Duhash.c771 uhash_find(const UHashtable *hash, const void* key) { in uhash_find() function
/external/icu/icu4c/source/test/cintltst/
Dchashtst.c182 if(uhash_find(hash, (void*)two) != NULL){ in TestOtherAPI()
198 if(uhash_find(hash, (void*)two2) == NULL){ in TestOtherAPI()
/external/icu/icu4c/source/common/unicode/
Durename.h934 #define uhash_find U_ICU_ENTRY_POINT_RENAME(uhash_find) macro