Home | History | Annotate | Download | only in intltest

Lines Matching refs:otherDate

432         UDate otherDate = fmt->parse(expected, status);
433 if(otherDate != aDate) {
435 fmt->format(otherDate, str3);
436 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));
517 UDate otherDate = fmt->parse(expected, status);
518 if(otherDate != aDate) {
522 fmt->format(otherDate, str3);
523 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) );
548 UDate otherDate = fmt->parse(expected, status);
549 if(otherDate != aDate) {
553 fmt->format(otherDate, str3);
555 otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) );
850 UDate otherDate = fmt->parse(expected, status);
851 if(otherDate != aDate) {
853 fmt->format(otherDate, str3);
854 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));
866 otherDate = fmt->parse(expected, status);
867 if (otherDate != aDate) {
868 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate);