Searched refs:moonAge (Results 1 – 5 of 5) sorted by relevance
653 double age = moonAge(origin); in trueMonthStart()655 if (moonAge(origin) >= 0) { in trueMonthStart()659 age = moonAge(origin); in trueMonthStart()666 age = moonAge(origin); in trueMonthStart()686 static final double moonAge(long time) in moonAge() method in IslamicCalendar863 if ( days - monthStart >= 25 && moonAge(internalGetTimeInMillis()) > 0) { in handleComputeFields()
626 double age = moonAge(origin); in trueMonthStart()628 if (moonAge(origin) >= 0) { in trueMonthStart()632 age = moonAge(origin); in trueMonthStart()639 age = moonAge(origin); in trueMonthStart()659 static final double moonAge(long time) in moonAge() method in IslamicCalendar830 if ( days - monthStart >= 25 && moonAge(internalGetTimeInMillis()) > 0) { in handleComputeFields()
425 double age = moonAge(origin, status); in trueMonthStart()434 age = moonAge(origin, status); in trueMonthStart()444 age = moonAge(origin, status); in trueMonthStart()470 double IslamicCalendar::moonAge(UDate time, UErrorCode &status) in moonAge() function in IslamicCalendar626 double age = moonAge(internalGetTime(), status); in handleComputeFields()
275 static double moonAge(UDate time, UErrorCode &status);