Searched refs:testDate (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/test/intltest/
H A Ddtptngts.cpp560 UDate testDate= LocaleTest::date(99, 0, 13, 23, 58, 59) + 123.0; local
580 resultDate = sdf.format(testDate, resultDate);
598 testDate= LocaleTest::date(99, 9, 13, 23, 58, 59);
623 resultDate = enFormat->format(testDate, resultDate);
746 testDate= LocaleTest::date(99, 0, 13, 23, 58, 59);
747 formatted = formatter.format(testDate, formatted, status);
H A Dtzregts.cpp395 UDate testDate = testCal->getTime(status); local
397 UBool inDaylightTime = testTZ->inDaylightTime(testDate, status);
417 output = testTZ->getID(output) + " " + sdf->format(testDate, output, pos) +
H A Ddtfmttst.cpp1138 UDate testDate = date(97, UCAL_SEPTEMBER, 15); local
1147 logln((UnicodeString)"Date set to : " + dateToString(testDate));
1156 dfFrench->format(testDate, out);
1161 dfUS->format(testDate, out);
/external/icu4c/i18n/
H A Dcalendar.cpp2848 int32_t testDate = date; local
2850 testDate += 7;
2854 testDate += 7 * (woy - 1);
2858 __FILE__, __LINE__, year, year-1, testDate, julianDay+testDate, nextJulianDay);
2860 if(julianDay+testDate > nextJulianDay) { // is it past Dec 31? (nextJulianDay is day BEFORE year+1's Jan 1)

Completed in 398 milliseconds