Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunifiedcache.cpp261 int32_t maxPercentageOfInUseCount = in _computeCountOfItemsToEvict() local
264 if (maxUnusedCount < maxPercentageOfInUseCount) { in _computeCountOfItemsToEvict()
265 maxUnusedCount = maxPercentageOfInUseCount; in _computeCountOfItemsToEvict()