Lines Matching full:timezone
16 * This tool write out timezone transitions for ICU timezone. This tool
17 * is used as a part of tzdata update process to check if ICU timezone
29 #include "unicode/timezone.h"
115 void setTimeZone(TimeZone* tz) { in setTimeZone()
116 timezone = tz; in setTimeZone()
136 timezone->getOffset(t, FALSE, rawOffset, dstOffset, status); in dump()
141 timezone->getOffset(newt, FALSE, newRawOffset, newDstOffset, status); in dump()
157 timezone->getOffset(medt, FALSE, medRawOffset, medDstOffset, status); in dump()
191 GregorianCalendar* gcal = new GregorianCalendar(timezone, Locale::getEnglish(), status); in getCutOverTimes()
202 TimeZone* timezone; member in ICUZDump
215 zenum = TimeZone::createEnumeration(); in ZoneIterator()
238 TimeZone* next() { in next()
239 TimeZone* tz = NULL; in next()
244 tz = TimeZone::createTimeZone(*zid); in next()
250 tz = TimeZone::createTimeZone((const UnicodeString&)zids[idx]); in next()
253 tz = TimeZone::createDefault(); in next()
375 TimeZone* tz = zit->next(); in main()
406 TimeZone* tz = zit->next(); in main()