Searched refs:fHashtable (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | unifiedcache.cpp | 98 fHashtable(NULL), in UnifiedCache() 118 fHashtable = uhash_open( in UnifiedCache() 126 uhash_setKeyDeleter(fHashtable, &ucache_deleteKey); in UnifiedCache() 145 return uhash_count(fHashtable) - fNumValuesInUse; in unusedCount() 155 return uhash_count(fHashtable); in keyCount() 196 const UHashElement *element = uhash_nextElement(fHashtable, &pos); in _dumpContents() 199 for (; element != NULL; element = uhash_nextElement(fHashtable, &pos)) { in _dumpContents() 216 fprintf(stderr, "Unified Cache: %d out of a total of %d still have hard references\n", cnt, uhash_count(fHashtable)); in _dumpContents() 230 uhash_close(fHashtable); in ~UnifiedCache() 231 fHashtable in ~UnifiedCache() [all...] |
H A D | unifiedcache.h | 348 UHashtable *fHashtable; member in UnifiedCache
|
/third_party/node/deps/icu-small/source/common/ |
H A D | unifiedcache.cpp | 98 fHashtable(nullptr), in UnifiedCache() 118 fHashtable = uhash_open( in UnifiedCache() 126 uhash_setKeyDeleter(fHashtable, &ucache_deleteKey); in UnifiedCache() 145 return uhash_count(fHashtable) - fNumValuesInUse; in unusedCount() 155 return uhash_count(fHashtable); in keyCount() 196 const UHashElement *element = uhash_nextElement(fHashtable, &pos); in _dumpContents() 199 for (; element != nullptr; element = uhash_nextElement(fHashtable, &pos)) { in _dumpContents() 216 fprintf(stderr, "Unified Cache: %d out of a total of %d still have hard references\n", cnt, uhash_count(fHashtable)); in _dumpContents() 230 uhash_close(fHashtable); in ~UnifiedCache() 231 fHashtable in ~UnifiedCache() [all...] |
H A D | unifiedcache.h | 348 UHashtable *fHashtable; member in UnifiedCache
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unifiedcache.cpp | 98 fHashtable(NULL), in UnifiedCache() 118 fHashtable = uhash_open( in UnifiedCache() 126 uhash_setKeyDeleter(fHashtable, &ucache_deleteKey); in UnifiedCache() 145 return uhash_count(fHashtable) - fNumValuesInUse; in unusedCount() 155 return uhash_count(fHashtable); in keyCount() 196 const UHashElement *element = uhash_nextElement(fHashtable, &pos); in _dumpContents() 199 for (; element != NULL; element = uhash_nextElement(fHashtable, &pos)) { in _dumpContents() 216 fprintf(stderr, "Unified Cache: %d out of a total of %d still have hard references\n", cnt, uhash_count(fHashtable)); in _dumpContents() 230 uhash_close(fHashtable); in ~UnifiedCache() 231 fHashtable in ~UnifiedCache() [all...] |
H A D | unifiedcache.h | 348 UHashtable *fHashtable; member in UnifiedCache
|
Completed in 5 milliseconds