Home | History | Annotate | Download | only in intltest

Lines Matching refs:tempcal

279     Calendar* tempcal = Calendar::createInstance(pst, status);
281 verifyMapping(*tempcal, 1997, Calendar::APRIL, 3, 0, 238904.0);
282 verifyMapping(*tempcal, 1997, Calendar::APRIL, 4, 0, 238928.0);
283 verifyMapping(*tempcal, 1997, Calendar::APRIL, 5, 0, 238952.0);
284 verifyMapping(*tempcal, 1997, Calendar::APRIL, 5, 23, 238975.0);
285 verifyMapping(*tempcal, 1997, Calendar::APRIL, 6, 0, 238976.0);
286 verifyMapping(*tempcal, 1997, Calendar::APRIL, 6, 1, 238977.0);
287 verifyMapping(*tempcal, 1997, Calendar::APRIL, 6, 3, 238978.0);
301 if (tempcal != NULL) {
304 tempcal->clear();
305 tempcal->set(1997, Calendar::APRIL, 6);
306 UDate d = tempcal->getTime(status);
312 tempcal->setTime(d + i*60*1000, status);
313 verifyDST(tempcal->getTime(status),pst, TRUE, inDST, -8*ONE_HOUR,inDST ? -7*ONE_HOUR : -8*ONE_HOUR);
319 delete tempcal;