Lines Matching refs:rootEntry
145 const CollationCacheEntry *rootEntry = CollationRoot::getRootCacheEntry(errorCode); in loadTailoring() local
151 rootEntry->addRef(); in loadTailoring()
152 return rootEntry; in loadTailoring()
157 CollationLoader loader(rootEntry, locale, errorCode); in loadTailoring()
165 : cache(UnifiedCache::getInstance(errorCode)), rootEntry(re), in CollationLoader()
232 rootEntry->addRef(); in loadFromLocale()
233 return rootEntry; in loadFromLocale()
379 LocalPointer<CollationTailoring> t(new CollationTailoring(rootEntry->tailoring->settings)); in loadFromData()
391 CollationDataReader::read(rootEntry->tailoring, inBytes, length, *t, errorCode); in loadFromData()
473 rootEntry->addRef(); in makeCacheEntryFromRoot()
474 return makeCacheEntry(validLocale, rootEntry, errorCode); in makeCacheEntryFromRoot()