Home
last modified time | relevance | path

Searched refs:LocaleCacheKey (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dunifiedcachetest.cpp35 const UCTItem *LocaleCacheKey<UCTItem>::createObject( in createObject()
47 cacheContext->get(LocaleCacheKey<UCTItem>(fLoc.getLanguage()), item, status); in createObject()
60 const UCTItem2 *LocaleCacheKey<UCTItem2>::createObject( in createObject()
138 LocaleCacheKey<UCTItem>(locales[i]), in TestEvictionPolicy()
147 LocaleCacheKey<UCTItem>( in TestEvictionPolicy()
203 cache.get(LocaleCacheKey<UCTItem>("en_US"), &cache, enUs, status); in TestBounded()
204 cache.get(LocaleCacheKey<UCTItem>("en"), &cache, en, status); in TestBounded()
206 cache.get(LocaleCacheKey<UCTItem>("en_GB"), &cache, enGb, status); in TestBounded()
207 cache.get(LocaleCacheKey<UCTItem>("fr_FR"), &cache, frFr, status); in TestBounded()
208 cache.get(LocaleCacheKey<UCTItem>("fr"), &cache, fr, status); in TestBounded()
[all …]
Dtsmthred.cpp1354 const UCTMultiThreadItem *LocaleCacheKey<UCTMultiThreadItem>::createObject( in createObject()
1364 cacheContext->get(LocaleCacheKey<UCTMultiThreadItem>(fLoc.getLanguage()), result, status); in createObject()
1424 LocaleCacheKey<UCTMultiThreadItem>(locale), fCache, origItem, status); in exerciseByLocale()
1438 LocaleCacheKey<UCTMultiThreadItem>(locale), fCache, item, status); in exerciseByLocale()
/external/icu/icu4c/source/common/
Dunifiedcache.h136 class LocaleCacheKey : public CacheKey<T> {
140 LocaleCacheKey(const Locale &loc) : fLoc(loc) {}; in LocaleCacheKey() function
141 LocaleCacheKey(const LocaleCacheKey<T> &other) in LocaleCacheKey() function
143 virtual ~LocaleCacheKey() { } in ~LocaleCacheKey()
157 const LocaleCacheKey<T> *fOther =
158 static_cast<const LocaleCacheKey<T> *>(&other);
162 return new LocaleCacheKey<T>(*this); in clone()
274 cache->get(LocaleCacheKey<T>(loc), ptr, status); in getByLocale()
/external/icu/icu4c/source/i18n/
Ddatefmt.cpp62 const DateFmtBestPattern *LocaleCacheKey<DateFmtBestPattern>::createObject( in createObject()
68 class U_I18N_API DateFmtBestPatternKey : public LocaleCacheKey<DateFmtBestPattern> {
76 : LocaleCacheKey<DateFmtBestPattern>(loc), in DateFmtBestPatternKey()
79 LocaleCacheKey<DateFmtBestPattern>(other), in DateFmtBestPatternKey()
83 …return (int32_t)(37u * (uint32_t)LocaleCacheKey<DateFmtBestPattern>::hashCode() + (uint32_t)fSkele… in hashCode()
90 if (!LocaleCacheKey<DateFmtBestPattern>::operator==(other)) { in operator ==()
Ducol_res.cpp139 LocaleCacheKey<CollationCacheEntry>::createObject(const void *creationContext, in createObject()
464 LocaleCacheKey<CollationCacheEntry> key(locale); in getCacheEntry()
Dreldatefmt.cpp636 const RelativeDateTimeCacheData *LocaleCacheKey<RelativeDateTimeCacheData>::createObject(const void… in createObject()
Dnumfmt.cpp1257 const SharedNumberFormat *LocaleCacheKey<SharedNumberFormat>::createObject( in createObject()
Dmeasfmt.cpp500 const MeasureFormatCacheData *LocaleCacheKey<MeasureFormatCacheData>::createObject( in createObject()
Dplurrule.cpp148 const SharedPluralRules *LocaleCacheKey<SharedPluralRules>::createObject( in createObject()
Ddtfmtsym.cpp174 LocaleCacheKey<SharedDateFormatSymbols>::createObject( in createObject()
Dcalendar.cpp211 const SharedCalendar *LocaleCacheKey<SharedCalendar>::createObject( in createObject()
/external/libyuv/files/tools/ubsan/
Dblacklist.txt46 fun:*LocaleCacheKey*hashCode*