• Home
  • Raw
  • Download

Lines Matching refs:logln

31 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)"…
142 logln(UnicodeString("") + d); in test4100311()
164 logln(UnicodeString("HOUR=") + cal->get(UCAL_HOUR, status)); //prints 0 in test4074758()
166 logln(UnicodeString("HOUR_OF_DAY=") + cal->get(UCAL_HOUR_OF_DAY, status)); in test4074758()
200 logln(UnicodeString(string, "")); in printdate()
206 logln(UnicodeString("/") + cal->get(UCAL_YEAR, status)) ; in printdate()
247 logln(zone->getID(temp) + " " + in test4031502()
306 logln(UnicodeString("MONTH: ") + calendar->get(UCAL_MONTH, status)); in test4040996()
307 logln(UnicodeString("DAY_OF_MONTH: ") + in test4040996()
309 logln(UnicodeString("MINUTE: ") + calendar->get(UCAL_MINUTE, status)); in test4040996()
310 logln(UnicodeString("SECOND: ") + calendar->get(UCAL_SECOND, status)); in test4040996()
316 logln(UnicodeString("MONTH: ") + calendar->get(UCAL_MONTH, status)); in test4040996()
317 logln(UnicodeString("DAY_OF_MONTH: ") + in test4040996()
319 logln(UnicodeString("MINUTE: ") + calendar->get(UCAL_MINUTE, status)); in test4040996()
320 logln(UnicodeString("SECOND: ") + calendar->get(UCAL_SECOND, status)); in test4040996()
468 logln(UnicodeString("Hour: ")+cal->get(UCAL_HOUR_OF_DAY, status)); in test4061476()
470 logln(UnicodeString("Hour: ")+cal->get(UCAL_HOUR_OF_DAY, status)); in test4061476()
623 logln("foo1@%.0f - %d-%d-%d %d:%d:%d.%ds\n", foo1->getTime(status), in test4073929()
632 logln("foo1@%.0f - %d-%d-%d %d:%d:%d.%ds after +\n", foo1->getTime(status), in test4073929()
641 logln("foo1@%.0f - %d-%d-%d %d:%d:%d.%ds after -\n", foo1->getTime(status), in test4073929()
735 logln(date->format(now, temp, pos)); in test4086724()
738 logln(date->format(now,temp, pos)); in test4086724()
741 logln(date->format(now,temp, pos)); in test4086724()
744 logln(date->format(now,temp, pos)); in test4086724()
750 logln("*** THE RESULTS OF THIS TEST MUST BE VERIFIED MANUALLY ***"); in test4086724()
776 logln( UnicodeString(" Cal1 = ") + cal1->getTime(status) ); in test4092362()
777 logln( UnicodeString(" Cal1 time in ms = ") + cal1->get(UCAL_MILLISECOND,status) ); in test4092362()
789 logln( UnicodeString(" Cal2 = ") + cal2->getTime(status) ); in test4092362()
790 logln( UnicodeString(" Cal2 time in ms = ") + cal2->get(UCAL_MILLISECOND,status) ); in test4092362()
841 logln(UnicodeString("PST 1 is: ") + (h1=cal1->get(UCAL_HOUR_OF_DAY, status))); in test4096231()
843 logln(UnicodeString("GMT 2 is: ") + (h2=cal1->get(UCAL_HOUR_OF_DAY, status))); in test4096231()
860 logln(UnicodeString("RGMT 1 is: ") + (t1=cal2->getTime(status))); in test4096231()
862 logln(UnicodeString("RPST 1 is: ") + (t2=cal3->getTime(status))); in test4096231()
864 logln(UnicodeString("RGMT 2 is: ") + (t3=cal3->getTime(status))); in test4096231()
874 logln(UnicodeString("RGMT 3 is: ") + (t4=cal3->getTime(status))); in test4096231()
909 logln(UnicodeString("") + (m2=gc->get(UCAL_MONTH,status)+1)+UnicodeString("/")+ in test4096539()
965 logln(testDesc + " => 1st day of week=" + in test4103271()
982 logln(output); in test4103271()
1000 logln(UnicodeString("Minimal days in first week = ") + DATA[j] + in test4103271()
1013 logln(""); in test4103271()
1024 logln(UnicodeString(" Parse failed: ") + in test4103271()
1094 logln(CalendarTest::calToStr(*testCal)); in test4103271()
1096 logln(CalendarTest::calToStr(*testCal) + UnicodeString( " <<< expected ")); in test4103271()
1099 logln(""); in test4103271()
1115 logln(""); in test4103271()
1165 logln(UnicodeString(" exp:") + sdf.format(after, str) + " FAIL"); in test4103271()
1168 else logln(" ok"); in test4103271()
1182 logln(UnicodeString(" exp:") + sdf.format(before, str) + " FAIL"); in test4103271()
1185 else logln(" ok"); in test4103271()
1243 logln(UnicodeString("") + cal->getTime(status)); in test4108764()
1248 logln(UnicodeString("") + cal->getTime(status)); in test4108764()
1254 logln(UnicodeString("") + cal->getTime(status)); in test4108764()
1259 logln(UnicodeString("") + cal->getTime(status)); in test4108764()
1264 logln(UnicodeString("") + cal->getTime(status)); in test4108764()
1329 logln(" FAIL"); in test4114578()
1331 else logln(" OK"); in test4114578()
1417logln(UnicodeString("") + y + UnicodeString(" = ") + fmt->format(cal->getTime(status), temp) + " "… in test4125881()
1712 if (i>0) logln("---"); in Test4162587()
1720 logln(UnicodeString("0 ") + i + ": " + d0/*s0*/); in Test4162587()
1728 logln(UnicodeString("+ ") + i + ": " + dPlus/*sPlus*/); in Test4162587()
1736 logln(UnicodeString("- ") + i + ": " + dMinus/*sMinus*/); in Test4162587()
1764 logln(UnicodeString("init date: ") + start); in Test4165343()
1771 logln(UnicodeString("after adding 12 months: ") + date1); in Test4165343()
1781 logln(UnicodeString("after adding one year : ") + date2); in Test4165343()
1783 logln("Test passed"); in Test4165343()
1818 logln(UnicodeString("Date: ") + calendar->getTime(status)); // 888817448000 in Test4166109()
1829 logln(UnicodeString("First day of week = ") + firstInWeek + in Test4166109()
1875 logln("--- " + id[k] + " ---"); in Test4167060()
1896logln(UnicodeString("maxYear: ") + maxYear + " for " + format->format(calendar->getTime(status), t… in Test4167060()
1898 logln("date before: " + format->format(dateBefore, temp)); in Test4167060()
1916 logln(UnicodeString(" Year ") + years[i] + (valid? " ok " : " bad") + in Test4167060()
1967 logln(UnicodeString("Ok: ") + dfmt.format(cal.getTime(status), str.remove())); in Test4197699()
1974 logln(dfmt.format(cal.getTime(status), str.remove())); in Test4197699()
2018 logln(UnicodeString("Cutover: {") + in TestJ81()
2076 logln(CalendarTest::calToStr(cal)); in TestJ81()
2079 logln((UnicodeString)"PASS: expect woy=" + DOY_DATA[i+1] + in TestJ81()
2082 logln(CalendarTest::calToStr(cal)); in TestJ81()
2100 logln(CalendarTest::calToStr(cal)); in TestJ81()
2189 logln((UnicodeString)"Ok: {" + in TestJ81()
2283 logln(UnicodeString("") + in TestJ438()
2306 logln(UnicodeString("Ok: ") + in TestJ438()
2455 logln((UnicodeString)"Ok: 2004/Feb/29 - 2000/Feb/29 = " + y + " years, " + d + " days"); in TestLeapFieldDifference()
2468 logln((UnicodeString)"Ok: 2000/Feb/29 - 2004/Feb/29 = " + y + " years, " + d + " days"); in TestLeapFieldDifference()
2491 logln((UnicodeString)"Ok: large field difference symmetrical " + d); in TestLeapFieldDifference()
2493 logln((UnicodeString)"FAIL: large field difference incorrect " + d + ", " + d2 + in TestLeapFieldDifference()
2580 logln((UnicodeString)"Ok: WEEK_OF_YEAR: " + woy1 + in TestWeekShift()