Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dunifiedcachetest.cpp97 int64_t evictedCountBefore = cache->autoEvictedCount(); in TestEvictionUnderStress()
101 int64_t evictedCountAfter = cache->autoEvictedCount(); in TestEvictionUnderStress()
/external/icu/icu4c/source/common/
Dunifiedcache.h334 int64_t autoEvictedCount() const;
Dunifiedcache.cpp143 int64_t UnifiedCache::autoEvictedCount() const { in autoEvictedCount() function in UnifiedCache