/third_party/icu/icu4c/source/common/ |
H A D | unifiedcache.cpp | 22 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 D | unifiedcache.h | 30 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 D | sharedobject.h | 82 * 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 D | unifiedcache.cpp | 22 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 D | unifiedcache.h | 30 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 D | sharedobject.h | 82 * 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 D | unifiedcache.cpp | 22 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 D | unifiedcache.h | 30 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 D | sharedobject.h | 82 * 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 D | unifiedcachetest.cpp | 37 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 D | tsmthred.cpp | 1091 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 D | ucol_imp.h | 66 class UnifiedCache; 120 const UnifiedCache *cache;
|
H A D | datefmt.cpp | 432 UnifiedCache *cache = UnifiedCache::getInstance(status); in getBestPattern()
|
H A D | measfmt.cpp | 595 UnifiedCache::getByLocale(locale, cache, status); in initMeasureFormat()
|
H A D | ucol_res.cpp | 169 : cache(UnifiedCache::getInstance(errorCode)), rootEntry(re), in CollationLoader()
|
H A D | calendar.cpp | 999 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 D | ucol_imp.h | 66 class UnifiedCache; 120 const UnifiedCache *cache;
|
H A D | datefmt.cpp | 431 UnifiedCache *cache = UnifiedCache::getInstance(status); in getBestPattern()
|
H A D | ucol_res.cpp | 169 : cache(UnifiedCache::getInstance(errorCode)), rootEntry(re), in CollationLoader()
|
H A D | measfmt.cpp | 595 UnifiedCache::getByLocale(locale, cache, status); in initMeasureFormat()
|
H A D | calendar.cpp | 982 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 D | ucol_imp.h | 66 class UnifiedCache; 120 const UnifiedCache *cache;
|
H A D | datefmt.cpp | 434 UnifiedCache *cache = UnifiedCache::getInstance(status); in getBestPattern()
|
H A D | measfmt.cpp | 595 UnifiedCache::getByLocale(locale, cache, status); in initMeasureFormat()
|
H A D | ucol_res.cpp | 169 : cache(UnifiedCache::getInstance(errorCode)), rootEntry(re), in CollationLoader()
|