Searched refs:tzid (Results 1 – 2 of 2) sorted by relevance
605 String tzid = zoneId.getId(); // throws an NPE if null in getTimeZone() local606 char c = tzid.charAt(0); in getTimeZone()608 tzid = "GMT" + tzid; in getTimeZone()609 } else if (c == 'Z' && tzid.length() == 1) { in getTimeZone()610 tzid = "UTC"; in getTimeZone()612 return getTimeZone(tzid); in getTimeZone()
747 String tzid = ULocale.toLegacyType("tz", cldrShortTzId); in convertToTzId() local750 if (tzid == null || tzid.equals(cldrShortTzId.toLowerCase(Locale.ROOT))) { in convertToTzId()753 return tzid; in convertToTzId()