Home | History | Annotate | Download | only in intltest

Lines Matching defs:cst

1077     // TimeZone *cst1 = TimeZone::createTimeZone("CST");
1089 "CST",
1100 SimpleTimeZone *cst = dynamic_cast<SimpleTimeZone *>(cst1);
1102 if(pst->hasSameRules(*cst)) {
1103 errln("FAILURE: PST and CST have same rules");
1112 int32_t offset2 = cst->getOffset(1,
1117 errln("FAILURE: Sunday Oct. 26 1997 2:00 has same offset for PST and CST");
1126 cst->setDSTSavings(60*60*1000, status);
1129 int32_t savings = cst->getDSTSavings();
1135 delete cst;