HomeSort by relevance Sort by last modified time
    Searched refs:otherLocale (Results 1 - 6 of 6) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralFormatUnitTest.java 221 ULocale otherLocale = PluralRules.getFunctionalEquivalent(locale, null);
222 Set<ULocale> others = same.get(otherLocale);
223 if (others == null) same.put(otherLocale, others = new LinkedHashSet());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralFormatUnitTest.java 218 ULocale otherLocale = PluralRules.getFunctionalEquivalent(locale, null);
219 Set<ULocale> others = same.get(otherLocale);
220 if (others == null) same.put(otherLocale, others = new LinkedHashSet());
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleTest.java 745 private static boolean hasLocalizedLanguageFor(ULocale locale, ULocale otherLocale) {
746 String lang = otherLocale.getLanguage();
747 String localizedVersion = otherLocale.getDisplayLanguage(locale);
751 private static boolean hasLocalizedCountryFor(ULocale locale, ULocale otherLocale) {
752 String country = otherLocale.getCountry();
754 String localizedVersion = otherLocale.getDisplayCountry(locale);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java 742 private static boolean hasLocalizedLanguageFor(ULocale locale, ULocale otherLocale) {
743 String lang = otherLocale.getLanguage();
744 String localizedVersion = otherLocale.getDisplayLanguage(locale);
748 private static boolean hasLocalizedCountryFor(ULocale locale, ULocale otherLocale) {
749 String country = otherLocale.getCountry();
751 String localizedVersion = otherLocale.getDisplayCountry(locale);
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/draft/
Misc.java 193 final ULocale otherLocale = new ULocale("el");
195 DateTimePatternGenerator otherGenerator = DateTimePatternGenerator.getInstance(otherLocale);
208 final String formattedOther = getFormatted(specials, sample, dp, otherLocale, otherGenerator);
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateCldrTests.java 101 String otherLocale) {
102 String lang = new LanguageTagParser().set(otherLocale).getLanguage();
108 String otherLocale) {
109 String country = new LanguageTagParser().set(otherLocale).getRegion();
    [all...]

Completed in 327 milliseconds