• Home
  • Raw
  • Download

Lines Matching refs:logln

21     if (exec) logln("TestSuite TestTimeZoneBoundary");  in runIndexedTest()
26 logln("TestBoundaries---"); logln(""); in runIndexedTest()
33 logln("TestNewRules---"); logln(""); in runIndexedTest()
40 logln("TestStepwise---"); logln(""); in runIndexedTest()
80 logln(UnicodeString("Error: ") + startMode + " not present in " + str); in findDaylightBoundaryUsingDate()
94 logln("Date Before: " + showDate(min)); in findDaylightBoundaryUsingDate()
95 logln("Date After: " + showDate(max)); in findDaylightBoundaryUsingDate()
101 … maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary); in findDaylightBoundaryUsingDate()
145 logln(tz->getID(str) + " Before: " + showDate(min)); in findDaylightBoundaryUsingTimeZone()
146 logln(tz->getID(str) + " After: " + showDate(max)); in findDaylightBoundaryUsingTimeZone()
152 … maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary); in findDaylightBoundaryUsingTimeZone()
195 logln("-- Verifying time " + dateToString(d) + " in zone " + time_zone->getID(str)); in verifyDST()
197logln(UnicodeString("PASS: inDaylightTime = ") + (time_zone->inDaylightTime(d, status)?"true":"fal… in verifyDST()
203logln(UnicodeString("PASS: useDaylightTime = ") + (time_zone->useDaylightTime()?"true":"false")); in verifyDST()
207 logln(UnicodeString("PASS: getRawOffset() = ") + (expZoneOffset / ONE_HOUR)); in verifyDST()
220 if (offset == expDSTOffset) logln(UnicodeString("PASS: getOffset() = ") + (offset / ONE_HOUR)); in verifyDST()
244 logln(UnicodeString("Ok: ") + year + "/" + (month+1) + "/" + dom + " " + hour + ":00 => " + in verifyMapping()
256 logln(UnicodeString("Ok: ") + epochHours + " (" + ed + ") => " + in verifyMapping()
325 logln("--- Test a ---"); in TestBoundaries()
338 logln("--- Test b ---"); in TestBoundaries()
342 logln("========================================"); in TestBoundaries()
344 logln("========================================"); in TestBoundaries()
350 logln("--- Test c ---"); in TestBoundaries()
351 logln("========================================"); in TestBoundaries()
354 logln("========================================"); in TestBoundaries()
361 logln("--- Test d ---"); in TestBoundaries()
362 logln("========================================"); in TestBoundaries()
364 logln("========================================"); in TestBoundaries()
370 logln("--- Test e ---"); in TestBoundaries()
372 logln(UnicodeString("") + z->getOffset(1, 97, 3, 4, 6, 0) + " " + date(97, 3, 4)); in TestBoundaries()
373 logln(UnicodeString("") + z->getOffset(1, 97, 3, 5, 7, 0) + " " + date(97, 3, 5)); in TestBoundaries()
374 logln(UnicodeString("") + z->getOffset(1, 97, 3, 6, 1, 0) + " " + date(97, 3, 6)); in TestBoundaries()
375 logln(UnicodeString("") + z->getOffset(1, 97, 3, 7, 2, 0) + " " + date(97, 3, 7)); in TestBoundaries()
405 logln("Binary Search Before: " + showDate(min)); in testUsingBinarySearch()
406 logln("Binary Search After: " + showDate(max)); in testUsingBinarySearch()
412 … maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary); in testUsingBinarySearch()
428 logln("-----------------------------------------------------------------"); in TestNewRules()
429 logln("Aug 2ndTues .. Mar 15"); in TestNewRules()
431 logln("========================================"); in TestNewRules()
433 logln("========================================"); in TestNewRules()
436 logln("-----------------------------------------------------------------"); in TestNewRules()
437 logln("Apr Wed>=14 .. Sep Sun<=20"); in TestNewRules()
439 logln("========================================"); in TestNewRules()
441 logln("========================================"); in TestNewRules()
461logln(UnicodeString("-- Zone ") + z->getID(str) + " starts in " + year + " with DST = " + (lastSta… in findBoundariesStepwise()
462 logln(UnicodeString("useDaylightTime = ") + (z->useDaylightTime()?"true":"false")); in findBoundariesStepwise()
468 logln(UnicodeString(state ? "Entry ": "Exit ") + "at " + d); in findBoundariesStepwise()
475 !z->useDaylightTime()) logln("No DST"); in findBoundariesStepwise()