Lines Matching refs:UnifiedCache
18 static icu::UnifiedCache *gCache = NULL;
72 gCache = new UnifiedCache(status); in cacheInit()
88 const UnifiedCache *UnifiedCache::getInstance(UErrorCode &status) { in getInstance()
97 UnifiedCache::UnifiedCache(UErrorCode &status) { in UnifiedCache() function in UnifiedCache
113 int32_t UnifiedCache::keyCount() const { in keyCount()
118 void UnifiedCache::flush() const { in flush()
131 void UnifiedCache::dump() { in dump()
133 const UnifiedCache *cache = getInstance(status); in dump()
141 void UnifiedCache::dumpContents() const { in dumpContents()
149 void UnifiedCache::_dumpContents() const { in _dumpContents()
175 UnifiedCache::~UnifiedCache() { in ~UnifiedCache()
194 UBool UnifiedCache::_flush(UBool all) const { in _flush()
214 void UnifiedCache::_putNew( in _putNew()
243 void UnifiedCache::_putIfAbsentAndGet( in _putIfAbsentAndGet()
271 UBool UnifiedCache::_poll( in _poll()
299 void UnifiedCache::_get( in _get()
333 void UnifiedCache::_put( in _put()
358 void UnifiedCache::_fetch( in _fetch()
370 UBool UnifiedCache::_inProgress(const UHashElement *element) { in _inProgress()