Lines Matching refs:tz2
996 TimeZone *tz2 = TimeZone::createTimeZone(zone2); in TestShortZoneIDs() local
1001 if (!tz2) { in TestShortZoneIDs()
1005 if (tz1 && tz2) { in TestShortZoneIDs()
1007 tz2->setID(tz1->getID(itsID)); in TestShortZoneIDs()
1009 if (*tz1 != *tz2) { in TestShortZoneIDs()
1019 delete tz2; in TestShortZoneIDs()
1752 TimeZone* tz2 = TimeZone::createTimeZone(*id2); in TestCountries() local
1753 if(tz1->hasSameRules(*tz2)){ in TestCountries()
1756 delete tz2; in TestCountries()
1864 SimpleTimeZone tz2(-3 * U_MILLIS_PER_HOUR, // raw offset: 3h before (west of) GMT in TestFebruary() local
1910 TimeZone *timezones[] = { &tz1, &tz2 }; in TestFebruary()