Home | History | Annotate | Download | only in intltest

Lines Matching defs:pst

81     TimeZone *z1 = TimeZone::createTimeZone("PST");
82 TimeZone *z2 = TimeZone::createTimeZone("PST");
211 TimeZone *tz = TimeZone::createTimeZone("PST");
320 TimeZone *PST = TimeZone::createTimeZone("PST");
322 PST, new Date(98,Calendar.APRIL,4,22,0), new Date(98, Calendar.APRIL, 5,6,0),
323 PST, new Date(98,Calendar.OCTOBER,24,22,0), new Date(98,Calendar.OCTOBER,25,6,0),
334 testCal->setTimeZone(*PST);
339 if ( ! checkCalendar314(testCal, PST))
348 delete PST;
462 PST");
1078 // TimeZone *pst = TimeZone::createTimeZone("PST");
1082 TimeZone *pst = new SimpleTimeZone(-28800*U_MILLIS_PER_SECOND,
1083 "PST",
1104 if(pst->hasSameRules(*cst)) {
1105 errln("FAILURE: PST and CST have same rules");
1109 int32_t offset1 = pst->getOffset(1,
1119 errln("FAILURE: Sunday Oct. 26 1997 2:00 has same offset for PST and CST");
1122 pst->getOffset(1,
1136 delete pst;