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 DST942 tempcal->set(1970, UCAL_AUGUST, 1);943 UDate std = tempcal->getTime(status); // Time in standard979 delete tempcal;