Lines Matching refs:tz2
1003 TimeZone *tz2 = TimeZone::createTimeZone(zone2); in TestShortZoneIDs() local
1008 if (!tz2) { in TestShortZoneIDs()
1012 if (tz1 && tz2) { in TestShortZoneIDs()
1014 tz2->setID(tz1->getID(itsID)); in TestShortZoneIDs()
1016 if (*tz1 != *tz2) { in TestShortZoneIDs()
1026 delete tz2; in TestShortZoneIDs()
1781 TimeZone* tz2 = TimeZone::createTimeZone(*id2); in TestCountries() local
1782 if(tz1->hasSameRules(*tz2)){ in TestCountries()
1785 delete tz2; in TestCountries()
1893 SimpleTimeZone tz2(-3 * U_MILLIS_PER_HOUR, // raw offset: 3h before (west of) GMT in TestFebruary() local
1939 TimeZone *timezones[] = { &tz1, &tz2 }; in TestFebruary()