Searched refs:getDisplayCountry (Results 1 - 11 of 11) sorted by relevance

/external/svox/pico/src/com/svox/pico/
H A DEngineSettings.java61 pref.setTitle(loc.getDisplayLanguage() + " (" + loc.getDisplayCountry() + ")");
72 pref.setTitle(loc.getDisplayLanguage() + " (" + loc.getDisplayCountry() + ")");
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DLocaleTest.java132 * @tests java.util.Locale#getDisplayCountry()
135 // Test for method java.lang.String java.util.Locale.getDisplayCountry()
137 + testLocale.getDisplayCountry(), testLocale
138 .getDisplayCountry().equals("Canada"));
144 l_countryCD.getDisplayCountry());
148 * @tests java.util.Locale#getDisplayCountry(java.util.Locale)
152 // java.util.Locale.getDisplayCountry(java.util.Locale)
154 .getDisplayCountry(l));
H A DCurrencyTest.java351 System.out.println(loc.getDisplayCountry());
/external/icu4c/common/unicode/
H A Dlocid.h116 * use <code>getDisplayCountry</code> to get the
551 UnicodeString& getDisplayCountry( UnicodeString& dispCountry) const;
567 UnicodeString& getDisplayCountry( const Locale& displayLocale,
592 * in the default locale. This function uses getDisplayLanguage(), getDisplayCountry(),
606 * getDisplayCountry(), and getDisplayVariant() to do its work, and outputs the display
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
H A DPhoneNumberOfflineGeocoder.java134 ? "" : new Locale("", regionCode).getDisplayCountry(language);
/external/icu4c/test/intltest/
H A Daliastst.cpp219 const UnicodeString oldCountry = oldLoc.getDisplayCountry(dipLocName);
220 const UnicodeString newCountry = newLoc.getDisplayCountry(dipLocName);
H A Dtsmthred.cpp507 inCountry2.getDisplayCountry(theLocale,countryName2);
H A Dloctest.cpp496 * Locale::getDisplayCountry(UnicodeString &)
511 french.getDisplayCountry(s);
755 testLocale.getDisplayCountry(displayLocale, testCtry);
/external/icu4c/common/
H A Dlocdispnames.cpp125 Locale::getDisplayCountry(UnicodeString& dispCntry) const function in class:Locale
127 return this->getDisplayCountry(getDefault(), dispCntry);
131 Locale::getDisplayCountry(const Locale &displayLocale, function in class:Locale
/external/v8/src/extensions/experimental/
H A Di18n-extension.cc186 icu_locale.getDisplayCountry(display_locale, result);
/external/icu4c/i18n/
H A Dzstrfmt.cpp1821 tmpLoc.getDisplayCountry(locale, displayCountry);

Completed in 888 milliseconds