Home
last modified time | relevance | path

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

12

/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/svox/pico/src/com/svox/pico/
DEngineSettings.java61 pref.setTitle(loc.getDisplayLanguage() + " (" + loc.getDisplayCountry() + ")"); in onActivityResult()
72 pref.setTitle(loc.getDisplayLanguage() + " (" + loc.getDisplayCountry() + ")"); in onActivityResult()
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DLocaleNameTest.java174 String icuname = forULocale.getDisplayCountry(inULocale); in TestCountryNames()
179 String name = forLocale.getDisplayCountry(inLocale); in TestCountryNames()
193 name = forLocale.getDisplayCountry(inLocaleICU); in TestCountryNames()
/external/icu/icu4c/source/common/unicode/
Dlocid.h577 UnicodeString& getDisplayCountry( UnicodeString& dispCountry) const;
593 UnicodeString& getDisplayCountry( const Locale& displayLocale,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleAliasTest.java176 String oldCountry = oldLoc.getDisplayCountry(available[j]); in TestDisplayName()
177 String newCountry = newLoc.getDisplayCountry(available[j]); in TestDisplayName()
DTrieMapTest.java78 if (locale.getDisplayCountry().length() != 0) { in init()
92 localeName = ULocale.getDisplayCountry("und-" + countryCode, locale); in init()
391 if (locale.getDisplayCountry().length() != 0) { in TestTimeGet()
DDisplayNameTest.java116 return ULocale.getDisplayCountry("en_"+code, loc); in checkLocale()
DULocaleTest.java1030 String country = l.getDisplayCountry(); in TestDisplayNames()
1041 country = l.getDisplayCountry(dl); in TestDisplayNames()
1264 country = ULocale.getDisplayCountry(localeID, testLocale); in TestCoverage()
1280 country = ULocale.getDisplayCountry(localeID, loc); in TestCoverage()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleAliasTest.java177 String oldCountry = oldLoc.getDisplayCountry(available[j]); in TestDisplayName()
178 String newCountry = newLoc.getDisplayCountry(available[j]); in TestDisplayName()
DTrieMapTest.java79 if (locale.getDisplayCountry().length() != 0) { in init()
93 localeName = ULocale.getDisplayCountry("und-" + countryCode, locale); in init()
392 if (locale.getDisplayCountry().length() != 0) { in TestTimeGet()
DDisplayNameTest.java117 return ULocale.getDisplayCountry("en_"+code, loc); in checkLocale()
DULocaleTest.java1031 String country = l.getDisplayCountry(); in TestDisplayNames()
1042 country = l.getDisplayCountry(dl); in TestDisplayNames()
1265 country = ULocale.getDisplayCountry(localeID, testLocale); in TestCoverage()
1281 country = ULocale.getDisplayCountry(localeID, loc); in TestCoverage()
DICUResourceBundleTest.java754 String localizedVersion = otherLocale.getDisplayCountry(locale); in hasLocalizedCountryFor()
/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()
Dloctest.cpp508 french.getDisplayCountry(s); in TestDisplayNames()
752 testLocale.getDisplayCountry(displayLocale, testCtry); in doTestDisplayNames()
/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/icu4c/source/common/
Dlocdispnames.cpp127 Locale::getDisplayCountry(UnicodeString& dispCntry) const in getDisplayCountry() function in Locale
129 return this->getDisplayCountry(getDefault(), dispCntry); in getDisplayCountry()
133 Locale::getDisplayCountry(const Locale &displayLocale, in getDisplayCountry() function in Locale
/external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/geocoding/
DPhoneNumberOfflineGeocoder.java93 ? "" : new Locale("", regionCode).getDisplayCountry(language); in getRegionDisplayName()
/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/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java1667 public String getDisplayCountry() { in getDisplayCountry() method in ULocale
1679 public String getDisplayCountry(ULocale displayLocale){ in getDisplayCountry() method in ULocale
1693 public static String getDisplayCountry(String localeID, String displayLocaleID) { in getDisplayCountry() method in ULocale
1707 public static String getDisplayCountry(String localeID, ULocale displayLocale) { in getDisplayCountry() method in ULocale
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java1562 public String getDisplayCountry() { in getDisplayCountry() method in ULocale
1573 public String getDisplayCountry(ULocale displayLocale){ in getDisplayCountry() method in ULocale
1586 public static String getDisplayCountry(String localeID, String displayLocaleID) { in getDisplayCountry() method in ULocale
1599 public static String getDisplayCountry(String localeID, ULocale displayLocale) { in getDisplayCountry() method in ULocale
DGlobalizationPreferences.java553 result = ULocale.getDisplayCountry("und-" + id, locale); in getDisplayName()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
DGlobalizationPreferences.java578 result = ULocale.getDisplayCountry("und-" + id, locale); in getDisplayName()

12