Home | History | Annotate | Download | only in intltest

Lines Matching full:sunrise

187     logln((UnicodeString)"   sunrise: " + (anAstro->getSunRiseSet(TRUE)));
214 // logln("Sunrise/Sunset times for San Jose, California, USA");
256 logln("Sunrise/Sunset times for Toronto, Canada");
293 UDate sunrise = astro3->getSunRiseSet(TRUE);
309 int32_t deltarise = (int32_t)uprv_fabs((sunrise - exprise) / 1000);
321 ", Sunrise: " + df_dt->format(sunrise, s2) +
326 ", Sunrise: " + df_dt->format(sunrise,s2) +
342 ", Sunrise: " + df_dt->format(sunrise,s2) +