Lines Matching refs:LRUCache
21 LRUCache::CacheEntry::CacheEntry() in CacheEntry()
26 LRUCache::CacheEntry::~CacheEntry() { in ~CacheEntry()
30 void LRUCache::CacheEntry::unlink() { in unlink()
41 void LRUCache::CacheEntry::reset() { in reset()
48 void LRUCache::CacheEntry::init( in init()
56 void LRUCache::moveToMostRecent(CacheEntry *entry) { in moveToMostRecent()
67 void LRUCache::init(char *adoptedLocId, CacheEntry *entry) { in init()
73 UBool LRUCache::contains(const char *localeId) const { in contains()
78 const SharedObject *LRUCache::_get(const char *localeId, UErrorCode &status) { in _get()
130 LRUCache::LRUCache(int32_t size, UErrorCode &status) : in LRUCache() function in LRUCache
162 LRUCache::~LRUCache() { in ~LRUCache()