Home | History | Annotate | Download | only in util

Lines Matching defs:country

65             // it a valid country code, and will just return a sensible default for the default
101 * Returns the {@code Currency} instance for this {@code Locale}'s country.
104 * the {@code Locale} of a country.
105 * @return the {@code Currency} used in the country defined by the locale parameter.
108 * if the locale's country is not a supported ISO 3166 Country.
116 String country = locale.getCountry();
120 country = country + "_" + variant;
123 String currencyCode = ICU.getCurrencyCodeNative(country);
125 throw new IllegalArgumentException("Not a supported ISO 3166 country: " + locale);
155 * <p>If the locale only specifies a language rather than a language and a country (such as