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

/external/icu4c/test/intltest/
H A Ddtptngts.cpp508 UDate testDate= LocaleTest::date(99, 0, 13, 23, 58, 59); local
528 resultDate = sdf.format(testDate, resultDate);
546 testDate= LocaleTest::date(99, 9, 13, 23, 58, 59);
571 resultDate = enFormat->format(testDate, resultDate);
694 testDate= LocaleTest::date(99, 0, 13, 23, 58, 59);
695 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.cpp1057 UDate testDate = date(97, UCAL_SEPTEMBER, 15); local
1066 logln((UnicodeString)"Date set to : " + dateToString(testDate));
1075 dfFrench->format(testDate, out);
1080 dfUS->format(testDate, out);
/external/icu4c/i18n/
H A Dcalendar.cpp2706 int32_t testDate = date; local
2708 testDate += 7;
2712 testDate += 7 * (woy - 1);
2716 __FILE__, __LINE__, year, year-1, testDate, julianDay+testDate, nextJulianDay);
2718 if(julianDay+testDate > nextJulianDay) { // is it past Dec 31? (nextJulianDay is day BEFORE year+1's Jan 1)

Completed in 307 milliseconds