Home | History | Annotate | Download | only in util

Lines Matching refs:getISO3Country

1184     public String getISO3Country() {
1185 return getISO3Country(localeID);
1196 public static String getISO3Country(String localeID) {
1197 return LocaleIDs.getISO3Country(getCountry(localeID));