Home | History | Annotate | Download | only in util

Lines Matching refs:getISO3Country

1273     public String getISO3Country() {
1274 return getISO3Country(localeID);
1284 public static String getISO3Country(String localeID) {
1285 return LocaleIDs.getISO3Country(getCountry(localeID));