Searched defs:tzone (Results 1 – 3 of 3) sorted by relevance
68 String tzone = this.lexer.ttoken().toLowerCase(); in parse() local
61 struct timezone tzone; in hwclock_main() local
294 TimeZone tzone = TimeZone.getTimeZone(zone); in printAllZoneLocalizations() local351 TimeZone tzone = TimeZone.getTimeZone(zone); in printAllZoneLocalizations() local378 private static String offsetString(TimeZone tzone) { in offsetString()