Searched refs:fItemsInUseCount (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
H A Dunifiedcache.cpp107 fItemsInUseCount(0),
142 return uhash_count(fHashtable) - fItemsInUseCount;
264 fItemsInUseCount * fMaxPercentageOfInUse / 100;
269 return uhash_count(fHashtable) - fItemsInUseCount - maxUnusedCount;
428 ++fItemsInUseCount;
432 --fItemsInUseCount;
443 ++fItemsInUseCount;
H A Dunifiedcache.h351 mutable int32_t fItemsInUseCount; member in class:UnifiedCache

Completed in 72 milliseconds