Searched defs:testDate (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtptngts.cpp622 UDate testDate= LocaleTest::date(99, 0, 13, 23, 58, 59) + 123.0; local
642 resultDate = sdf.format(testDate, resultDate);
660 testDate= LocaleTest::date(99, 9, 13, 23, 58, 59);
685 resultDate = enFormat->format(testDate, resultDate);
808 testDate= LocaleTest::date(99, 0, 13, 23, 58, 59);
809 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.cpp1274 UDate testDate = date(97, UCAL_SEPTEMBER, 15); local
1282 logln((UnicodeString)"Date set to : " + dateToString(testDate));
1291 dfFrench->format(testDate, out);
1296 dfUS->format(testDate, out);
/external/icu/icu4c/source/test/intltest/
H A Ddtptngts.cpp622 UDate testDate= LocaleTest::date(99, 0, 13, 23, 58, 59) + 123.0; local
642 resultDate = sdf.format(testDate, resultDate);
660 testDate= LocaleTest::date(99, 9, 13, 23, 58, 59);
685 resultDate = enFormat->format(testDate, resultDate);
808 testDate= LocaleTest::date(99, 0, 13, 23, 58, 59);
809 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.cpp1277 UDate testDate = date(97, UCAL_SEPTEMBER, 15); local
1285 logln((UnicodeString)"Date set to : " + dateToString(testDate));
1294 dfFrench->format(testDate, out);
1299 dfUS->format(testDate, out);

Completed in 2034 milliseconds