OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:monthStart
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
islamcal.cpp
210
int32_t IslamicCalendar::
monthStart
(int32_t year, int32_t month) const {
357
return
monthStart
(eyear, month) + 1948439;
403
startDate =
monthStart
(year, month);
431
dayOfMonth = (days -
monthStart
(year, month)) + 1;
434
dayOfYear = (days -
monthStart
(year, 0) + 1);
persncal.cpp
285
int32_t PersianCalendar::
monthStart
(int32_t year, int32_t month) const {
Completed in 105 milliseconds