Searched refs:getWithFallback (Results 1 - 25 of 39) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DListFormatter.java319 compilePattern(r.getWithFallback("listPattern/" + style + "/2").getString(), sb),
320 compilePattern(r.getWithFallback("listPattern/" + style + "/start").getString(), sb),
321 compilePattern(r.getWithFallback("listPattern/" + style + "/middle").getString(), sb),
322 compilePattern(r.getWithFallback("listPattern/" + style + "/end").getString(), sb),
H A DNumberingSystem.java162 rb = rb.getWithFallback("NumberElements");
H A DTimeUnitFormat.java515 unitsRes = unitsRes.getWithFallback(resourceKey);
516 ICUResourceBundle oneUnitRes = unitsRes.getWithFallback(srcTimeUnitName);
H A DRuleBasedNumberFormat.java834 ICUResourceBundle rules = bundle.getWithFallback("RBNFRules/"+rulenames[format-1]);
1834 ICUResourceBundle rdb = rb.getWithFallback("contextTransforms/number-spellout");
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DListFormatter.java325 compilePattern(r.getWithFallback("listPattern/" + style + "/2").getString(), sb),
326 compilePattern(r.getWithFallback("listPattern/" + style + "/start").getString(), sb),
327 compilePattern(r.getWithFallback("listPattern/" + style + "/middle").getString(), sb),
328 compilePattern(r.getWithFallback("listPattern/" + style + "/end").getString(), sb),
H A DNumberingSystem.java167 rb = rb.getWithFallback("NumberElements");
H A DTimeUnitFormat.java513 unitsRes = unitsRes.getWithFallback(resourceKey);
514 ICUResourceBundle oneUnitRes = unitsRes.getWithFallback(srcTimeUnitName);
H A DRuleBasedNumberFormat.java844 ICUResourceBundle rules = bundle.getWithFallback("RBNFRules/"+rulenames[format-1]);
1872 ICUResourceBundle rdb = rb.getWithFallback("contextTransforms/number-spellout");
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCurrencyData.java113 return DefaultInfo.getWithFallback(withFallback);
132 public static final CurrencyDisplayInfo getWithFallback(boolean fallback) { method in class:CurrencyData.DefaultInfo
H A DRelativeDateFormat.java296 ICUResourceBundle rdb = rb.getWithFallback("contextTransforms/relative");
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCurrencyData.java109 return DefaultInfo.getWithFallback(withFallback);
128 public static final CurrencyDisplayInfo getWithFallback(boolean fallback) { method in class:CurrencyData.DefaultInfo
H A DRelativeDateFormat.java294 ICUResourceBundle rdb = rb.getWithFallback("contextTransforms/relative");
/external/icu/icu4c/source/common/unicode/
H A Dresbund.h467 getWithFallback(const char* key, UErrorCode& status);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DICUResourceBundleTest.java679 ICUResourceBundle b1 = bundle.getWithFallback("calendar");
684 ICUResourceBundle b2 = b1.getWithFallback(defaultCal);
685 ICUResourceBundle b3 = b2.getWithFallback("monthNames");
686 ICUResourceBundle b4 = b3.getWithFallback("format");
687 ICUResourceBundle b5 = b4.getWithFallback("narrow");
838 // t = root.getWithFallback("calendar/islamic-civil/AmPmMarkers");
844 t = root.getWithFallback("calendar/islamic-civil/eras/abbreviated/0/mikimaus/pera");
870 UResourceBundle a = (alias).getWithFallback(resource);
985 ICUResourceBundle b1 = b.getWithFallback("calendar/hebrew/monthNames/format/abbreviated");
H A DDisplayNameTest.java147 ICUResourceBundle table = bundle.getWithFallback("zoneStrings");
150 //ICUResourceBundle stringSet = table.getWithFallback(String.valueOf(i));
332 ICUResourceBundle table = bundle.getWithFallback(tableName);
H A DCurrencyTest.java291 CurrencyData.DefaultInfo info_fallback = (CurrencyData.DefaultInfo)CurrencyData.DefaultInfo.getWithFallback(true);
293 errln("getWithFallback() returned null.");
297 CurrencyData.DefaultInfo info_nofallback = (CurrencyData.DefaultInfo)CurrencyData.DefaultInfo.getWithFallback(false);
299 errln("getWithFallback() returned null.");
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleTest.java678 ICUResourceBundle b1 = bundle.getWithFallback("calendar");
683 ICUResourceBundle b2 = b1.getWithFallback(defaultCal);
684 ICUResourceBundle b3 = b2.getWithFallback("monthNames");
685 ICUResourceBundle b4 = b3.getWithFallback("format");
686 ICUResourceBundle b5 = b4.getWithFallback("narrow");
837 // t = root.getWithFallback("calendar/islamic-civil/AmPmMarkers");
843 t = root.getWithFallback("calendar/islamic-civil/eras/abbreviated/0/mikimaus/pera");
869 UResourceBundle a = (alias).getWithFallback(resource);
984 ICUResourceBundle b1 = b.getWithFallback("calendar/hebrew/monthNames/format/abbreviated");
H A DDisplayNameTest.java146 ICUResourceBundle table = bundle.getWithFallback("zoneStrings");
149 //ICUResourceBundle stringSet = table.getWithFallback(String.valueOf(i));
331 ICUResourceBundle table = bundle.getWithFallback(tableName);
H A DCurrencyTest.java290 CurrencyData.DefaultInfo info_fallback = (CurrencyData.DefaultInfo)CurrencyData.DefaultInfo.getWithFallback(true);
292 errln("getWithFallback() returned null.");
296 CurrencyData.DefaultInfo info_nofallback = (CurrencyData.DefaultInfo)CurrencyData.DefaultInfo.getWithFallback(false);
298 errln("getWithFallback() returned null.");
/external/icu/icu4c/source/test/intltest/
H A Drestsnew.cpp1181 heRes.getWithFallback("calendar", status).getWithFallback("islamic-civil", status).getWithFallback("DateTime", status);
1187 heRes.getWithFallback("calendar", status).getWithFallback("islamic-civil", status).getWithFallback("eras", status);
1194 rootRes.getWithFallback("calendar", status).getWithFallback("islamic-civil", status).getWithFallback("DateTime", status);
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationLoader.java87 UResourceBundle data = ((ICUResourceBundle)bundle).getWithFallback(
99 // Java porting note: ICU4J getWithFallback/getStringWithFallback currently does not
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DLocaleData.java274 ICUResourceBundle stringBundle = delimitersBundle.getWithFallback(DELIMITER_TYPES[type]);
/external/icu/icu4c/source/common/
H A Dresbund.cpp353 ResourceBundle ResourceBundle::getWithFallback(const char* key, UErrorCode& status){ function in class:ResourceBundle
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationLoader.java85 UResourceBundle data = ((ICUResourceBundle)bundle).getWithFallback(
97 // Java porting note: ICU4J getWithFallback/getStringWithFallback currently does not
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleData.java289 ICUResourceBundle stringBundle = delimitersBundle.getWithFallback(DELIMITER_TYPES[type]);

Completed in 1105 milliseconds

12