Lines Matching refs:str3
437 UnicodeString str3; in TestBuddhistFormat() local
438 fmt->format(otherDate, str3); in TestBuddhistFormat()
439 …t of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3)); in TestBuddhistFormat()
522 UnicodeString str3; in TestJapaneseFormat() local
525 fmt->format(otherDate, str3); in TestJapaneseFormat()
526 …cted + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarT… in TestJapaneseFormat()
553 UnicodeString str3; in TestJapaneseFormat() local
556 fmt->format(otherDate, str3); in TestJapaneseFormat()
558 otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) ); in TestJapaneseFormat()
855 UnicodeString str3; in TestPersianFormat() local
856 fmt->format(otherDate, str3); in TestPersianFormat()
857 … of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3)); in TestPersianFormat()