Home
last modified time | relevance | path

Searched refs:hasLocalizedCountryFor (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUResourceBundleTest.java721 if (!hasLocalizedCountryFor(ULocale.ENGLISH, locales[i])){ in TestLocaleDisplayNames()
728 if(!hasLocalizedCountryFor(locales[i], locales[i]) in TestLocaleDisplayNames()
731 hasLocalizedCountryFor(locales[i], locales[i]); in TestLocaleDisplayNames()
748 private static boolean hasLocalizedCountryFor(ULocale locale, ULocale otherLocale) { in hasLocalizedCountryFor() method in ICUResourceBundleTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUResourceBundleTest.java724 if (!hasLocalizedCountryFor(ULocale.ENGLISH, locales[i])){ in TestLocaleDisplayNames()
731 if(!hasLocalizedCountryFor(locales[i], locales[i]) in TestLocaleDisplayNames()
734 hasLocalizedCountryFor(locales[i], locales[i]); in TestLocaleDisplayNames()
751 private static boolean hasLocalizedCountryFor(ULocale locale, ULocale otherLocale) { in hasLocalizedCountryFor() method in ICUResourceBundleTest
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateCldrTests.java107 public static boolean hasLocalizedCountryFor(String locale, in hasLocalizedCountryFor() method in GenerateCldrTests