Home | History | Annotate | Download | only in intltest

Lines Matching refs:str3

434             UnicodeString str3;
435 fmt->format(otherDate, str3);
436 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));
519 UnicodeString str3;
522 fmt->format(otherDate, str3);
523 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) );
550 UnicodeString str3;
553 fmt->format(otherDate, str3);
555 otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) );
852 UnicodeString str3;
853 fmt->format(otherDate, str3);
854 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));