Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCLDRLocale.java43 String getDisplayCountry(CLDRLocale cldrLocale); in getDisplayCountry() method
67 public String getDisplayCountry(CLDRLocale cldrLocale) { in getDisplayCountry() method in CLDRLocale.SimpleFormatter
188 public String getDisplayCountry(CLDRLocale cldrLocale) { in getDisplayCountry() method in CLDRLocale.CLDRFormatter
/external/icu/icu4j/main/localespi/src/main/java/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/cronet/tot/third_party/icu/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/cronet/stable/third_party/icu/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/icu4c/source/common/
Dlocdispnames.cpp129 Locale::getDisplayCountry(UnicodeString& dispCntry) const in getDisplayCountry() function in Locale
135 Locale::getDisplayCountry(const Locale &displayLocale, in getDisplayCountry() function in Locale
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
DULocale.java2217 public String getDisplayCountry() { in getDisplayCountry() method in ULocale
2229 public String getDisplayCountry(ULocale displayLocale){ in getDisplayCountry() method in ULocale
2243 public static String getDisplayCountry(String localeID, String displayLocaleID) { in getDisplayCountry() method in ULocale
2257 public static String getDisplayCountry(String localeID, ULocale displayLocale) { in getDisplayCountry() method in ULocale
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java2115 public String getDisplayCountry() { in getDisplayCountry() method in ULocale
2126 public String getDisplayCountry(ULocale displayLocale){ in getDisplayCountry() method in ULocale
2139 public static String getDisplayCountry(String localeID, String displayLocaleID) { in getDisplayCountry() method in ULocale
2152 public static String getDisplayCountry(String localeID, ULocale displayLocale) { in getDisplayCountry() method in ULocale
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DConvertLanguageData.java1221 private static String getDisplayCountry(String countryCode) { in getDisplayCountry() method in ConvertLanguageData