Home | History | Annotate | Download | only in intltest

Lines Matching refs:zone2

998         const char *zone2 = compatibilityMap[i+1];
1001 TimeZone *tz2 = TimeZone::createTimeZone(zone2);
1007 errln(UnicodeString("FAIL: Could not find long ID zone ") + zone2);
1016 " != " + UnicodeString(zone2));
1019 " == " + UnicodeString(zone2));
1475 SimpleTimeZone *zone2 = new SimpleTimeZone(0, "PST");
1477 zone2->setStartRule(UCAL_JANUARY, 1, 0, 0, status);
1478 zone2->setEndRule(UCAL_DECEMBER, 31, 0, 0, status);
1481 if (zone2->inDaylightTime(UDate(0), status)) {
1492 name = zone2->getDisplayName(Locale::getEnglish(),name);
1542 delete zone2;
1543 zone2 = new SimpleTimeZone(90*60*1000, "xyzzy");
1545 name = zone2->getDisplayName(Locale::getEnglish(),name);
1553 zone2->getDisplayName(name);
1562 delete zone2;