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

  /external/icu/icu4c/source/common/
unifiedcache.cpp 105 fHashtable(NULL),
115 fHashtable = uhash_open(
123 uhash_setKeyDeleter(fHashtable, &ucache_deleteKey);
142 return uhash_count(fHashtable) - fItemsInUseCount;
152 return uhash_count(fHashtable);
187 const UHashElement *element = uhash_nextElement(fHashtable, &pos);
190 for (; element != NULL; element = uhash_nextElement(fHashtable, &pos)) {
207 fprintf(stderr, "Unified Cache: %d out of a total of %d still have hard references\n", cnt, uhash_count(fHashtable));
221 uhash_close(fHashtable);
228 const UHashElement *element = uhash_nextElement(fHashtable, &fEvictPos)
    [all...]
unifiedcache.h 349 UHashtable *fHashtable;

Completed in 371 milliseconds