Lines Matching refs:rootEntry
149 const CollationCacheEntry *rootEntry = CollationRoot::getRootCacheEntry(errorCode); in loadTailoring() local
155 rootEntry->addRef(); in loadTailoring()
156 return rootEntry; in loadTailoring()
161 CollationLoader loader(rootEntry, locale, errorCode); in loadTailoring()
169 : cache(UnifiedCache::getInstance(errorCode)), rootEntry(re), in CollationLoader()
236 rootEntry->addRef(); in loadFromLocale()
237 return rootEntry; in loadFromLocale()
383 LocalPointer<CollationTailoring> t(new CollationTailoring(rootEntry->tailoring->settings)); in loadFromData()
395 CollationDataReader::read(rootEntry->tailoring, inBytes, length, *t, errorCode); in loadFromData()
478 rootEntry->addRef(); in makeCacheEntryFromRoot()
479 return makeCacheEntry(validLocale, rootEntry, errorCode); in makeCacheEntryFromRoot()