Searched refs:makeDate (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | calregts.cpp | 480 UDate d = getAssociatedDate(makeDate(1998,0,30), status); in test4070502() 593 cal->setTime(makeDate(1998, UCAL_JUNE, 24),status); in test4071385() 596 if (cal->getTime(status) != makeDate(1998, UCAL_NOVEMBER, 24)) in test4071385() 1034 makeDate(1997, UCAL_DECEMBER, 28), in test4103271() 1035 makeDate(1998, UCAL_JANUARY, 10), in test4103271() 1036 makeDate(1998, UCAL_DECEMBER, 31), in test4103271() 1037 makeDate(1999, UCAL_JANUARY, 1) in test4103271() 1109 makeDate(1998, UCAL_DECEMBER, 25), makeDate(1999, UCAL_JANUARY, 1), in test4103271() 1110 makeDate(1997, UCAL_DECEMBER, 28), makeDate(1998, UCAL_JANUARY, 4), in test4103271() 1111 makeDate(1998, UCAL_DECEMBER, 27), makeDate(1997, UCAL_DECEMBER, 28), in test4103271() [all …]
|
D | calregts.h | 80 …static UDate makeDate(int32_t y, int32_t m = 0, int32_t d = 0, int32_t hr = 0, int32_t min = 0, in…
|
D | tzregts.cpp | 324 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() 885 UDate d = CalendarRegressionTest::makeDate(p[0], p[1], p[2], p[3], p[4]); in Test4162593()
|
/external/icu4c/test/intltest/ |
D | calregts.cpp | 524 UDate d = getAssociatedDate(makeDate(1998,0,30), status); in test4070502() 637 cal->setTime(makeDate(1998, UCAL_JUNE, 24),status); in test4071385() 640 if (cal->getTime(status) != makeDate(1998, UCAL_NOVEMBER, 24)) in test4071385() 1079 makeDate(1997, UCAL_DECEMBER, 28), in test4103271() 1080 makeDate(1998, UCAL_JANUARY, 10), in test4103271() 1081 makeDate(1998, UCAL_DECEMBER, 31), in test4103271() 1082 makeDate(1999, UCAL_JANUARY, 1) in test4103271() 1154 makeDate(1998, UCAL_DECEMBER, 25), makeDate(1999, UCAL_JANUARY, 1), in test4103271() 1155 makeDate(1997, UCAL_DECEMBER, 28), makeDate(1998, UCAL_JANUARY, 4), in test4103271() 1156 makeDate(1998, UCAL_DECEMBER, 27), makeDate(1997, UCAL_DECEMBER, 28), in test4103271() [all …]
|
D | calregts.h | 84 …static UDate makeDate(int32_t y, int32_t m = 0, int32_t d = 0, int32_t hr = 0, int32_t min = 0, in…
|
D | tzregts.cpp | 324 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()
|