Searched refs:testDate (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/intltest/ |
D | dtptngts.cpp | 313 UDate testDate= LocaleTest::date(99, 0, 13, 23, 58, 59); in testAPI() local 333 resultDate = sdf.format(testDate, resultDate); in testAPI()
|
D | tzregts.cpp | 395 UDate testDate = testCal->getTime(status); in checkCalendar314() local 397 UBool inDaylightTime = testTZ->inDaylightTime(testDate, status); in checkCalendar314() 417 output = testTZ->getID(output) + " " + sdf->format(testDate, output, pos) + in checkCalendar314()
|
D | dtfmttst.cpp | 1051 UDate testDate = date(97, UCAL_SEPTEMBER, 15); in TestLocaleDateFormat() local 1060 logln((UnicodeString)"Date set to : " + dateToString(testDate)); in TestLocaleDateFormat() 1069 dfFrench->format(testDate, out); in TestLocaleDateFormat() 1074 dfUS->format(testDate, out); in TestLocaleDateFormat()
|
/external/icu4c/i18n/ |
D | calendar.cpp | 2579 int32_t testDate = date; in handleComputeJulianDay() local 2581 testDate += 7; in handleComputeJulianDay() 2585 testDate += 7 * (woy - 1); in handleComputeJulianDay() 2589 … __FILE__, __LINE__, year, year-1, testDate, julianDay+testDate, nextJulianDay); in handleComputeJulianDay() 2591 …if(julianDay+testDate > nextJulianDay) { // is it past Dec 31? (nextJulianDay is day BEFORE year+… in handleComputeJulianDay()
|