Home
last modified time | relevance | path

Searched defs:getDisplayCountry (Results 1 – 7 of 7) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRLocale.java46 String getDisplayCountry(CLDRLocale cldrLocale); in getDisplayCountry() method
70 public String getDisplayCountry(CLDRLocale cldrLocale) { in getDisplayCountry() method in CLDRLocale.SimpleFormatter
186 public String getDisplayCountry(CLDRLocale cldrLocale) { in getDisplayCountry() method in CLDRLocale.CLDRFormatter
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
DLocaleNameProviderICU.java21 public String getDisplayCountry(String countryCode, Locale locale) { in getDisplayCountry() method in LocaleNameProviderICU
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/util/
DLocaleNative.java65 public static String getDisplayCountry(Locale targetLocale, Locale locale) { in getDisplayCountry() method in LocaleNative
/external/icu/icu4c/source/common/
Dlocdispnames.cpp130 Locale::getDisplayCountry(UnicodeString& dispCntry) const in getDisplayCountry() function in Locale
136 Locale::getDisplayCountry(const Locale &displayLocale, in getDisplayCountry() function in Locale
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java2073 public String getDisplayCountry() { in getDisplayCountry() method in ULocale
2085 public String getDisplayCountry(ULocale displayLocale){ in getDisplayCountry() method in ULocale
2099 public static String getDisplayCountry(String localeID, String displayLocaleID) { in getDisplayCountry() method in ULocale
2113 public static String getDisplayCountry(String localeID, ULocale displayLocale) { in getDisplayCountry() method in ULocale
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java1970 public String getDisplayCountry() { in getDisplayCountry() method in ULocale
1981 public String getDisplayCountry(ULocale displayLocale){ in getDisplayCountry() method in ULocale
1994 public static String getDisplayCountry(String localeID, String displayLocaleID) { in getDisplayCountry() method in ULocale
2007 public static String getDisplayCountry(String localeID, ULocale displayLocale) { in getDisplayCountry() method in ULocale
/external/cldr/tools/java/org/unicode/cldr/tool/
DConvertLanguageData.java1015 private static String getDisplayCountry(String countryCode) { in getDisplayCountry() method in ConvertLanguageData