HomeSort by relevance Sort by last modified time
    Searched refs:getStringWithFallback (Results 1 - 25 of 44) sorted by null

1 2

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleCollationTest.java 91 String key = bundle.getStringWithFallback("Keys/collation");
93 errln("Did not get the expected result from getStringWithFallback method.");
95 String type = bundle.getStringWithFallback("Types/collation/direct");
97 errln("Did not get the expected result form getStringWithFallback method.");
108 key = bundle.getStringWithFallback("collations/collation/default");
110 errln("Did not get the expected result from getStringWithFallback method.");
119 key = bundle.getStringWithFallback("collations/default");
121 errln("Did not get the expected result from getStringWithFallback method.");
ICUResourceBundleTest.java 592 String s = ((ICUResourceBundle)table).getStringWithFallback("b7996");
658 rb.getStringWithFallback(noFallbackResource);
663 rb.getStringWithFallback("string_only_in_te");
665 rb.getStringWithFallback(noFallbackResource);
672 String key = bundle.getStringWithFallback("Keys/collation");
674 errln("Did not get the expected result from getStringWithFallback method.");
676 String type = bundle.getStringWithFallback("Types/collation/direct");
678 errln("Did not get the expected result form getStringWithFallback method.");
685 String defaultCal = b1.getStringWithFallback("default");
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
ICUResourceBundleCollationTest.java 88 String key = bundle.getStringWithFallback("Keys/collation");
90 errln("Did not get the expected result from getStringWithFallback method.");
92 String type = bundle.getStringWithFallback("Types/collation/direct");
94 errln("Did not get the expected result form getStringWithFallback method.");
105 key = bundle.getStringWithFallback("collations/collation/default");
107 errln("Did not get the expected result from getStringWithFallback method.");
116 key = bundle.getStringWithFallback("collations/default");
118 errln("Did not get the expected result from getStringWithFallback method.");
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DictionaryData.java 49 String dictFileName = rb.getStringWithFallback("dictionaries/" + dictType);
BreakIteratorFactory.java 143 String brkfname = rb.getStringWithFallback("boundaries/" + typeKey);
NumberingSystem.java 177 resolvedNumberingSystem = rb.getStringWithFallback(numbersKeyword);
TimeUnitFormat.java 503 String pattern = oneUnitRes.getStringWithFallback(searchPluralCount);
MeasureFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryData.java 48 String dictFileName = rb.getStringWithFallback("dictionaries/" + dictType);
BreakIteratorFactory.java 142 String brkfname = rb.getStringWithFallback("boundaries/" + typeKey);
NumberingSystem.java 185 resolvedNumberingSystem = rb.getStringWithFallback(numbersKeyword);
TimeUnitFormat.java 501 String pattern = oneUnitRes.getStringWithFallback(searchPluralCount);
MeasureFormat.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
Grouper.java 84 String result = resource.getStringWithFallback("NumberElements/minimumGroupingDigits");
LongNameHandler.java 144 return resource.getStringWithFallback(key.toString());
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/range/
StandardPluralRanges.java 63 set = resource.getStringWithFallback(key);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/
StandardPluralRanges.java 61 set = resource.getStringWithFallback(key);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
DateNumberFormat.java 73 minusString = rb.getStringWithFallback("NumberElements/"+nsName+"/symbols/minusSign");
77 minusString = rb.getStringWithFallback("NumberElements/latn/symbols/minusSign");
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleData.java 410 String localeDisplayPattern = locDispBundle.getStringWithFallback(PATTERN);
423 String localeSeparator = locDispBundle.getStringWithFallback(SEPARATOR);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DateNumberFormat.java 69 minusString = rb.getStringWithFallback("NumberElements/"+nsName+"/symbols/minusSign");
73 minusString = rb.getStringWithFallback("NumberElements/latn/symbols/minusSign");
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleData.java 425 String localeDisplayPattern = locDispBundle.getStringWithFallback(PATTERN);
438 String localeSeparator = locDispBundle.getStringWithFallback(SEPARATOR);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
Grouper.java 82 String result = resource.getStringWithFallback("NumberElements/minimumGroupingDigits");
LongNameHandler.java 140 return resource.getStringWithFallback(key.toString());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java 589 String s = ((ICUResourceBundle)table).getStringWithFallback("b7996");
655 rb.getStringWithFallback(noFallbackResource);
660 rb.getStringWithFallback("string_only_in_te");
662 rb.getStringWithFallback(noFallbackResource);
669 String key = bundle.getStringWithFallback("Keys/collation");
671 errln("Did not get the expected result from getStringWithFallback method.");
673 String type = bundle.getStringWithFallback("Types/collation/direct");
675 errln("Did not get the expected result form getStringWithFallback method.");
682 String defaultCal = b1.getStringWithFallback("default");
    [all...]
  /external/icu/icu4c/source/i18n/
reldatefmt.cpp 175 static UBool getStringWithFallback(
653 if (!getStringWithFallback(
    [all...]

Completed in 1870 milliseconds

1 2