Home | History | Annotate | Download | only in tzcode

Lines Matching refs: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) {
116 timezone = tz;
136 timezone->getOffset(t, FALSE, rawOffset, dstOffset, status);
141 timezone->getOffset(newt, FALSE, newRawOffset, newDstOffset, status);
157 timezone->getOffset(medt, FALSE, medRawOffset, medDstOffset, status);
191 GregorianCalendar* gcal = new GregorianCalendar(timezone, Locale::getEnglish(), status);
199 TimeZone* timezone;
212 zenum = TimeZone::createEnumeration();
235 TimeZone* next() {
236 TimeZone* tz = NULL;
241 tz = TimeZone::createTimeZone(*zid);
247 tz = TimeZone::createTimeZone((const UnicodeString&)zids[idx]);
250 tz = TimeZone::createDefault();
372 TimeZone* tz = zit->next();
403 TimeZone* tz = zit->next();