Home | History | Annotate | Download | only in intltest

Lines Matching defs:pst

79     TimeZone *z1 = TimeZone::createTimeZone("PST");
80 TimeZone *z2 = TimeZone::createTimeZone("PST");
209 TimeZone *tz = TimeZone::createTimeZone("PST");
318 TimeZone *PST = TimeZone::createTimeZone("PST");
320 PST, new Date(98,Calendar.APRIL,4,22,0), new Date(98, Calendar.APRIL, 5,6,0),
321 PST, new Date(98,Calendar.OCTOBER,24,22,0), new Date(98,Calendar.OCTOBER,25,6,0),
332 testCal->setTimeZone(*PST);
337 if ( ! checkCalendar314(testCal, PST))
346 delete PST;
460 TimeZone *tz = TimeZone::createTimeZone("PST");
1076 // TimeZone *pst = TimeZone::createTimeZone("PST");
1080 TimeZone *pst = new SimpleTimeZone(-28800*U_MILLIS_PER_SECOND,
1081 "PST",
1102 if(pst->hasSameRules(*cst)) {
1103 errln("FAILURE: PST and CST have same rules");
1107 int32_t offset1 = pst->getOffset(1,
1117 errln("FAILURE: Sunday Oct. 26 1997 2:00 has same offset for PST and CST");
1120 pst->getOffset(1,
1134 delete pst;