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

  /external/icu/icu4c/source/common/
lrucache.h 78 class U_COMMON_API SimpleLRUCache : public LRUCache {
80 SimpleLRUCache(
86 virtual ~SimpleLRUCache();
lrucache.cpp 171 SimpleLRUCache::~SimpleLRUCache() {
174 SharedObject *SimpleLRUCache::create(const char *localeId, UErrorCode &status) {
  /external/icu/icu4c/source/i18n/
reldatefmt.cpp 505 gCache = new SimpleLRUCache(100, &createData, status);
measfmt.cpp 356 gCache = new SimpleLRUCache(100, &createData, status);
numfmt.cpp     [all...]
plurrule.cpp 180 gPluralRulesCache = new SimpleLRUCache(100, &createSharedPluralRules, status);
    [all...]

Completed in 148 milliseconds