Home
last modified time | relevance | path

Searched refs:getDisplayCountry (Results 1 – 25 of 52) sorted by relevance

123

/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
95 sb.append(getDisplayCountry(cldrLocale)).append(","); in getDisplayName()
186 public String getDisplayCountry(CLDRLocale cldrLocale) { in getDisplayCountry() method in CLDRLocale.CLDRFormatter
533 return getDisplayCountry(getDefaultFormatter());
602 public String getDisplayCountry(NameFormatter displayLocale) {
604 return displayLocale.getDisplayCountry(this);
DUnlocode.java543 …String countryName = ULocale.getDisplayCountry("und-" + upperLocode.substring(0, 2), ULocale.ENGLI… in showLocodes()
656 countryName = ULocale.getDisplayCountry("und-" + countryCode, ULocale.ENGLISH); in add()
/external/icu/android_icu4j/testing/src/com/android/icu/test/util/
DLocaleNativeTest.java50 assertSameDisplayNames(LocaleNative::getDisplayCountry, in testGetDisplayCountry()
52 -> ULocale.forLocale(targetLocale).getDisplayCountry( in testGetDisplayCountry()
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DLocaleNameTest.java177 String icuname = forULocale.getDisplayCountry(inULocale); in TestCountryNames()
182 String name = forLocale.getDisplayCountry(inLocale); in TestCountryNames()
196 name = forLocale.getDisplayCountry(inLocaleICU); in TestCountryNames()
/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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleAliasTest.java179 String oldCountry = oldLoc.getDisplayCountry(available[j]); in TestDisplayName()
180 String newCountry = newLoc.getDisplayCountry(available[j]); in TestDisplayName()
DTrieMapTest.java81 if (locale.getDisplayCountry().length() != 0) { in init()
95 localeName = ULocale.getDisplayCountry("und-" + countryCode, locale); in init()
399 if (locale.getDisplayCountry().length() != 0) { in TestTimeGet()
DDisplayNameTest.java122 return ULocale.getDisplayCountry("en_"+code, loc); in checkLocale()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleAliasTest.java182 String oldCountry = oldLoc.getDisplayCountry(available[j]); in TestDisplayName()
183 String newCountry = newLoc.getDisplayCountry(available[j]); in TestDisplayName()
DTrieMapTest.java84 if (locale.getDisplayCountry().length() != 0) { in init()
98 localeName = ULocale.getDisplayCountry("und-" + countryCode, locale); in init()
402 if (locale.getDisplayCountry().length() != 0) { in TestTimeGet()
DDisplayNameTest.java125 return ULocale.getDisplayCountry("en_"+code, loc); in checkLocale()
/external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
DPopulationData.java65 …entries.add(new TerritoryEntry(territory.getDisplayCountry(ULocale.forLocale(loc)), SupplementalUt… in getTerritoryEntries()
/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/icu4c/source/test/intltest/
Daliastst.cpp221 const UnicodeString oldCountry = oldLoc.getDisplayCountry(dipLocName); in TestDisplayName()
222 const UnicodeString newCountry = newLoc.getDisplayCountry(dipLocName); in TestDisplayName()
/external/icu/icu4c/source/common/unicode/
Dlocid.h878 UnicodeString& getDisplayCountry( UnicodeString& dispCountry) const;
894 UnicodeString& getDisplayCountry( const Locale& displayLocale,
/external/icu/libicu/cts_headers/unicode/
Dlocid.h878 UnicodeString& getDisplayCountry( UnicodeString& dispCountry) const;
894 UnicodeString& getDisplayCountry( const Locale& displayLocale,
/external/icu/android_icu4j/libcore_bridge/src/native/
Dcom_android_icu_util_LocaleNative.cpp47 icuTargetLocale.locale().getDisplayCountry(icuLocale.locale(), str); in LocaleNative_getDisplayCountryNative()
/external/icu/icu4c/source/common/
Dlocdispnames.cpp130 Locale::getDisplayCountry(UnicodeString& dispCntry) const in getDisplayCountry() function in Locale
132 return this->getDisplayCountry(getDefault(), dispCntry); in getDisplayCountry()
136 Locale::getDisplayCountry(const Locale &displayLocale, in getDisplayCountry() function in Locale
/external/libphonenumber/repackaged/geocoder/src/com/android/i18n/phonenumbers/geocoding/
DPhoneNumberOfflineGeocoder.java96 ? "" : new Locale("", regionCode).getDisplayCountry(language); in getRegionDisplayName()
/external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/geocoding/
DPhoneNumberOfflineGeocoder.java93 ? "" : new Locale("", regionCode).getDisplayCountry(language); in getRegionDisplayName()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCountryCodeConverter.java78 addName(ULocale.getDisplayCountry("und-" + country, "en"), country); in loadNames()
DAddPopulationData.java101 String icu = ULocale.getDisplayCountry("und-" + code, "en"); in main()
126 + "\t" + ULocale.getDisplayCountry("und-" + country, "en") in showCountryData()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBagFormatter.java157 String dcountry = locales[i].getDisplayCountry(); in testLocales()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java206 localeMenu.addItem(calendars[i].getDisplayCountry() + " (" + in buildGUI()
209 localeMenu.addItem( calendars[i].getDisplayCountry() ); in buildGUI()
/external/icu/android_icu4j/api/intra/
Dcurrent.txt111 method public static String getDisplayCountry(java.util.Locale, java.util.Locale);

123