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

  /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/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());

Completed in 235 milliseconds