Home | History | Annotate | Download | only in intltest

Lines Matching refs:zone2

995         const char *zone2 = compatibilityMap[i+1];
998 TimeZone *tz2 = TimeZone::createTimeZone(zone2);
1004 errln(UnicodeString("FAIL: Could not find long ID zone ") + zone2);
1013 " != " + UnicodeString(zone2));
1016 " == " + UnicodeString(zone2));
1450 SimpleTimeZone *zone2 = new SimpleTimeZone(0, "PST");
1452 zone2->setStartRule(UCAL_JANUARY, 1, 0, 0, status);
1453 zone2->setEndRule(UCAL_DECEMBER, 31, 0, 0, status);
1456 if (zone2->inDaylightTime(UDate(0), status)) {
1467 name = zone2->getDisplayName(Locale::getEnglish(),name);
1517 delete zone2;
1518 zone2 = new SimpleTimeZone(90*60*1000, "xyzzy");
1520 name = zone2->getDisplayName(Locale::getEnglish(),name);
1528 zone2->getDisplayName(name);
1537 delete zone2;