Home | History | Annotate | Download | only in intltest

Lines Matching refs:str

425         UnicodeString str;
426 fmt2->format(aDate, str);
427 logln(UnicodeString() + "Test Date: " + str);
428 str.remove();
429 fmt->format(aDate, str);
430 logln(UnicodeString() + "as Buddhist Calendar: " + escape(str));
432 if(str != expected) {
433 errln("Expected " + escape(expected) + " but got " + escape(str));
510 UnicodeString str;
511 fmt2->format(aDate, str);
512 logln(UnicodeString() + "Test Date: " + str);
513 str.remove();
514 fmt->format(aDate, str);
515 logln(UnicodeString() + "as Japanese Calendar: " + str);
517 if(str != expected) {
518 errln("Expected " + expected + " but got " + str);
541 UnicodeString str;
542 fmt2->format(aDate, str);
543 logln(UnicodeString() + "Test Date: " + str);
544 str.remove();
545 fmt->format(aDate, str);
546 logln(UnicodeString() + "as Japanese Calendar: " + str);
548 if(str != expected) {
549 errln("Expected " + expected + " but got " + str);
623 UnicodeString str;
647 str.remove();
648 fmt2->format(aDate, str);
649 logln(UnicodeString() + "as Gregorian Calendar: " + str);
658 UnicodeString(" and era ") + expectEra +", but got year " + gotYear + " and era " + gotEra + " (Gregorian:" + str +")");
687 str.remove();
688 fmt2->format(aDate, str);
689 logln(UnicodeString() + "as Gregorian Calendar: " + str);
698 UnicodeString(" and era ") + expectEra +", but got year " + gotYear + " and era " + gotEra + " (Gregorian:" + str +")");
748 UnicodeString str;
749 fmt->format(aDate, str);
750 logln(UnicodeString() + "as Persian Calendar: " + escape(str));
752 if(str != expected) {
753 errln("Expected " + escape(expected) + " but got " + escape(str));
765 str.remove();
766 fmt->format(aDate, str);
768 if(str != expected) {
769 errln("Expected " + escape(expected) + " but got " + escape(str));