Home
last modified time | relevance | path

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

123

/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()
139 LocaleCacheKey<UCTItem>(locales[i]), in TestEvictionPolicy()
148 LocaleCacheKey<UCTItem>( in TestEvictionPolicy()
204 cache.get(LocaleCacheKey<UCTItem>("en_US"), &cache, enUs, status); in TestBounded()
205 cache.get(LocaleCacheKey<UCTItem>("en"), &cache, en, status); in TestBounded()
207 cache.get(LocaleCacheKey<UCTItem>("en_GB"), &cache, enGb, status); in TestBounded()
208 cache.get(LocaleCacheKey<UCTItem>("fr_FR"), &cache, frFr, status); in TestBounded()
209 cache.get(LocaleCacheKey<UCTItem>("fr"), &cache, fr, status); in TestBounded()
[all …]
/external/cronet/tot/third_party/icu/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 …]
/external/cronet/stable/third_party/icu/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 …]
/external/icu/icu4c/source/common/
Dunifiedcache.h139 class LocaleCacheKey : public CacheKey<T> {
148 return operator==(static_cast<const LocaleCacheKey<T> &>(other)); in equals()
151 LocaleCacheKey(const Locale &loc) : fLoc(loc) {} in LocaleCacheKey() function
152 LocaleCacheKey(const LocaleCacheKey<T> &other) in LocaleCacheKey() function
154 virtual ~LocaleCacheKey() { } in ~LocaleCacheKey()
158 inline bool operator == (const LocaleCacheKey<T> &other) const {
162 return new LocaleCacheKey<T>(*this); in clone()
274 cache->get(LocaleCacheKey<T>(loc), ptr, status); in getByLocale()
/external/cronet/tot/third_party/icu/source/common/
Dunifiedcache.h139 class LocaleCacheKey : public CacheKey<T> {
148 return operator==(static_cast<const LocaleCacheKey<T> &>(other)); in equals()
151 LocaleCacheKey(const Locale &loc) : fLoc(loc) {} in LocaleCacheKey() function
152 LocaleCacheKey(const LocaleCacheKey<T> &other) in LocaleCacheKey() function
154 virtual ~LocaleCacheKey() { } in ~LocaleCacheKey()
158 inline bool operator == (const LocaleCacheKey<T> &other) const {
162 return new LocaleCacheKey<T>(*this); in clone()
274 cache->get(LocaleCacheKey<T>(loc), ptr, status); in getByLocale()
/external/icu/libicu/cts_headers/
Dunifiedcache.h139 class LocaleCacheKey : public CacheKey<T> {
148 return operator==(static_cast<const LocaleCacheKey<T> &>(other)); in equals()
151 LocaleCacheKey(const Locale &loc) : fLoc(loc) {} in LocaleCacheKey() function
152 LocaleCacheKey(const LocaleCacheKey<T> &other) in LocaleCacheKey() function
154 virtual ~LocaleCacheKey() { } in ~LocaleCacheKey()
158 inline bool operator == (const LocaleCacheKey<T> &other) const {
162 return new LocaleCacheKey<T>(*this); in clone()
274 cache->get(LocaleCacheKey<T>(loc), ptr, status); in getByLocale()
Dsharedpluralrules.h35 const SharedPluralRules *LocaleCacheKey<SharedPluralRules>::createObject(
Dshareddateformatsymbols.h40 LocaleCacheKey<SharedDateFormatSymbols>::createObject(
Dsharedcalendar.h36 const SharedCalendar *LocaleCacheKey<SharedCalendar>::createObject(
/external/cronet/stable/third_party/icu/source/common/
Dunifiedcache.h139 class LocaleCacheKey : public CacheKey<T> {
148 return operator==(static_cast<const LocaleCacheKey<T> &>(other)); in equals()
151 LocaleCacheKey(const Locale &loc) : fLoc(loc) {} in LocaleCacheKey() function
152 LocaleCacheKey(const LocaleCacheKey<T> &other) in LocaleCacheKey() function
154 virtual ~LocaleCacheKey() { } in ~LocaleCacheKey()
158 inline bool operator == (const LocaleCacheKey<T> &other) const {
162 return new LocaleCacheKey<T>(*this); in clone()
274 cache->get(LocaleCacheKey<T>(loc), ptr, status); in getByLocale()
/external/icu/icu4c/source/i18n/
Ddatefmt.cpp63 const DateFmtBestPattern *LocaleCacheKey<DateFmtBestPattern>::createObject( in createObject()
69 class DateFmtBestPatternKey : public LocaleCacheKey<DateFmtBestPattern> {
74 if (!LocaleCacheKey<DateFmtBestPattern>::equals(other)) { in equals()
85 : LocaleCacheKey<DateFmtBestPattern>(loc), in DateFmtBestPatternKey()
88 LocaleCacheKey<DateFmtBestPattern>(other), in DateFmtBestPatternKey()
92 …return static_cast<int32_t>(37u * static_cast<uint32_t>(LocaleCacheKey<DateFmtBestPattern>::hashCo… in hashCode()
Dsharedpluralrules.h35 const SharedPluralRules *LocaleCacheKey<SharedPluralRules>::createObject(
Dshareddateformatsymbols.h40 LocaleCacheKey<SharedDateFormatSymbols>::createObject(
Dsharedcalendar.h36 const SharedCalendar *LocaleCacheKey<SharedCalendar>::createObject(
Dsharednumberformat.h36 const SharedNumberFormat *LocaleCacheKey<SharedNumberFormat>::createObject(
/external/cronet/stable/third_party/icu/source/i18n/
Ddatefmt.cpp62 const DateFmtBestPattern *LocaleCacheKey<DateFmtBestPattern>::createObject( in createObject()
68 class DateFmtBestPatternKey : public LocaleCacheKey<DateFmtBestPattern> {
73 if (!LocaleCacheKey<DateFmtBestPattern>::equals(other)) { in equals()
84 : LocaleCacheKey<DateFmtBestPattern>(loc), in DateFmtBestPatternKey()
87 LocaleCacheKey<DateFmtBestPattern>(other), in DateFmtBestPatternKey()
91 …return (int32_t)(37u * (uint32_t)LocaleCacheKey<DateFmtBestPattern>::hashCode() + (uint32_t)fSkele… in hashCode()
Dsharedpluralrules.h35 const SharedPluralRules *LocaleCacheKey<SharedPluralRules>::createObject(
Dshareddateformatsymbols.h40 LocaleCacheKey<SharedDateFormatSymbols>::createObject(
Dsharednumberformat.h36 const SharedNumberFormat *LocaleCacheKey<SharedNumberFormat>::createObject(
/external/cronet/tot/third_party/icu/source/i18n/
Ddatefmt.cpp62 const DateFmtBestPattern *LocaleCacheKey<DateFmtBestPattern>::createObject( in createObject()
68 class DateFmtBestPatternKey : public LocaleCacheKey<DateFmtBestPattern> {
73 if (!LocaleCacheKey<DateFmtBestPattern>::equals(other)) { in equals()
84 : LocaleCacheKey<DateFmtBestPattern>(loc), in DateFmtBestPatternKey()
87 LocaleCacheKey<DateFmtBestPattern>(other), in DateFmtBestPatternKey()
91 …return (int32_t)(37u * (uint32_t)LocaleCacheKey<DateFmtBestPattern>::hashCode() + (uint32_t)fSkele… in hashCode()
Dsharedpluralrules.h35 const SharedPluralRules *LocaleCacheKey<SharedPluralRules>::createObject(
Dshareddateformatsymbols.h40 LocaleCacheKey<SharedDateFormatSymbols>::createObject(
Dsharednumberformat.h36 const SharedNumberFormat *LocaleCacheKey<SharedNumberFormat>::createObject(
/external/pdfium/tools/ubsan/
Dignorelist.txt23 fun:*LocaleCacheKey*hashCode*
Dsecurity_ignorelist.txt25 fun:*LocaleCacheKey*hashCode*

123