Home | History | Annotate | Download | only in util

Lines Matching defs:getCountry

756                 cmp = getCountry().compareTo(other.getCountry());
882 public String getCountry() {
893 public static String getCountry(String localeID) {
894 return new LocaleIDParser(localeID).getCountry();
927 region = locale.getCountry();
930 region = maximized.getCountry();
1181 parser.setBaseName(lscvToID("nn", parser.getScript(), parser.getCountry(), null));
1285 return LocaleIDs.getISO3Country(getCountry(localeID));
1583 .regionDisplayName(locale.getCountry());
1947 && availableLocales[j].getCountry().equals(aLocale.getCountry())
2670 String alternateRegion = parser.getCountry();
2754 String region = parser.getCountry();
3803 region = lp.getCountry();
3969 String country = loc.getCountry();
4158 loc = new Locale(uloc.getLanguage(), uloc.getCountry(), uloc.getVariant());
4250 && loc.getCountry().equals(getSystemProperty("user.country"))
4255 && loc.getCountry().equals(getSystemProperty("user.country"))