Home | History | Annotate | Download | only in intltest

Lines Matching refs:tempcal

942     Calendar* tempcal = Calendar::createInstance(status);
943 tempcal->clear();
944 tempcal->set(1970, UCAL_FEBRUARY, 1);
945 UDate dst = tempcal->getTime(status); // Time in DST
946 tempcal->set(1970, UCAL_AUGUST, 1);
947 UDate std = tempcal->getTime(status); // Time in standard
983 delete tempcal;