Home
last modified time | relevance | path

Searched refs:UnifiedCache (Results 1 - 25 of 38) sorted by relevance

12

/third_party/icu/icu4c/source/common/
H A Dunifiedcache.cpp22 static icu::UnifiedCache *gCache = NULL;
77 gCache = new UnifiedCache(status); in cacheInit()
88 UnifiedCache *UnifiedCache::getInstance(UErrorCode &status) { in getInstance()
97 UnifiedCache::UnifiedCache(UErrorCode &status) : in UnifiedCache() function in UnifiedCache
129 void UnifiedCache::setEvictionPolicy( in setEvictionPolicy()
143 int32_t UnifiedCache::unusedCount() const { in unusedCount()
148 int64_t UnifiedCache::autoEvictedCount() const { in autoEvictedCount()
153 int32_t UnifiedCache
[all...]
H A Dunifiedcache.h30 class UnifiedCache;
94 friend class UnifiedCache;
183 class U_COMMON_API UnifiedCache : public UnifiedCacheBase { class
187 * Do not call directly. Instead use UnifiedCache::getInstance() as
188 * there should be only one UnifiedCache in an application.
190 UnifiedCache(UErrorCode &status);
195 static UnifiedCache *getInstance(UErrorCode &status);
270 const UnifiedCache *cache = getInstance(status); in getByLocale()
345 virtual ~UnifiedCache();
357 UnifiedCache(cons
[all...]
H A Dsharedobject.h82 * Not for use from within the UnifiedCache implementation.
94 * Must be called only from within the internals of UnifiedCache.
100 * Must be called only from within the internals of UnifiedCache.
107 * is with the UnifiedCache, which is solely responsible for eviction and deletion.
165 * The number of references from the UnifiedCache, which is
167 * For use by UnifiedCache implementation code only.
168 * All access is synchronized by UnifiedCache's gCacheMutex
171 friend class UnifiedCache;
174 * Reference count, excluding references from within the UnifiedCache implementation.
/third_party/node/deps/icu-small/source/common/
H A Dunifiedcache.cpp22 static icu::UnifiedCache *gCache = nullptr;
77 gCache = new UnifiedCache(status); in cacheInit()
88 UnifiedCache *UnifiedCache::getInstance(UErrorCode &status) { in getInstance()
97 UnifiedCache::UnifiedCache(UErrorCode &status) : in UnifiedCache() function in UnifiedCache
129 void UnifiedCache::setEvictionPolicy( in setEvictionPolicy()
143 int32_t UnifiedCache::unusedCount() const { in unusedCount()
148 int64_t UnifiedCache::autoEvictedCount() const { in autoEvictedCount()
153 int32_t UnifiedCache
[all...]
H A Dunifiedcache.h30 class UnifiedCache;
94 friend class UnifiedCache;
183 class U_COMMON_API UnifiedCache : public UnifiedCacheBase { class
187 * Do not call directly. Instead use UnifiedCache::getInstance() as
188 * there should be only one UnifiedCache in an application.
190 UnifiedCache(UErrorCode &status);
195 static UnifiedCache *getInstance(UErrorCode &status);
270 const UnifiedCache *cache = getInstance(status); in getByLocale()
345 virtual ~UnifiedCache();
357 UnifiedCache(cons
[all...]
H A Dsharedobject.h82 * Not for use from within the UnifiedCache implementation.
94 * Must be called only from within the internals of UnifiedCache.
100 * Must be called only from within the internals of UnifiedCache.
107 * is with the UnifiedCache, which is solely responsible for eviction and deletion.
165 * The number of references from the UnifiedCache, which is
167 * For use by UnifiedCache implementation code only.
168 * All access is synchronized by UnifiedCache's gCacheMutex
171 friend class UnifiedCache;
174 * Reference count, excluding references from within the UnifiedCache implementation.
/third_party/skia/third_party/externals/icu/source/common/
H A Dunifiedcache.cpp22 static icu::UnifiedCache *gCache = NULL;
77 gCache = new UnifiedCache(status); in cacheInit()
88 UnifiedCache *UnifiedCache::getInstance(UErrorCode &status) { in getInstance()
97 UnifiedCache::UnifiedCache(UErrorCode &status) : in UnifiedCache() function in UnifiedCache
129 void UnifiedCache::setEvictionPolicy( in setEvictionPolicy()
143 int32_t UnifiedCache::unusedCount() const { in unusedCount()
148 int64_t UnifiedCache::autoEvictedCount() const { in autoEvictedCount()
153 int32_t UnifiedCache
[all...]
H A Dunifiedcache.h30 class UnifiedCache;
92 friend class UnifiedCache;
183 class U_COMMON_API UnifiedCache : public UnifiedCacheBase { class
187 * Do not call directly. Instead use UnifiedCache::getInstance() as
188 * there should be only one UnifiedCache in an application.
190 UnifiedCache(UErrorCode &status);
195 static UnifiedCache *getInstance(UErrorCode &status);
270 const UnifiedCache *cache = getInstance(status); in getByLocale()
345 virtual ~UnifiedCache();
357 UnifiedCache(cons
[all...]
H A Dsharedobject.h82 * Not for use from within the UnifiedCache implementation.
94 * Must be called only from within the internals of UnifiedCache.
100 * Must be called only from within the internals of UnifiedCache.
107 * is with the UnifiedCache, which is solely responsible for eviction and deletion.
165 * The number of references from the UnifiedCache, which is
167 * For use by UnifiedCache implementation code only.
168 * All access is synchronized by UnifiedCache's gCacheMutex
171 friend class UnifiedCache;
174 * Reference count, excluding references from within the UnifiedCache implementation.
/third_party/icu/icu4c/source/test/intltest/
H A Dunifiedcachetest.cpp37 const UnifiedCache *cacheContext = (const UnifiedCache *) context; in createObject()
45 UnifiedCache::getByLocale(fLoc.getLanguage(), item, status); in createObject()
98 const UnifiedCache *cache = UnifiedCache::getInstance(status); in TestEvictionUnderStress()
114 // We have to call this first or else calling the UnifiedCache in TestEvictionPolicy()
117 UnifiedCache::getInstance(status); in TestEvictionPolicy()
119 // We create our own local UnifiedCache instance to ensure we have in TestEvictionPolicy()
122 UnifiedCache cache(status); in TestEvictionPolicy()
175 // We have to call this first or else calling the UnifiedCache in TestBounded()
[all...]
H A Dtsmthred.cpp1091 const UnifiedCache *cacheContext = (const UnifiedCache *) context; in createObject()
1096 UnifiedCache::getByLocale(fLoc.getLanguage(), result, status); in createObject()
1147 const UnifiedCache *cache, in UnifiedCacheThread()
1153 const UnifiedCache *fCache;
1194 UnifiedCache::getInstance(status); in TestUnifiedCache()
1195 UnifiedCache cache(status); in TestUnifiedCache()
/third_party/icu/icu4c/source/i18n/
H A Ducol_imp.h66 class UnifiedCache;
120 const UnifiedCache *cache;
H A Ddatefmt.cpp432 UnifiedCache *cache = UnifiedCache::getInstance(status); in getBestPattern()
H A Dmeasfmt.cpp595 UnifiedCache::getByLocale(locale, cache, status); in initMeasureFormat()
H A Ducol_res.cpp169 : cache(UnifiedCache::getInstance(errorCode)), rootEntry(re), in CollationLoader()
H A Dcalendar.cpp999 UnifiedCache::getByLocale(aLocale, shared, success); in createInstance()
1038 UnifiedCache::getByLocale(aLocale, shared, success); in getCalendarTypeFromLocale()
/third_party/node/deps/icu-small/source/i18n/
H A Ducol_imp.h66 class UnifiedCache;
120 const UnifiedCache *cache;
H A Ddatefmt.cpp431 UnifiedCache *cache = UnifiedCache::getInstance(status); in getBestPattern()
H A Ducol_res.cpp169 : cache(UnifiedCache::getInstance(errorCode)), rootEntry(re), in CollationLoader()
H A Dmeasfmt.cpp595 UnifiedCache::getByLocale(locale, cache, status); in initMeasureFormat()
H A Dcalendar.cpp982 UnifiedCache::getByLocale(aLocale, shared, success); in createInstance()
1021 UnifiedCache::getByLocale(aLocale, shared, success); in getCalendarTypeFromLocale()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol_imp.h66 class UnifiedCache;
120 const UnifiedCache *cache;
H A Ddatefmt.cpp434 UnifiedCache *cache = UnifiedCache::getInstance(status); in getBestPattern()
H A Dmeasfmt.cpp595 UnifiedCache::getByLocale(locale, cache, status); in initMeasureFormat()
H A Ducol_res.cpp169 : cache(UnifiedCache::getInstance(errorCode)), rootEntry(re), in CollationLoader()

Completed in 29 milliseconds

12