Home | History | Annotate | Download | only in intltest

Lines Matching refs:dateToString

516             if (expected != null) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
522 logln(UnicodeString(" parse(") + str + ") -> " + dateToString(date));
531 // if (expected != null) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
616 logln((UnicodeString)"Parsed object: " + dateToString(o.getDate()));
617 if (!(o.getDate() == expected)) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
692 if (myDate != expBigD) errln((UnicodeString)"FAIL: Expected " + dateToString(expBigD));
698 logln((UnicodeString)"Using " + littleD + " -> " + dateToString(myDate));
699 if (myDate != expLittleD) errln((UnicodeString)"FAIL: Expected " + dateToString(expLittleD));
716 logln((UnicodeString)"Test Date: " + dateToString(today));
741 logln((UnicodeString)" parse(" + formatResult + ") -> " + dateToString(d2));
742 if (d2 != expected) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
771 logln((UnicodeString)"format(" + dateToString(currentTime_1) + ") = " + dateString);
980 " => " + dateToString(d));
1013 logln((UnicodeString)"Parsed to: " + dateToString(tempDate));
1014 if (tempDate != date) errln((UnicodeString)"FAIL: Expected " + dateToString(date));
1115 logln((UnicodeString)"Date set to : " + dateToString(testDate));
1899 dateToString(t) + " instead of " + dateToString(d));