Home | History | Annotate | Download | only in intltest

Lines Matching refs:otherDate

435         UDate otherDate = fmt->parse(expected, status);
436 if(otherDate != aDate) {
438 fmt->format(otherDate, str3);
439 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));
520 UDate otherDate = fmt->parse(expected, status);
521 if(otherDate != aDate) {
525 fmt->format(otherDate, str3);
526 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) );
551 UDate otherDate = fmt->parse(expected, status);
552 if(otherDate != aDate) {
556 fmt->format(otherDate, str3);
558 otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) );
853 UDate otherDate = fmt->parse(expected, status);
854 if(otherDate != aDate) {
856 fmt->format(otherDate, str3);
857 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));
869 otherDate = fmt->parse(expected, status);
870 if (otherDate != aDate) {
871 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate);