Searched refs:uhash_find (Results 1 – 10 of 10) sorted by relevance
182 if(uhash_find(hash, (void*)two) != NULL){ in TestOtherAPI()198 if(uhash_find(hash, (void*)two2) == NULL){ in TestOtherAPI()
182 return uhash_find(hash, &key); in find()
505 uhash_find(const UHashtable *hash, const void* key);
325 const UHashElement *old=uhash_find(nodes, newNode); in registerNode()350 const UHashElement *old=uhash_find(nodes, &key); in registerFinalValue()
770 uhash_find(const UHashtable *hash, const void* key) { in uhash_find() function
726 #define uhash_find uhash_find_3_2 macro
939 #define uhash_find U_ICU_ENTRY_POINT_RENAME(uhash_find) macro