Home | History | Annotate | Download | only in i18n

Lines Matching refs:customTZ

2736                 //TimeZone *customTZ = TimeZone::createTimeZone(tzID);
2737 TimeZone *customTZ = new SimpleTimeZone(offset, tzID); // faster than TimeZone::createTimeZone
2738 cal.adoptTimeZone(customTZ);