/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
H A 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()
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/ |
H A D | LocaleNameProviderICU.java | 21 public String getDisplayCountry(String countryCode, Locale locale) { in getDisplayCountry() method in LocaleNameProviderICU
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/ |
H A D | PopulationData.java | 65 entries.add(new TerritoryEntry(territory.getDisplayCountry(ULocale.forLocale(loc)), SupplementalUtilities.ldml2d(vec[2]))); in getTerritoryEntries()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/i18n/ |
H A D | PhoneRegion.java | 94 String displayCountry = locale().getDisplayCountry(ULocale.US); in getEnglishNameForXmlComments()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | LocaleAliasTest.java | 182 String oldCountry = oldLoc.getDisplayCountry(available[j]); in TestDisplayName() 183 String newCountry = newLoc.getDisplayCountry(available[j]); in TestDisplayName()
|
H A 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()
|
H A D | DisplayNameTest.java | 125 return ULocale.getDisplayCountry("en_"+code, loc); in checkLocale()
|
H A D | ULocaleTest.java | 1088 String country = l.getDisplayCountry(); in TestDisplayNames() 1099 country = l.getDisplayCountry(dl); in TestDisplayNames() 1326 country = ULocale.getDisplayCountry(localeID, testLocale); in TestCoverage() 1342 country = ULocale.getDisplayCountry(localeID, loc); in TestCoverage()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | LocaleAliasTest.java | 179 String oldCountry = oldLoc.getDisplayCountry(available[j]); in TestDisplayName() 180 String newCountry = newLoc.getDisplayCountry(available[j]); in TestDisplayName()
|
H A 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()
|
H A D | DisplayNameTest.java | 122 return ULocale.getDisplayCountry("en_"+code, loc); in checkLocale()
|
H A D | ULocaleTest.java | 1106 String country = l.getDisplayCountry(); in TestDisplayNames() 1117 country = l.getDisplayCountry(dl); in TestDisplayNames() 1394 country = ULocale.getDisplayCountry(localeID, testLocale); in TestCoverage() 1410 country = ULocale.getDisplayCountry(localeID, loc); in TestCoverage()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | locid.h | 131 * use <code>getDisplayCountry</code> to get the 876 UnicodeString& getDisplayCountry( UnicodeString& dispCountry) const; 892 UnicodeString& getDisplayCountry( const Locale& displayLocale, 917 * in the default locale. This function uses getDisplayLanguage(), getDisplayCountry(), 931 * getDisplayCountry(), and getDisplayVariant() to do its work, and outputs the display
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | locid.h | 131 * use <code>getDisplayCountry</code> to get the 876 UnicodeString& getDisplayCountry( UnicodeString& dispCountry) const; 892 UnicodeString& getDisplayCountry( const Locale& displayLocale, 917 * in the default locale. This function uses getDisplayLanguage(), getDisplayCountry(), 931 * getDisplayCountry(), and getDisplayVariant() to do its work, and outputs the display
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | aliastst.cpp | 221 const UnicodeString oldCountry = oldLoc.getDisplayCountry(dipLocName); in TestDisplayName() 222 const UnicodeString newCountry = newLoc.getDisplayCountry(dipLocName); in TestDisplayName()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | locid.h | 131 * use <code>getDisplayCountry</code> to get the 876 UnicodeString& getDisplayCountry( UnicodeString& dispCountry) const; 892 UnicodeString& getDisplayCountry( const Locale& displayLocale, 917 * in the default locale. This function uses getDisplayLanguage(), getDisplayCountry(), 931 * getDisplayCountry(), and getDisplayVariant() to do its work, and outputs the display
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locdispnames.cpp | 130 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
|
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/main/ |
H A D | CountryDropdown.java | 98 String countryName = locale.getDisplayCountry(); in getCountryLabelForNameCode()
|
/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/geocoding/ |
H A D | PhoneNumberOfflineGeocoder.java | 93 ? "" : new Locale("", regionCode).getDisplayCountry(language); in getRegionDisplayName()
|
/third_party/icu/icu4c/source/common/ |
H A D | locdispnames.cpp | 130 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
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locdispnames.cpp | 130 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
|
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
H A D | phonenumber_offline_geocoder.cc | 132 icu::Locale("", region_code->c_str()).getDisplayCountry( in GetRegionDisplayName()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
H A D | HolidayCalendarDemo.java | 206 localeMenu.addItem(calendars[i].getDisplayCountry() + " (" + in buildGUI() 209 localeMenu.addItem( calendars[i].getDisplayCountry() ); in buildGUI()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | ULocale.java | 891 * @see #getDisplayCountry() 892 * @see #getDisplayCountry(ULocale) 902 * @see #getDisplayCountry() 903 * @see #getDisplayCountry(ULocale) 1666 public String getDisplayCountry() { in getDisplayCountry() method in ULocale 1677 public String getDisplayCountry(ULocale displayLocale){ in getDisplayCountry() method in ULocale 1690 public static String getDisplayCountry(String localeID, String displayLocaleID) { in getDisplayCountry() method in ULocale 1703 public static String getDisplayCountry(String localeID, ULocale displayLocale) { in getDisplayCountry() method in ULocale
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | ULocale.java | 938 * @see #getDisplayCountry() 939 * @see #getDisplayCountry(ULocale) 950 * @see #getDisplayCountry() 951 * @see #getDisplayCountry(ULocale) 2174 public String getDisplayCountry() { in getDisplayCountry() method in ULocale 2186 public String getDisplayCountry(ULocale displayLocale){ in getDisplayCountry() method in ULocale 2200 public static String getDisplayCountry(String localeID, String displayLocaleID) { in getDisplayCountry() method in ULocale 2214 public static String getDisplayCountry(String localeID, ULocale displayLocale) { in getDisplayCountry() method in ULocale
|