Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dunifiedcachetest.cpp99 int64_t evictedCountBefore = cache->autoEvictedCount(); in TestEvictionUnderStress()
103 int64_t evictedCountAfter = cache->autoEvictedCount(); in TestEvictionUnderStress()
/external/icu/icu4c/source/common/
Dunifiedcache.h336 int64_t autoEvictedCount() const;
Dunifiedcache.cpp145 int64_t UnifiedCache::autoEvictedCount() const { in autoEvictedCount() function in UnifiedCache