Home
last modified time | relevance | path

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

12

/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()
188 public String getDisplayCountry(CLDRLocale cldrLocale) { in getDisplayCountry() method in CLDRLocale.CLDRFormatter
553 return getDisplayCountry(getDefaultFormatter());
623 public String getDisplayCountry(NameFormatter displayLocale) {
625 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/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DULocaleTest.java481 String idc = ULocale.GERMANY.getDisplayCountry(); in testGetDisplayCountry()
482 String jdc = Locale.GERMANY.getDisplayCountry(); in testGetDisplayCountry()
490 String idc = ULocale.GERMANY.getDisplayCountry(ULocale.GERMANY); in testGetDisplayCountryULocale()
491 String jdc = Locale.GERMANY.getDisplayCountry(Locale.GERMANY); in testGetDisplayCountryULocale()
499 String idc = ULocale.getDisplayCountry("de_DE", "de_DE"); in testGetDisplayCountryStringString()
500 String jdc = Locale.GERMANY.getDisplayCountry(Locale.GERMANY); in testGetDisplayCountryStringString()
508 String idc = ULocale.getDisplayCountry("de_DE", ULocale.GERMANY); in testGetDisplayCountryStringULocale()
509 String jdc = Locale.GERMANY.getDisplayCountry(Locale.GERMANY); in testGetDisplayCountryStringULocale()
/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.java29 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/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/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/icu4j/samples/src/com/ibm/icu/samples/iuc/
DPopulationData.java65 …entries.add(new TerritoryEntry(territory.getDisplayCountry(ULocale.forLocale(loc)), SupplementalUt… in getTerritoryEntries()
/external/icu/android_icu4j/libcore_bridge/src/native/
Dcom_android_icu_util_LocaleNative.cpp35 icuTargetLocale.locale().getDisplayCountry(icuLocale.locale(), str); in LocaleNative_getDisplayCountryNative()
/external/icu/icu4c/source/common/unicode/
Dlocid.h864 UnicodeString& getDisplayCountry( UnicodeString& dispCountry) const;
880 UnicodeString& getDisplayCountry( const Locale& displayLocale,
/external/icu/icu4c/source/common/
Dlocdispnames.cpp128 Locale::getDisplayCountry(UnicodeString& dispCntry) const in getDisplayCountry() function in Locale
130 return this->getDisplayCountry(getDefault(), dispCntry); in getDisplayCountry()
134 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.java156 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/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
DULocale.java1371 public String getDisplayCountry() { in getDisplayCountry() method in ULocale
1381 public String getDisplayCountry(ULocale displayLocale){ in getDisplayCountry() method in ULocale
1393 public static String getDisplayCountry(String localeID, String displayLocaleID) { in getDisplayCountry() method in ULocale
1405 public static String getDisplayCountry(String localeID, ULocale displayLocale) { in getDisplayCountry() method in ULocale
1412 return locale.toLocale().getDisplayCountry(displayLocale.toLocale()); in getDisplayCountryInternal()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java1515 public String getDisplayCountry() { in getDisplayCountry() method in ULocale
1526 public String getDisplayCountry(ULocale displayLocale){ in getDisplayCountry() method in ULocale
1539 public static String getDisplayCountry(String localeID, String displayLocaleID) { in getDisplayCountry() method in ULocale
1552 public static String getDisplayCountry(String localeID, ULocale displayLocale) { in getDisplayCountry() method in ULocale

12