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