Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DIslamicCalendar.java653 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 IslamicCalendar
863 if ( days - monthStart >= 25 && moonAge(internalGetTimeInMillis()) > 0) { in handleComputeFields()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DIslamicCalendar.java626 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 IslamicCalendar
830 if ( days - monthStart >= 25 && moonAge(internalGetTimeInMillis()) > 0) { in handleComputeFields()
/external/icu/icu4c/source/i18n/
Dislamcal.cpp425 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 IslamicCalendar
626 double age = moonAge(internalGetTime(), status); in handleComputeFields()
Dislamcal.h275 static double moonAge(UDate time, UErrorCode &status);
/external/icu/libicu/cts_headers/
Dislamcal.h275 static double moonAge(UDate time, UErrorCode &status);