Home | History | Annotate | Download | only in common

Lines Matching defs:UnifiedCache

7 * File UNIFIEDCACHE.CPP 
12 #include "unifiedcache.h"
18 static icu::UnifiedCache *gCache = NULL;
72 gCache = new UnifiedCache(status);
88 const UnifiedCache *UnifiedCache::getInstance(UErrorCode &status) {
97 UnifiedCache::UnifiedCache(UErrorCode &status) {
113 int32_t UnifiedCache::keyCount() const {
118 void UnifiedCache::flush() const {
131 void UnifiedCache::dump() {
133 const UnifiedCache *cache = getInstance(status);
141 void UnifiedCache::dumpContents() const {
149 void UnifiedCache::_dumpContents() const {
175 UnifiedCache::~UnifiedCache() {
194 UBool UnifiedCache::_flush(UBool all) const {
214 void UnifiedCache::_putNew(
243 void UnifiedCache::_putIfAbsentAndGet(
271 UBool UnifiedCache::_poll(
299 void UnifiedCache::_get(
333 void UnifiedCache::_put(
358 void UnifiedCache::_fetch(
370 UBool UnifiedCache::_inProgress(const UHashElement *element) {