Home | History | Annotate | Download | only in i18n

Lines Matching defs:tzid

2734                 UnicodeString tzID(gGmt);
2735 formatRFC822TZ(tzID, offset);
2736 //TimeZone *customTZ = TimeZone::createTimeZone(tzID);
2737 TimeZone *customTZ = new SimpleTimeZone(offset, tzID); // faster than TimeZone::createTimeZone
2786 UnicodeString tzid;
2787 zsinfo->getID(tzid);
2791 if (tzid != current) {
2792 TimeZone *tz = TimeZone::createTimeZone(tzid);