Home | History | Annotate | Download | only in intltest

Lines Matching refs:tz1

995         TimeZone *tz1 = TimeZone::createTimeZone(zone1);
998 if (!tz1) {
1005 if (tz1 && tz2) {
1007 tz2->setID(tz1->getID(itsID));
1009 if (*tz1 != *tz2) {
1018 delete tz1;
1746 TimeZone* tz1 = TimeZone::createTimeZone(*id1);
1753 if(tz1->hasSameRules(*tz2)){
1758 delete tz1;
1849 SimpleTimeZone tz1(-3 * U_MILLIS_PER_HOUR, // raw offset: 3h before (west of) GMT
1910 TimeZone *timezones[] = { &tz1, &tz2 };