Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp527 UDate d = getAssociatedDate(makeDate(1998,0,30), status); in test4070502()
640 cal->setTime(makeDate(1998, UCAL_JUNE, 24),status); in test4071385()
643 if (cal->getTime(status) != makeDate(1998, UCAL_NOVEMBER, 24)) in test4071385()
1082 makeDate(1997, UCAL_DECEMBER, 28), in test4103271()
1083 makeDate(1998, UCAL_JANUARY, 10), in test4103271()
1084 makeDate(1998, UCAL_DECEMBER, 31), in test4103271()
1085 makeDate(1999, UCAL_JANUARY, 1) in test4103271()
1157 makeDate(1998, UCAL_DECEMBER, 25), makeDate(1999, UCAL_JANUARY, 1), in test4103271()
1158 makeDate(1997, UCAL_DECEMBER, 28), makeDate(1998, UCAL_JANUARY, 4), in test4103271()
1159 makeDate(1998, UCAL_DECEMBER, 27), makeDate(1997, UCAL_DECEMBER, 28), in test4103271()
[all …]
Dcalregts.h86 …static UDate makeDate(int32_t y, int32_t m = 0, int32_t d = 0, int32_t hr = 0, int32_t min = 0, in…
Dtzregts.cpp324 CalendarRegressionTest::makeDate(98,UCAL_APRIL,4,22,0), in Test4109314()
325 CalendarRegressionTest::makeDate(98, UCAL_APRIL,5,6,0), in Test4109314()
326 CalendarRegressionTest::makeDate(98,UCAL_OCTOBER,24,22,0), in Test4109314()
327 CalendarRegressionTest::makeDate(98,UCAL_OCTOBER,25,6,0) in Test4109314()
889 UDate d = CalendarRegressionTest::makeDate(p[0], p[1], p[2], p[3], p[4]); in Test4162593()