Home
last modified time | relevance | path

Searched refs:makeDate (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp534 UDate d = getAssociatedDate(makeDate(1998,0,30), status); in test4070502()
647 cal->setTime(makeDate(1998, UCAL_JUNE, 24),status); in test4071385()
650 if (cal->getTime(status) != makeDate(1998, UCAL_NOVEMBER, 24)) in test4071385()
1089 makeDate(1997, UCAL_DECEMBER, 28), in test4103271()
1090 makeDate(1998, UCAL_JANUARY, 10), in test4103271()
1091 makeDate(1998, UCAL_DECEMBER, 31), in test4103271()
1092 makeDate(1999, UCAL_JANUARY, 1) in test4103271()
1164 makeDate(1998, UCAL_DECEMBER, 25), makeDate(1999, UCAL_JANUARY, 1), in test4103271()
1165 makeDate(1997, UCAL_DECEMBER, 28), makeDate(1998, UCAL_JANUARY, 4), in test4103271()
1166 makeDate(1998, UCAL_DECEMBER, 27), makeDate(1997, UCAL_DECEMBER, 28), in test4103271()
[all …]
Dcalregts.h92 …static UDate makeDate(int32_t y, int32_t m = 0, int32_t d = 0, int32_t hr = 0, int32_t min = 0, in…
Dtzregts.cpp326 CalendarRegressionTest::makeDate(98,UCAL_APRIL,4,22,0), in Test4109314()
327 CalendarRegressionTest::makeDate(98, UCAL_APRIL,5,6,0), in Test4109314()
328 CalendarRegressionTest::makeDate(98,UCAL_OCTOBER,24,22,0), in Test4109314()
329 CalendarRegressionTest::makeDate(98,UCAL_OCTOBER,25,6,0) in Test4109314()
891 UDate d = CalendarRegressionTest::makeDate(p[0], p[1], p[2], p[3], p[4]); in Test4162593()