Home | History | Annotate | Download | only in i18n

Lines Matching refs:tzID

3040                 UnicodeString tzID(gGmt);
3041 formatRFC822TZ(tzID, offset);
3042 //TimeZone *customTZ = TimeZone::createTimeZone(tzID);
3043 TimeZone *customTZ = new SimpleTimeZone(offset, tzID); // faster than TimeZone::createTimeZone