HomeSort by relevance Sort by last modified time
    Searched defs:normalizeCountryIso (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/libcore/util/
CountryTimeZones.java 172 String normalizedCountryIso = normalizeCountryIso(countryIso);
188 return this.countryIso.equals(normalizeCountryIso(countryIso));
479 private static String normalizeCountryIso(String countryIso) {
TimeZoneFinder.java 645 if (!normalizeCountryIso(countryIso).equals(countryIso)) {
721 this.countryCodeToMatch = normalizeCountryIso(countryCodeToMatch);
727 countryIso = normalizeCountryIso(countryIso);
    [all...]

Completed in 72 milliseconds