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");
1072 // TimeZone *pst = TimeZone::createTimeZone("PST");
1076 TimeZone *pst = new SimpleTimeZone(-28800*U_MILLIS_PER_SECOND,
1077 "PST",
1098 if(pst->hasSameRules(*cst)) {
1099 errln("FAILURE: PST and CST have same rules");
1103 int32_t offset1 = pst->getOffset(1,
1113 errln("FAILURE: Sunday Oct. 26 1997 2:00 has same offset for PST and CST");
1116 pst->getOffset(1,
1130 delete pst;