/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CLDRLocale.java | 46 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);
|
D | Unlocode.java | 543 …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/ |
D | ULocaleTest.java | 481 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/ |
D | LocaleNameTest.java | 177 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/ |
D | LocaleNative.java | 29 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/ |
D | LocaleAliasTest.java | 179 String oldCountry = oldLoc.getDisplayCountry(available[j]); in TestDisplayName() 180 String newCountry = newLoc.getDisplayCountry(available[j]); in TestDisplayName()
|
D | TrieMapTest.java | 81 if (locale.getDisplayCountry().length() != 0) { in init() 95 localeName = ULocale.getDisplayCountry("und-" + countryCode, locale); in init() 399 if (locale.getDisplayCountry().length() != 0) { in TestTimeGet()
|
D | DisplayNameTest.java | 122 return ULocale.getDisplayCountry("en_"+code, loc); in checkLocale()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | LocaleAliasTest.java | 182 String oldCountry = oldLoc.getDisplayCountry(available[j]); in TestDisplayName() 183 String newCountry = newLoc.getDisplayCountry(available[j]); in TestDisplayName()
|
D | TrieMapTest.java | 84 if (locale.getDisplayCountry().length() != 0) { in init() 98 localeName = ULocale.getDisplayCountry("und-" + countryCode, locale); in init() 402 if (locale.getDisplayCountry().length() != 0) { in TestTimeGet()
|
D | DisplayNameTest.java | 125 return ULocale.getDisplayCountry("en_"+code, loc); in checkLocale()
|
/external/icu/icu4c/source/test/intltest/ |
D | aliastst.cpp | 221 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/ |
D | LocaleNameProviderICU.java | 21 public String getDisplayCountry(String countryCode, Locale locale) { in getDisplayCountry() method in LocaleNameProviderICU
|
/external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/ |
D | PopulationData.java | 65 …entries.add(new TerritoryEntry(territory.getDisplayCountry(ULocale.forLocale(loc)), SupplementalUt… in getTerritoryEntries()
|
/external/icu/android_icu4j/libcore_bridge/src/native/ |
D | com_android_icu_util_LocaleNative.cpp | 35 icuTargetLocale.locale().getDisplayCountry(icuLocale.locale(), str); in LocaleNative_getDisplayCountryNative()
|
/external/icu/icu4c/source/common/unicode/ |
D | locid.h | 864 UnicodeString& getDisplayCountry( UnicodeString& dispCountry) const; 880 UnicodeString& getDisplayCountry( const Locale& displayLocale,
|
/external/icu/icu4c/source/common/ |
D | locdispnames.cpp | 128 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/ |
D | PhoneNumberOfflineGeocoder.java | 96 ? "" : new Locale("", regionCode).getDisplayCountry(language); in getRegionDisplayName()
|
/external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/geocoding/ |
D | PhoneNumberOfflineGeocoder.java | 93 ? "" : new Locale("", regionCode).getDisplayCountry(language); in getRegionDisplayName()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | CountryCodeConverter.java | 78 addName(ULocale.getDisplayCountry("und-" + country, "en"), country); in loadNames()
|
D | AddPopulationData.java | 101 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/ |
D | TestBagFormatter.java | 156 String dcountry = locales[i].getDisplayCountry(); in testLocales()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
D | HolidayCalendarDemo.java | 206 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/ |
D | ULocale.java | 1371 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/ |
D | ULocale.java | 1515 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
|