Home
last modified time | relevance | path

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

/third_party/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
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dlocdispnames.cpp127 Locale::getDisplayCountry(UnicodeString& dispCntry) const in getDisplayCountry() function in Locale
133 Locale::getDisplayCountry(const Locale &displayLocale, in getDisplayCountry() function in Locale
/third_party/node/deps/icu-small/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
/third_party/skia/third_party/externals/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
/third_party/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
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DULocale.java1666 public String getDisplayCountry() { in getDisplayCountry() method in ULocale
1677 public String getDisplayCountry(ULocale displayLocale){ in getDisplayCountry() method in ULocale
1690 public static String getDisplayCountry(String localeID, String displayLocaleID) { in getDisplayCountry() method in ULocale
1703 public static String getDisplayCountry(String localeID, ULocale displayLocale) { in getDisplayCountry() method in ULocale
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java2144 public String getDisplayCountry() { in getDisplayCountry() method in ULocale
2156 public String getDisplayCountry(ULocale displayLocale){ in getDisplayCountry() method in ULocale
2170 public static String getDisplayCountry(String localeID, String displayLocaleID) { in getDisplayCountry() method in ULocale
2184 public static String getDisplayCountry(String localeID, ULocale displayLocale) { in getDisplayCountry() method in ULocale
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_i18n.js20 getDisplayCountry: function(...args) { method