HomeSort by relevance Sort by last modified time
    Searched refs:autoEvictedCount (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/test/intltest/
unifiedcachetest.cpp 97 int64_t evictedCountBefore = cache->autoEvictedCount();
101 int64_t evictedCountAfter = cache->autoEvictedCount();
  /external/icu/icu4c/source/common/
unifiedcache.h 334 int64_t autoEvictedCount() const;
unifiedcache.cpp 143 int64_t UnifiedCache::autoEvictedCount() const {

Completed in 147 milliseconds