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

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dislamcal.h267 * calls CalendarAstronomer.moonAge, converts to degrees,
273 static double moonAge(UDate time, UErrorCode &status);
H A Dislamcal.cpp528 // moonAge will fail due to memory allocation error
529 double age = moonAge(origin, status);
538 age = moonAge(origin, status);
548 age = moonAge(origin, status);
567 * calls CalendarAstronomer.moonAge, converts to degrees,
573 double IslamicCalendar::moonAge(UDate time, UErrorCode &status) function in class:IslamicCalendar
730 double age = moonAge(internalGetTime(), status);

Completed in 79 milliseconds