Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dislamcal.cpp233 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 IslamicCalendar
391 if ( days - startDate >= 28 && moonAge(internalGetTime()) > 0) { in handleComputeFields()
Dislamcal.h272 static double moonAge(UDate time);