Home | History | Annotate | Download | only in intltest

Lines Matching refs:tempcal

938     Calendar* tempcal = Calendar::createInstance(status);
939 tempcal->clear();
940 tempcal->set(1970, UCAL_FEBRUARY, 1);
941 UDate dst = tempcal->getTime(status); // Time in DST
942 tempcal->set(1970, UCAL_AUGUST, 1);
943 UDate std = tempcal->getTime(status); // Time in standard
979 delete tempcal;