OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fItemsInUseCount
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
unifiedcache.cpp
105
fItemsInUseCount
(0),
140
return uhash_count(fHashtable) -
fItemsInUseCount
;
262
fItemsInUseCount
* fMaxPercentageOfInUse / 100;
267
return uhash_count(fHashtable) -
fItemsInUseCount
- maxUnusedCount;
426
++
fItemsInUseCount
;
430
--
fItemsInUseCount
;
441
++
fItemsInUseCount
;
unifiedcache.h
349
mutable int32_t
fItemsInUseCount
;
Completed in 33 milliseconds