OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:verifyMapping
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/intltest/
tzbdtest.cpp
233
void TimeZoneBoundaryTest::
verifyMapping
(Calendar& cal, int year, int month, int dom, int hour,
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);
294
verifyMapping
(*utccal, 1997, Calendar::APRIL, 6, 0, 238968.0);
/external/icu4c/test/intltest/
tzbdtest.cpp
233
void TimeZoneBoundaryTest::
verifyMapping
(Calendar& cal, int year, int month, int dom, int hour,
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);
294
verifyMapping
(*utccal, 1997, Calendar::APRIL, 6, 0, 238968.0);
Completed in 226 milliseconds