Home
last modified time | relevance | path

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

/external/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
/external/u-boot/scripts/kconfig/
Dqconf.cc138 if (sym && list->rootEntry == menu) in updateMenu()
319 rootEntry(0), headerPopup(0) in ConfigList()
431 if (!rootEntry) { in updateList()
448 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
449 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
455 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
456 rootEntry->sym && rootEntry->prompt) { in updateList()
459 item = new ConfigItem(this, last, rootEntry, true); in updateList()
463 updateMenuList(item, rootEntry); in updateList()
469 updateMenuList(this, rootEntry); in updateList()
[all …]
Dconf.c45 static struct menu *rootEntry; variable
365 if (input_mode != oldaskconfig && rootEntry != menu) { in conf()
441 rootEntry = menu_get_parent_menu(menu); in check_conf()
442 conf(rootEntry); in check_conf()
674 rootEntry = &rootmenu; in main()
Dqconf.h117 struct menu *rootEntry; variable
/external/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()
/external/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()
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp3890 const CollationCacheEntry *rootEntry = CollationRoot::getRootCacheEntry(errorCode); in TestUCAUnsafeBackwards()
3896 const UnicodeSet *unsafeBackwardSet = rootEntry->tailoring->unsafeBackwardSet; in TestUCAUnsafeBackwards()