Searched refs:hasLocalizedCountryFor (Results 1 – 3 of 3) sorted by relevance
721 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
724 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
107 public static boolean hasLocalizedCountryFor(String locale, in hasLocalizedCountryFor() method in GenerateCldrTests