Lines Matching refs:makeDate
534 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()
1167 makeDate(1999, UCAL_JANUARY, 2), makeDate(1998, UCAL_JANUARY, 3), in test4103271()
1279 UDate d00 = makeDate(1997, UCAL_MARCH, 15, 12, 00, 00); in test4108764()
1280 UDate d01 = makeDate(1997, UCAL_MARCH, 15, 12, 00, 56); in test4108764()
1281 UDate d10 = makeDate(1997, UCAL_MARCH, 15, 12, 34, 00); in test4108764()
1282 UDate d11 = makeDate(1997, UCAL_MARCH, 15, 12, 34, 56); in test4108764()
1283 UDate epoch = makeDate(1970, UCAL_JANUARY, 1); in test4108764()
1330 UDate onset = makeDate(1998, UCAL_APRIL, 5, 1, 0) + ONE_HOUR; in test4114578()
1331 UDate cease = makeDate(1998, UCAL_OCTOBER, 25, 0, 0) + 2*ONE_HOUR; in test4114578()
1626 calendar->setTime(makeDate(INT32_MIN),status); in test4145158()
1630 calendar->setTime(makeDate(INT32_MAX),status); in test4145158()
1694 UDate date = makeDate(1996, UCAL_JANUARY, 3); // Arbitrary date in test4147269()
2744 CalendarRegressionTest::makeDate(int32_t y, int32_t m, int32_t d, in makeDate() function in CalendarRegressionTest