Lines Matching full:zone2
993 const char *zone2 = compatibilityMap[i+1];
996 TimeZone *tz2 = TimeZone::createTimeZone(zone2);
1002 errln(UnicodeString("FAIL: Could not find long ID zone ") + zone2);
1011 " != " + UnicodeString(zone2));
1014 " == " + UnicodeString(zone2));
1448 SimpleTimeZone *zone2 = new SimpleTimeZone(0, "PST");
1450 zone2->setStartRule(UCAL_JANUARY, 1, 0, 0, status);
1451 zone2->setEndRule(UCAL_DECEMBER, 31, 0, 0, status);
1454 if (zone2->inDaylightTime(UDate(0), status)) {
1465 name = zone2->getDisplayName(Locale::getEnglish(),name);
1515 delete zone2;
1516 zone2 = new SimpleTimeZone(90*60*1000, "xyzzy");
1518 name = zone2->getDisplayName(Locale::getEnglish(),name);
1526 zone2->getDisplayName(name);
1535 delete zone2;