Searched defs:SimpleLRUCache (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
H A Dlrucache.h78 class U_COMMON_API SimpleLRUCache : public LRUCache { class in inherits:LRUCache
80 SimpleLRUCache( function in class:SimpleLRUCache
86 virtual ~SimpleLRUCache();
H A Dlrucache.cpp171 SimpleLRUCache::~SimpleLRUCache() {
174 SharedObject *SimpleLRUCache::create(const char *localeId, UErrorCode &status) {

Completed in 216 milliseconds