Searched refs:moonAge (Results 1 – 2 of 2) sorted by relevance
233 double age = moonAge(origin); in trueMonthStart()235 if (moonAge(origin) >= 0) { in trueMonthStart()239 age = moonAge(origin); in trueMonthStart()246 age = moonAge(origin); in trueMonthStart()267 double IslamicCalendar::moonAge(UDate time) in moonAge() function in IslamicCalendar391 if ( days - startDate >= 28 && moonAge(internalGetTime()) > 0) { in handleComputeFields()
272 static double moonAge(UDate time);