Searched defs:tempcal (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtzbdtest.cpp281 Calendar* tempcal = Calendar::createInstance(pst, status); local
283 verifyMapping(*tempcal, 1997, Calendar::APRIL, 3, 0, 238904.0);
284 verifyMapping(*tempcal, 1997, Calendar::APRIL, 4, 0, 238928.0);
285 verifyMapping(*tempcal, 1997, Calendar::APRIL, 5, 0, 238952.0);
286 verifyMapping(*tempcal, 1997, Calendar::APRIL, 5, 23, 238975.0);
287 verifyMapping(*tempcal, 1997, Calendar::APRIL, 6, 0, 238976.0);
288 verifyMapping(*tempcal, 1997, Calendar::APRIL, 6, 1, 238977.0);
289 verifyMapping(*tempcal, 1997, Calendar::APRIL, 6, 3, 238978.0);
303 if (tempcal != NULL) {
306 tempcal
[all...]
H A Dtzregts.cpp942 Calendar* tempcal = Calendar::createInstance(status); local
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;

Completed in 831 milliseconds