Searched refs:periodDays (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarAstronomer.java | 1212 double periodDays, long epsilon, boolean next) 1222 double deltaT = (deltaAngle + (next ? 0 : -PI2)) * (periodDays*DAY_MS) / PI2; 1264 long delta = (long) (periodDays * DAY_MS / 8); 1266 return timeOfAngle(func, desired, periodDays, epsilon, next);
|
/external/icu/icu4c/source/i18n/ |
D | astro.cpp | 1298 double periodDays, double epsilon, UBool next) in timeOfAngle() argument 1308 …double deltaT = (deltaAngle + (next ? 0.0 : - CalendarAstronomer_PI2 )) * (periodDays*DAY_MS) / C… in timeOfAngle() 1350 double delta = uprv_ceil (periodDays * DAY_MS / 8.0); in timeOfAngle() 1352 return timeOfAngle(func, desired, periodDays, epsilon, next); in timeOfAngle()
|
D | astro.h | 654 double periodDays, double epsilon, UBool next);
|