Home | History | Annotate | Download | only in intltest

Lines Matching refs:logln

23 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
30 if (exec) logln("TestSuite AstroTest");
89 logln("");
100 logln((UnicodeString)"Sun position is " + result.toString() + (UnicodeString)"; " /* + result.toHmsString()*/ + " Sun longitude is " + longitude );
116 logln("");
124 logln((UnicodeString)"Moon position is " + result.toString() + (UnicodeString)"; " /* + result->toHmsString()*/);
140 logln((UnicodeString)"result is " + result.toString() + (UnicodeString)"; " /* + result.toHmsString()*/ );
168 logln("ecliptic: " + ecl.toString());
179 //logln("astro: " + astro);
180 logln((UnicodeString)" date: " + anAstro->getTime());
181 logln((UnicodeString)" cent: " + anAstro->getJulianCentury());
182 logln((UnicodeString)" gw sidereal: " + anAstro->getGreenwichSidereal());
183 logln((UnicodeString)" loc sidereal: " + anAstro->getLocalSidereal());
184 logln((UnicodeString)" equ ecl: " + (anAstro->eclipticToEquatorial(eq,ecl)).toString());
185 logln((UnicodeString)" equ long: " + (anAstro->eclipticToEquatorial(eq, eclLong)).toString());
186 logln((UnicodeString)" horiz: " + (anAstro->eclipticToHorizon(hor, eclLong)).toString());
187 logln((UnicodeString)" sunrise: " + (anAstro->getSunRiseSet(TRUE)));
188 logln((UnicodeString)" sunset: " + (anAstro->getSunRiseSet(FALSE)));
189 logln((UnicodeString)" moon phase: " + anAstro->getMoonPhase());
190 logln((UnicodeString)" moonrise: " + (anAstro->getMoonRiseSet(TRUE)));
191 logln((UnicodeString)" moonset: " + (anAstro->getMoonRiseSet(FALSE)));
192 logln((UnicodeString)" prev summer solstice: " + (anAstro->getSunTime(CalendarAstronomer::SUMMER_SOLSTICE(), FALSE)));
193 logln((UnicodeString)" next summer solstice: " + (anAstro->getSunTime(CalendarAstronomer::SUMMER_SOLSTICE(), TRUE)));
194 logln((UnicodeString)" prev full moon: " + (anAstro->getMoonTime(CalendarAstronomer::FULL_MOON(), FALSE)));
195 logln((UnicodeString)" next full moon: " + (anAstro->getMoonTime(CalendarAstronomer::FULL_MOON(), TRUE)));
214 // logln("Sunrise/Sunset times for San Jose, California, USA");
256 logln("Sunrise/Sunset times for Toronto, Canada");
290 logln("setDate\n");
292 logln("getRiseSet(TRUE)\n");
294 logln("getRiseSet(FALSE)\n");
296 logln("end of getRiseSet\n");
325 logln(df_d->format(cal->getTime(status),s1) +
336 logln(df_d->format(cal->getTime(status),s1) +
341 logln(df_d->format(cal->getTime(status),s1) +
389 logln("cal3[a]=%.1lf, d=%d\n", cal3->getTime(status), cal3->get(UCAL_JULIAN_DAY,status));
392 logln(UnicodeString("cal3[a] = ") + d3->format(cal3->getTime(status),s));
398 logln("cal3=%.1lf, d=%d\n", cal3->getTime(status), cal3->get(UCAL_JULIAN_DAY,status));
403 logln(UnicodeString("cal3 = ") + d3->format(cal3->getTime(status),s));
410 logln(d3->format(cal3->getTime(status),s) + " => " + jd);
457 logln((UnicodeString)"CASE["+i+"]: Year "+(int32_t)testcase[i][0]+" Month "+(int32_t)testcase[i][1]+" Day "+
464 //logln(testString);
469 logln((UnicodeString)"PASS: expected " + expectedAge +