Home
last modified time | relevance | path

Searched refs:CollationCacheEntry (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/
Ducol_imp.h60 struct CollationCacheEntry;
73 static const CollationCacheEntry *loadTailoring(const Locale &locale, UErrorCode &errorCode);
76 const CollationCacheEntry *createCacheEntry(UErrorCode &errorCode);
87 CollationLoader(const CollationCacheEntry *re, const Locale &requested, UErrorCode &errorCode);
91 const CollationCacheEntry *loadFromLocale(UErrorCode &errorCode);
92 const CollationCacheEntry *loadFromBundle(UErrorCode &errorCode);
93 const CollationCacheEntry *loadFromCollations(UErrorCode &errorCode);
94 const CollationCacheEntry *loadFromData(UErrorCode &errorCode);
97 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
104 const CollationCacheEntry *makeCacheEntryFromRoot(
[all …]
Ducol_res.cpp134 const CollationCacheEntry *
135 LocaleCacheKey<CollationCacheEntry>::createObject(const void *creationContext, in createObject()
143 const CollationCacheEntry *
145 const CollationCacheEntry *rootEntry = CollationRoot::getRootCacheEntry(errorCode); in loadTailoring()
163 CollationLoader::CollationLoader(const CollationCacheEntry *re, const Locale &requested, in CollationLoader()
205 const CollationCacheEntry *
223 const CollationCacheEntry *
249 const CollationCacheEntry *
310 const CollationCacheEntry *
369 const CollationCacheEntry *entry = getCacheEntry(errorCode); in loadFromCollations()
[all …]
Dcollationroot.cpp33 static const CollationCacheEntry *rootSingleton = NULL;
64 CollationCacheEntry *entry = new CollationCacheEntry(Locale::getRoot(), t.getAlias()); in load()
72 const CollationCacheEntry *
Dcollationtailoring.h93 struct CollationCacheEntry : public SharedObject { struct
94 CollationCacheEntry(const Locale &loc, const CollationTailoring *t) in CollationCacheEntry() argument
100 ~CollationCacheEntry();
Dcollationroot.h21 struct CollationCacheEntry;
31 static const CollationCacheEntry *getRootCacheEntry(UErrorCode &errorCode);
Dcollationtailoring.cpp105 CollationCacheEntry::~CollationCacheEntry() { in ~CollationCacheEntry()
Dcoll.cpp458 const CollationCacheEntry *entry = CollationLoader::loadTailoring(desiredLocale, status); in makeInstance()
Drulebasedcollator.cpp182 RuleBasedCollator::RuleBasedCollator(const CollationCacheEntry *entry) in RuleBasedCollator()
206 cacheEntry = new CollationCacheEntry(t->actualLocale, t); in adoptTailoring()
/external/icu/icu4c/source/i18n/unicode/
Dtblcoll.h74 struct CollationCacheEntry;
806 RuleBasedCollator(const CollationCacheEntry *entry);
864 const CollationCacheEntry *cacheEntry; // reference-counted