Searched refs:rise (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dastro.h545 UDate getSunRiseSet(UBool rise);
639 UDate getMoonRiseSet(UBool rise);
663 double riseOrSet(CoordFunc& func, UBool rise,
H A Dastro.cpp744 UDate CalendarAstronomer::getSunRiseSet(UBool rise) argument
752 setTime(noon + ((rise ? -6 : 6) * HOUR_MS));
753 U_DEBUG_ASTRO_MSG(("added %.2lf ms as a guess,\n", ((rise ? -6. : 6.) * HOUR_MS)));
757 rise,
776 // /*public*/ long getSunRiseSet2(boolean rise) {
841 // double ut = gstToUt(rise ? gstr : gsts);
842 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t);
907 // /*public*/ long getSunRiseSet3(boolean rise) {
924 // // To be able to compute the Sun's rise/se
1272 getMoonRiseSet(UBool rise) argument
1354 riseOrSet(CoordFunc& func, UBool rise, double diameter, double refraction, double epsilon) argument
[all...]

Completed in 12 milliseconds