OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moonAge
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
islamcal.cpp
237
//
moonAge
will fail due to memory allocation error
238
double age =
moonAge
(origin, status);
247
age =
moonAge
(origin, status);
257
age =
moonAge
(origin, status);
276
* calls CalendarAstronomer.
moonAge
, converts to degrees,
282
double IslamicCalendar::
moonAge
(UDate time, UErrorCode &status)
410
double age =
moonAge
(internalGetTime(), status);
islamcal.h
266
* calls CalendarAstronomer.
moonAge
, converts to degrees,
272
static double
moonAge
(UDate time, UErrorCode &status);
Completed in 64 milliseconds