Searched defs:periodDays (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCalendarAstronomer.java1219 double periodDays, long epsilon, boolean next)
1229 double deltaT = (deltaAngle + (next ? 0 : -PI2)) * (periodDays*DAY_MS) / PI2;
1271 long delta = (long) (periodDays * DAY_MS / 8);
1273 return timeOfAngle(func, desired, periodDays, epsilon, next);
1218 timeOfAngle(AngleFunc func, double desired, double periodDays, long epsilon, boolean next) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarAstronomer.java1217 double periodDays, long epsilon, boolean next)
1227 double deltaT = (deltaAngle + (next ? 0 : -PI2)) * (periodDays*DAY_MS) / PI2;
1269 long delta = (long) (periodDays * DAY_MS / 8);
1271 return timeOfAngle(func, desired, periodDays, epsilon, next);
1216 timeOfAngle(AngleFunc func, double desired, double periodDays, long epsilon, boolean next) argument
/external/icu/icu4c/source/i18n/
H A Dastro.cpp1300 double periodDays, double epsilon, UBool next)
1310 double deltaT = (deltaAngle + (next ? 0.0 : - CalendarAstronomer_PI2 )) * (periodDays*DAY_MS) / CalendarAstronomer_PI2;
1352 double delta = uprv_ceil (periodDays * DAY_MS / 8.0);
1354 return timeOfAngle(func, desired, periodDays, epsilon, next);
1299 timeOfAngle(AngleFunc& func, double desired, double periodDays, double epsilon, UBool next) argument

Completed in 108 milliseconds