Home | History | Annotate | Download | only in impl

Lines Matching defs:countryCode

239         String countryCode = ZoneMeta.getCanonicalCountry(canonicalTzID, isPrimary);
240 if (countryCode != null) {
243 String country = getLocaleDisplayNames().regionDisplayName(countryCode);
549 String countryCode = ZoneMeta.getCanonicalCountry(tzID);
550 if (countryCode != null) {
552 String regionalGolden = _tznames.getReferenceZoneID(mzID, countryCode);
555 location = getLocaleDisplayNames().regionDisplayName(countryCode);