Lines Matching refs:str3
436 UnicodeString str3; in TestBuddhistFormat() local
437 fmt->format(otherDate, str3); in TestBuddhistFormat()
438 …t of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3)); in TestBuddhistFormat()
521 UnicodeString str3; in TestJapaneseFormat() local
524 fmt->format(otherDate, str3); in TestJapaneseFormat()
525 …cted + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarT… in TestJapaneseFormat()
552 UnicodeString str3; in TestJapaneseFormat() local
555 fmt->format(otherDate, str3); in TestJapaneseFormat()
557 otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) ); in TestJapaneseFormat()
854 UnicodeString str3; in TestPersianFormat() local
855 fmt->format(otherDate, str3); in TestPersianFormat()
856 … of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3)); in TestPersianFormat()