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