Lines Matching refs:otherDate
434 UDate otherDate = fmt->parse(expected, status); in TestBuddhistFormat() local
435 if(otherDate != aDate) { in TestBuddhistFormat()
437 fmt->format(otherDate, str3); in TestBuddhistFormat()
438 …correct of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(… in TestBuddhistFormat()
519 UDate otherDate = fmt->parse(expected, status); in TestJapaneseFormat() local
520 if(otherDate != aDate) { in TestJapaneseFormat()
524 fmt->format(otherDate, str3); in TestJapaneseFormat()
525 …rrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + … in TestJapaneseFormat()
550 UDate otherDate = fmt->parse(expected, status); in TestJapaneseFormat() local
551 if(otherDate != aDate) { in TestJapaneseFormat()
555 fmt->format(otherDate, str3); in TestJapaneseFormat()
557 otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) ); in TestJapaneseFormat()
852 UDate otherDate = fmt->parse(expected, status); in TestPersianFormat() local
853 if(otherDate != aDate) { in TestPersianFormat()
855 fmt->format(otherDate, str3); in TestPersianFormat()
856 …correct of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(… in TestPersianFormat()
868 otherDate = fmt->parse(expected, status); in TestPersianFormat()
869 if (otherDate != aDate) { in TestPersianFormat()
870 … errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate); in TestPersianFormat()