Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUResourceBundleTest.java744 String localizedVersion = otherLocale.getDisplayLanguage(locale); in hasLocalizedLanguageFor() local
745 return !lang.equals(localizedVersion); in hasLocalizedLanguageFor()
751 String localizedVersion = otherLocale.getDisplayCountry(locale); in hasLocalizedCountryFor()
752 return !country.equals(localizedVersion); in hasLocalizedCountryFor()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUResourceBundleTest.java747 String localizedVersion = otherLocale.getDisplayLanguage(locale); in hasLocalizedLanguageFor() local
748 return !lang.equals(localizedVersion); in hasLocalizedLanguageFor()
754 String localizedVersion = otherLocale.getDisplayCountry(locale); in hasLocalizedCountryFor()
755 return !country.equals(localizedVersion); in hasLocalizedCountryFor()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateCldrTests.java103 String localizedVersion = english.getName(locale); in hasLocalizedLanguageFor() local
104 return !lang.equals(localizedVersion); in hasLocalizedLanguageFor()
112 String localizedVersion = english.getName(CLDRFile.TERRITORY_NAME, locale); in hasLocalizedCountryFor()
113 return !country.equals(localizedVersion); in hasLocalizedCountryFor()