Home | History | Annotate | Download | only in i18n

Lines Matching refs:createTimeZone

1250                 GregorianCalendar *gcal = new GregorianCalendar(TimeZone::createTimeZone(UnicodeString(gEtcUTC)), status);
2809 //TimeZone *customTZ = TimeZone::createTimeZone(tzID);
2810 TimeZone *customTZ = new SimpleTimeZone(offset, tzID); // faster than TimeZone::createTimeZone
2865 TimeZone *tz = TimeZone::createTimeZone(tzid);
2882 TimeZone *tz = TimeZone::createTimeZone(UnicodeString("Etc/GMT"));