Home
last modified time | relevance | path

Searched refs:rootEntry (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ducol_res.cpp149 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()
[all …]
Ducol_imp.h121 const CollationCacheEntry *rootEntry; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Ducol_res.cpp149 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()
[all …]
Ducol_imp.h121 const CollationCacheEntry *rootEntry; variable
/third_party/node/deps/icu-small/source/i18n/
Ducol_res.cpp149 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()
[all …]
Ducol_imp.h121 const CollationCacheEntry *rootEntry; variable
/third_party/icu/icu4c/source/i18n/
Ducol_res.cpp149 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()
[all …]
Ducol_imp.h121 const CollationCacheEntry *rootEntry; variable
/third_party/icu/icu4c/source/tools/gencolusb/
Dextract_unsafe_backwards.cpp28 const CollationCacheEntry *rootEntry = CollationRoot::getRootCacheEntry(errorCode); in main() local
33 const UVersionInfo &version = rootEntry->tailoring->version; in main()
34 const UnicodeSet *unsafeBackwardSet = rootEntry->tailoring->unsafeBackwardSet; in main()
/third_party/flutter/skia/third_party/externals/icu/source/tools/gencolusb/
Dextract_unsafe_backwards.cpp28 const CollationCacheEntry *rootEntry = CollationRoot::getRootCacheEntry(errorCode); in main() local
33 const UVersionInfo &version = rootEntry->tailoring->version; in main()
34 const UnicodeSet *unsafeBackwardSet = rootEntry->tailoring->unsafeBackwardSet; in main()
/third_party/skia/third_party/externals/icu/source/tools/gencolusb/
Dextract_unsafe_backwards.cpp28 const CollationCacheEntry *rootEntry = CollationRoot::getRootCacheEntry(errorCode); in main() local
33 const UVersionInfo &version = rootEntry->tailoring->version; in main()
34 const UnicodeSet *unsafeBackwardSet = rootEntry->tailoring->unsafeBackwardSet; in main()
/third_party/toybox/kconfig/
Dconf.c36 static struct menu *rootEntry; variable
424 if (input_mode == ask_silent && rootEntry != menu) { in conf()
484 rootEntry = menu_get_parent_menu(menu); in check_conf()
485 conf(rootEntry); in check_conf()
597 rootEntry = &rootmenu; in main()
/third_party/icu/icu4c/source/test/intltest/
Dusettest.cpp3928 const CollationCacheEntry *rootEntry = CollationRoot::getRootCacheEntry(errorCode); in TestUCAUnsafeBackwards()
3934 const UnicodeSet *unsafeBackwardSet = rootEntry->tailoring->unsafeBackwardSet; in TestUCAUnsafeBackwards()