tzbdtest.cpp | 279 Calendar* tempcal = Calendar::createInstance(pst, status); local 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() [all...] |