Lines Matching refs:str3
458 UnicodeString str3; in TestBuddhistFormat() local
459 fmt.format(otherDate, str3); in TestBuddhistFormat()
460 …t of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3)); in TestBuddhistFormat()
536 UnicodeString str3; in TestJapaneseFormat() local
539 fmt.format(otherDate, str3); in TestJapaneseFormat()
540 …cted + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarT… in TestJapaneseFormat()
562 UnicodeString str3; in TestJapaneseFormat() local
565 fmti.format(otherDate, str3); in TestJapaneseFormat()
567 otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) ); in TestJapaneseFormat()
914 UnicodeString str3; in TestPersianFormat() local
915 fmt.format(otherDate, str3); in TestPersianFormat()
916 … of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3)); in TestPersianFormat()