HomeSort by relevance Sort by last modified time
    Searched full:otherlocale (Results 1 - 4 of 4) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralFormatUnitTest.java 215 ULocale otherLocale = PluralRules.getFunctionalEquivalent(locale, null);
216 Set<ULocale> others = same.get(otherLocale);
217 if (others == null) same.put(otherLocale, others = new LinkedHashSet());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralFormatUnitTest.java 211 ULocale otherLocale = PluralRules.getFunctionalEquivalent(locale, null);
212 Set<ULocale> others = same.get(otherLocale);
213 if (others == null) same.put(otherLocale, others = new LinkedHashSet());
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleTest.java 708 private static boolean hasLocalizedLanguageFor(ULocale locale, ULocale otherLocale) {
709 String lang = otherLocale.getLanguage();
710 String localizedVersion = otherLocale.getDisplayLanguage(locale);
714 private static boolean hasLocalizedCountryFor(ULocale locale, ULocale otherLocale) {
715 String country = otherLocale.getCountry();
717 String localizedVersion = otherLocale.getDisplayCountry(locale);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java 704 private static boolean hasLocalizedLanguageFor(ULocale locale, ULocale otherLocale) {
705 String lang = otherLocale.getLanguage();
706 String localizedVersion = otherLocale.getDisplayLanguage(locale);
710 private static boolean hasLocalizedCountryFor(ULocale locale, ULocale otherLocale) {
711 String country = otherLocale.getCountry();
713 String localizedVersion = otherLocale.getDisplayCountry(locale);
    [all...]

Completed in 170 milliseconds