Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunifiedcache.cpp127 int32_t count, int32_t percentageOfInUseItems, UErrorCode &status) { in setEvictionPolicy() argument
131 if (count < 0 || percentageOfInUseItems < 0) { in setEvictionPolicy()
137 fMaxPercentageOfInUse = percentageOfInUseItems; in setEvictionPolicy()
Dunifiedcache.h328 int32_t count, int32_t percentageOfInUseItems, UErrorCode &status);