Searched refs:CollationCacheEntry (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | ucol_imp.h | 60 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 …]
|
D | ucol_res.cpp | 134 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 …]
|
D | collationroot.cpp | 33 static const CollationCacheEntry *rootSingleton = NULL; 64 CollationCacheEntry *entry = new CollationCacheEntry(Locale::getRoot(), t.getAlias()); in load() 72 const CollationCacheEntry *
|
D | collationtailoring.h | 93 struct CollationCacheEntry : public SharedObject { struct 94 CollationCacheEntry(const Locale &loc, const CollationTailoring *t) in CollationCacheEntry() argument 100 ~CollationCacheEntry();
|
D | collationroot.h | 21 struct CollationCacheEntry; 31 static const CollationCacheEntry *getRootCacheEntry(UErrorCode &errorCode);
|
D | collationtailoring.cpp | 105 CollationCacheEntry::~CollationCacheEntry() { in ~CollationCacheEntry()
|
D | coll.cpp | 458 const CollationCacheEntry *entry = CollationLoader::loadTailoring(desiredLocale, status); in makeInstance()
|
D | rulebasedcollator.cpp | 182 RuleBasedCollator::RuleBasedCollator(const CollationCacheEntry *entry) in RuleBasedCollator() 206 cacheEntry = new CollationCacheEntry(t->actualLocale, t); in adoptTailoring()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tblcoll.h | 74 struct CollationCacheEntry; 806 RuleBasedCollator(const CollationCacheEntry *entry); 864 const CollationCacheEntry *cacheEntry; // reference-counted
|