Lines Matching full:logln
64 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
69 if (exec) logln("TestSuite IntlCalendarTest");
129 logln(UnicodeString("Creating calendar of locale ") + locs[j]);
134 logln(UnicodeString(" type is ") + c->getType());
186 logln((UnicodeString)"cal : " + CalendarTest::calToStr(cal));
187 logln((UnicodeString)"grego: " + CalendarTest::calToStr(*grego));
190 logln(UnicodeString("OK: ") + era + ":" + year + "/" + (month+1) + "/" + dayOfMonth +
203 logln((UnicodeString)"cal : " + CalendarTest::calToStr(cal));
204 logln((UnicodeString)"grego: " + CalendarTest::calToStr(*grego));
207 logln((UnicodeString)"OK: " + D + " => " + cal.get(UCAL_ERA, status) + ":" +
427 logln(UnicodeString() + "Test Date: " + str);
430 logln(UnicodeString() + "as Buddhist Calendar: " + escape(str));
441 logln("Parsed OK: " + expected);
512 logln(UnicodeString() + "Test Date: " + str);
515 logln(UnicodeString() + "as Japanese Calendar: " + str);
529 logln("Parsed OK: " + expected);
543 logln(UnicodeString() + "Test Date: " + str);
546 logln(UnicodeString() + "as Japanese Calendar: " + str);
560 logln("Parsed OK: " + expected);
632 logln("Testing parse w/ missing era...");
641 logln(UnicodeString() + "Test Year: " + samplestr);
646 logln("*cal2 after 119 parse:");
649 logln(UnicodeString() + "as Gregorian Calendar: " + str);
660 logln(UnicodeString() + " year: " + gotYear + ", era: " + gotEra);
672 logln("Testing parse w/ just year...");
681 logln(UnicodeString() + "Test Year: " + samplestr);
686 logln("*cal2 after 1 parse:");
689 logln(UnicodeString() + "as Gregorian Calendar: " + str);
700 logln(UnicodeString() + " year: " + gotYear + ", era: " + gotEra);
848 logln(UnicodeString() + "as Persian Calendar: " + escape(str));
859 logln("Parsed OK: " + expected);
873 logln("Parsed OK: " + expected);
889 logln("Try format/parse of " + (UnicodeString)loc.getName());
893 logln
903 logln( "wanted " + escape(fmt0->format(expectDate,tmp.remove())) + " but got " + escape(fmt0->format(d,tmp.remove())));