Lines Matching full:logln
29 logln(#test "---"); logln(""); \
44 // verbose mode with logln.
50 logln("TestSuite TestTimeZone");
110 logln((UnicodeString)"TimeZone::createDefault() => " + saveDefault->getID(id));
113 logln("call uprv_timezone() which uses the host");
114 logln("to get the difference in seconds between coordinated universal");
115 logln("time and local time. E.g., -28,800 for PST (GMT-8hrs)");
118 logln(UnicodeString("Value returned from uprv_timezone = ") + tzoffset);
154 logln((UnicodeString)"tzdata version: " + tzver);
203 logln((UnicodeString)" Should be " + expMarchOne +
212 logln((UnicodeString)" Should be " + expJulyOne +
244 logln("Error: " + tz.getID(id) + ".inDaylightTime(" + dateToString(min) + ") = " + (startsInDST?"TRUE":"FALSE") +
260 logln(tz.getID(id) + " Before: " + min/1000 + " = " +
262 logln(tz.getID(id) + " After: " + max/1000 + " = " +
275 logln("Error: inDaylightTime(" + dateToString(max) + ") != " + ((!startsInDST)?"TRUE":"FALSE"));
288 logln(UnicodeString("Binary Search Before: ") + uprv_floor(0.5 + min) + " = " + dateToString(min));
289 logln(UnicodeString("Binary Search After: ") + uprv_floor(0.5 + max) + " = " + dateToString(max));
296 logln(UnicodeString("PASS: Expected bdry: ") + expectedBoundary + " = " + dateToString(expectedBoundary));
325 logln("PASS: Offset for PRT should be %d, found %d", expectedHour, foundHour);
343 logln("The timezone is " + time_zone->getID(str));
384 logln(buf + numIDs);
400 logln(buf + numIDs);
415 logln(buf + numIDs);
450 logln(*buf);
469 logln(UnicodeString("OK: createTimeZone(") +
488 logln(*buf);
501 logln(*buf);
504 if (tz != 0) logln("getTimeZone(PST) = " + tz->getID(str));
508 if (tz != 0) logln("getTimeZone(America/Los_Angeles) = " + tz->getID(str));
915 logln("Warning: Time Zone " + itsID + " use daylight is " +
932 logln("FAIL: Time Zone " + itsID + " raw offset is " +
944 logln("OK: " + itsID +
952 logln("Testing for compatibility zones");
1015 logln("OK: " + UnicodeString(zone1) +
1170 logln(id + " -> Olson time zone");
1177 logln(id + " -> " + itsID + " " + offset);
1389 logln("PST->" + name);
1435 logln("PST [with options]->" + name);
1444 logln("PST [with options]->" + name);
1461 logln(UnicodeString("Modified PST inDaylightTime->") + inDaylight );
1468 logln("Modified PST->" + name);
1482 logln("PST(mt_MT)->" + name);
1500 logln("Warning: Not testing the mt_MT behavior because resource is absent");
1521 logln("GMT+90min->" + name);
1529 logln("GMT+90min->" + name);
1681 logln(UnicodeString("both java and icu report dst savings of ") + expected + " for tz " + tz_icu->getID(id));
1756 logln("ID1 : " + *id1+" == ID2 : " +*id2);
1812 logln((UnicodeString)"Ok: " + DATA[i].id + ".getOffset(" +
1830 logln((UnicodeString)"" + i + " : " + id);
2190 logln("Incorrect time zone display name. zone = \"%s\",\n"