Searched refs:verifyMapping (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/intltest/ |
D | tzbdtest.cpp | 233 void TimeZoneBoundaryTest::verifyMapping(Calendar& cal, int year, int month, int dom, int hour, in verifyMapping() function in TimeZoneBoundaryTest 281 verifyMapping(*tempcal, 1997, Calendar::APRIL, 3, 0, 238904.0); in TestBoundaries() 282 verifyMapping(*tempcal, 1997, Calendar::APRIL, 4, 0, 238928.0); in TestBoundaries() 283 verifyMapping(*tempcal, 1997, Calendar::APRIL, 5, 0, 238952.0); in TestBoundaries() 284 verifyMapping(*tempcal, 1997, Calendar::APRIL, 5, 23, 238975.0); in TestBoundaries() 285 verifyMapping(*tempcal, 1997, Calendar::APRIL, 6, 0, 238976.0); in TestBoundaries() 286 verifyMapping(*tempcal, 1997, Calendar::APRIL, 6, 1, 238977.0); in TestBoundaries() 287 verifyMapping(*tempcal, 1997, Calendar::APRIL, 6, 3, 238978.0); in TestBoundaries() 294 verifyMapping(*utccal, 1997, Calendar::APRIL, 6, 0, 238968.0); in TestBoundaries()
|
D | tzbdtest.h | 82 void verifyMapping(Calendar& cal, int year, int month, int dom, int hour,
|