HomeSort by relevance Sort by last modified time
    Searched refs:uhash_find (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/common/
unifiedcache.cpp 338 const UHashElement *element = uhash_find(fHashtable, &key);
371 const UHashElement *element = uhash_find(fHashtable, &key);
374 element = uhash_find(fHashtable, &key);
hash.h 189 return uhash_find(hash, &key);
uhash.h 491 uhash_find(const UHashtable *hash, const void* key);
stringtriebuilder.cpp 328 const UHashElement *old=uhash_find(nodes, newNode);
334 // registered node, then uhash_find() failed to find that and we will leak newNode.
353 const UHashElement *old=uhash_find(nodes, &key);
363 // registered node, then uhash_find() failed to find that and we will leak newNode.
uhash.c 773 uhash_find(const UHashtable *hash, const void* key) { function
  /external/icu/icu4c/source/test/cintltst/
chashtst.c 184 if(uhash_find(hash, (void*)two) != NULL){
185 log_err("FAIL: uhash_find failed\n");
200 if(uhash_find(hash, (void*)two2) == NULL){
201 log_err("FAIL: uhash_find of \"two\" failed\n");
  /external/icu/icu4c/source/common/unicode/
urename.h 939 #define uhash_find macro
    [all...]

Completed in 319 milliseconds