Home | History | Annotate | Download | only in intltest

Lines Matching defs:makeDate

489     UDate d = getAssociatedDate(makeDate(1998,0,30), status);
602 cal->setTime(makeDate(1998, UCAL_JUNE, 24),status);
605 if (cal->getTime(status) != makeDate(1998, UCAL_NOVEMBER, 24))
1044 makeDate(1997, UCAL_DECEMBER, 28),
1045 makeDate(1998, UCAL_JANUARY, 10),
1046 makeDate(1998, UCAL_DECEMBER, 31),
1047 makeDate(1999, UCAL_JANUARY, 1)
1119 makeDate(1998, UCAL_DECEMBER, 25), makeDate(1999, UCAL_JANUARY, 1),
1120 makeDate(1997, UCAL_DECEMBER, 28), makeDate(1998, UCAL_JANUARY, 4),
1121 makeDate(1998, UCAL_DECEMBER, 27), makeDate(1997, UCAL_DECEMBER, 28),
1122 makeDate(1999, UCAL_JANUARY, 2), makeDate(1998, UCAL_JANUARY, 3),
1234 UDate d00 = makeDate(1997, UCAL_MARCH, 15, 12, 00, 00);
1235 UDate d01 = makeDate(1997, UCAL_MARCH, 15, 12, 00, 56);
1236 UDate d10 = makeDate(1997, UCAL_MARCH, 15, 12, 34, 00);
1237 UDate d11 = makeDate(1997, UCAL_MARCH, 15, 12, 34, 56);
1238 UDate epoch = makeDate(1970, UCAL_JANUARY, 1);
1285 UDate onset = makeDate(1998, UCAL_APRIL, 5, 1, 0) + ONE_HOUR;
1286 UDate cease = makeDate(1998, UCAL_OCTOBER, 25, 0, 0) + 2*ONE_HOUR;
1537 calendar->setTime(makeDate(INT32_MIN),status);
1541 calendar->setTime(makeDate(INT32_MAX),status);
1605 UDate date = makeDate(1996, UCAL_JANUARY, 3); // Arbitrary date
2658 CalendarRegressionTest::makeDate(int32_t y, int32_t m, int32_t d,