Home
last modified time | relevance | path

Searched refs:getWithFallback (Results 1 – 25 of 45) sorted by relevance

12

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUResourceBundleTest.java681 ICUResourceBundle b1 = bundle.getWithFallback("calendar"); in TestGetWithFallback()
686 ICUResourceBundle b2 = b1.getWithFallback(defaultCal); in TestGetWithFallback()
687 ICUResourceBundle b3 = b2.getWithFallback("monthNames"); in TestGetWithFallback()
688 ICUResourceBundle b4 = b3.getWithFallback("format"); in TestGetWithFallback()
689 ICUResourceBundle b5 = b4.getWithFallback("narrow"); in TestGetWithFallback()
838 t = root.getWithFallback("calendar/islamic-civil/eras/abbreviated/0/mikimaus/pera"); in TestJB4102()
864 UResourceBundle a = (alias).getWithFallback(resource); in TestCLDRStyleAliases()
980 … ICUResourceBundle b1 = b.getWithFallback("calendar/hebrew/monthNames/format/abbreviated"); in TestAliasFallback()
DDisplayNameTest.java154 ICUResourceBundle table = bundle.getWithFallback("zoneStrings"); in getZoneString()
339 ICUResourceBundle table = bundle.getWithFallback(tableName); in getCodes()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUResourceBundleTest.java684 ICUResourceBundle b1 = bundle.getWithFallback("calendar"); in TestGetWithFallback()
689 ICUResourceBundle b2 = b1.getWithFallback(defaultCal); in TestGetWithFallback()
690 ICUResourceBundle b3 = b2.getWithFallback("monthNames"); in TestGetWithFallback()
691 ICUResourceBundle b4 = b3.getWithFallback("format"); in TestGetWithFallback()
692 ICUResourceBundle b5 = b4.getWithFallback("narrow"); in TestGetWithFallback()
841 t = root.getWithFallback("calendar/islamic-civil/eras/abbreviated/0/mikimaus/pera"); in TestJB4102()
867 UResourceBundle a = (alias).getWithFallback(resource); in TestCLDRStyleAliases()
983 … ICUResourceBundle b1 = b.getWithFallback("calendar/hebrew/monthNames/format/abbreviated"); in TestAliasFallback()
DDisplayNameTest.java157 ICUResourceBundle table = bundle.getWithFallback("zoneStrings"); in getZoneString()
342 ICUResourceBundle table = bundle.getWithFallback(tableName); in getCodes()
/third_party/icu/icu4c/source/test/intltest/
Drestsnew.cpp1225 …heRes.getWithFallback("calendar", status).getWithFallback("islamic-civil", status).getWithFallback in TestGetByFallback()
1231 …heRes.getWithFallback("calendar", status).getWithFallback("islamic-civil", status).getWithFallback in TestGetByFallback()
1238 …rootRes.getWithFallback("calendar", status).getWithFallback("islamic-civil", status).getWithFallba… in TestGetByFallback()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DListFormatter.java680 compilePattern(r.getWithFallback("listPattern/" + style + "/2").getString(), sb), in load()
681 … compilePattern(r.getWithFallback("listPattern/" + style + "/start").getString(), sb), in load()
682 … compilePattern(r.getWithFallback("listPattern/" + style + "/middle").getString(), sb), in load()
683 compilePattern(r.getWithFallback("listPattern/" + style + "/end").getString(), sb), in load()
DTimeUnitFormat.java499 unitsRes = unitsRes.getWithFallback(resourceKey); in searchInTree()
500 ICUResourceBundle oneUnitRes = unitsRes.getWithFallback(srcTimeUnitName); in searchInTree()
DNumberingSystem.java176 rb = rb.getWithFallback("NumberElements"); in lookupInstanceByLocale()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DListFormatter.java749 compilePattern(r.getWithFallback("listPattern/" + style + "/2").getString(), sb), in load()
750 … compilePattern(r.getWithFallback("listPattern/" + style + "/start").getString(), sb), in load()
751 … compilePattern(r.getWithFallback("listPattern/" + style + "/middle").getString(), sb), in load()
752 compilePattern(r.getWithFallback("listPattern/" + style + "/end").getString(), sb), in load()
DTimeUnitFormat.java501 unitsRes = unitsRes.getWithFallback(resourceKey); in searchInTree()
502 ICUResourceBundle oneUnitRes = unitsRes.getWithFallback(srcTimeUnitName); in searchInTree()
DNumberingSystem.java168 rb = rb.getWithFallback("NumberElements"); in lookupInstanceByLocale()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCurrencyData.java114 return DefaultInfo.getWithFallback(withFallback);
133 public static final CurrencyDisplayInfo getWithFallback(boolean fallback) { in getWithFallback() method in CurrencyData.DefaultInfo
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCurrencyData.java136 return DefaultInfo.getWithFallback(withFallback);
158 public static final CurrencyDisplayInfo getWithFallback(boolean fallback) { in getWithFallback() method in CurrencyData.DefaultInfo
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dresbund.h467 getWithFallback(const char* key, UErrorCode& status);
/third_party/icu/icu4c/source/common/unicode/
Dresbund.h470 getWithFallback(const char* key, UErrorCode& status);
/third_party/node/deps/icu-small/source/common/unicode/
Dresbund.h470 getWithFallback(const char* key, UErrorCode& status);
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dresbund.h470 getWithFallback(const char* key, UErrorCode& status);
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationLoader.java85 UResourceBundle data = ((ICUResourceBundle)bundle).getWithFallback( in loadRules()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleData.java289 ICUResourceBundle stringBundle = delimitersBundle.getWithFallback(DELIMITER_TYPES[type]); in getDelimiter()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DLocaleData.java283 ICUResourceBundle stringBundle = delimitersBundle.getWithFallback(DELIMITER_TYPES[type]); in getDelimiter()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationLoader.java87 UResourceBundle data = ((ICUResourceBundle)bundle).getWithFallback( in loadRules()
/third_party/icu/icu4c/source/common/
Dresbund.cpp354 ResourceBundle ResourceBundle::getWithFallback(const char* key, UErrorCode& status){ in getWithFallback() function in ResourceBundle
/third_party/skia/third_party/externals/icu/source/common/
Dresbund.cpp354 ResourceBundle ResourceBundle::getWithFallback(const char* key, UErrorCode& status){ in getWithFallback() function in ResourceBundle
/third_party/node/deps/icu-small/source/common/
Dresbund.cpp354 ResourceBundle ResourceBundle::getWithFallback(const char* key, UErrorCode& status){ in getWithFallback() function in ResourceBundle
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dresbund.cpp353 ResourceBundle ResourceBundle::getWithFallback(const char* key, UErrorCode& status){ in getWithFallback() function in ResourceBundle

12