Home
last modified time | relevance | path

Searched refs:maxPercentageOfInUseCount (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dunifiedcache.cpp263 int32_t maxPercentageOfInUseCount = in _computeCountOfItemsToEvict() local
266 if (maxUnusedCount < maxPercentageOfInUseCount) { in _computeCountOfItemsToEvict()
267 maxUnusedCount = maxPercentageOfInUseCount; in _computeCountOfItemsToEvict()