Home
last modified time | relevance | path

Searched defs:getDisplayCountry (Results 1 – 8 of 8) 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/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/android_icu4j/src/main/java/android/icu/util/
DULocale.java2103 public String getDisplayCountry() { in getDisplayCountry() method in ULocale
2114 public String getDisplayCountry(ULocale displayLocale){ in getDisplayCountry() method in ULocale
2127 public static String getDisplayCountry(String localeID, String displayLocaleID) { in getDisplayCountry() method in ULocale
2140 public static String getDisplayCountry(String localeID, ULocale displayLocale) { in getDisplayCountry() method in ULocale
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
DULocale.java2205 public String getDisplayCountry() { in getDisplayCountry() method in ULocale
2217 public String getDisplayCountry(ULocale displayLocale){ in getDisplayCountry() method in ULocale
2231 public static String getDisplayCountry(String localeID, String displayLocaleID) { in getDisplayCountry() method in ULocale
2245 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