HomeSort by relevance Sort by last modified time
    Searched refs:LocaleCacheKey (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/test/intltest/
unifiedcachetest.cpp 32 const UCTItem *LocaleCacheKey<UCTItem>::createObject(
52 const UCTItem2 *LocaleCacheKey<UCTItem2>::createObject(
91 cache->get(LocaleCacheKey<UCTItem>("en"), en, status);
92 cache->get(LocaleCacheKey<UCTItem>("en_US"), enUs, status);
93 cache->get(LocaleCacheKey<UCTItem>("en_GB"), enGb, status);
94 cache->get(LocaleCacheKey<UCTItem>("fr_FR"), frFr, status);
95 cache->get(LocaleCacheKey<UCTItem>("fr"), fr, status);
96 cache->get(LocaleCacheKey<UCTItem>("en_GB"), enGb2, status);
140 cache->get(LocaleCacheKey<UCTItem>("zh"), zh, status);
145 cache->get(LocaleCacheKey<UCTItem>("zh_TW"), zhTw, status)
    [all...]
tsmthred.cpp     [all...]
  /external/icu/icu4c/source/common/
unifiedcache.h 96 * A key of type LocaleCacheKey<T> maps to a value of type T.
130 * A key of type LocaleCacheKey<T> maps to a value of type T.
133 class LocaleCacheKey : public CacheKey<T> {
137 LocaleCacheKey(const Locale &loc) : fLoc(loc) {};
138 LocaleCacheKey(const LocaleCacheKey<T> &other)
140 virtual ~LocaleCacheKey() { }
154 const LocaleCacheKey<T> *fOther =
155 static_cast<const LocaleCacheKey<T> *>(&other);
159 return new LocaleCacheKey<T>(*this)
    [all...]
  /external/icu/icu4c/source/i18n/
ucol_res.cpp 135 LocaleCacheKey<CollationCacheEntry>::createObject(const void *creationContext,
460 LocaleCacheKey<CollationCacheEntry> key(locale);
measfmt.cpp 346 const MeasureFormatCacheData *LocaleCacheKey<MeasureFormatCacheData>::createObject(
    [all...]
numfmt.cpp     [all...]
reldatefmt.cpp 620 const RelativeDateTimeCacheData *LocaleCacheKey<RelativeDateTimeCacheData>::createObject(const void * /*unused*/, UErrorCode &status) const {
plurrule.cpp 144 const SharedPluralRules *LocaleCacheKey<SharedPluralRules>::createObject(
    [all...]
dtfmtsym.cpp 159 LocaleCacheKey<SharedDateFormatSymbols>::createObject(
    [all...]
calendar.cpp 209 const SharedCalendar *LocaleCacheKey<SharedCalendar>::createObject(
    [all...]
dtptngen.cpp 134 const SharedDateTimePatternGenerator *LocaleCacheKey<SharedDateTimePatternGenerator>::createObject(
    [all...]

Completed in 391 milliseconds