Home
last modified time | relevance | path

Searched refs:monthStart (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Dislamcal.cpp206 int32_t IslamicCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in IslamicCalendar
338 return monthStart(eyear, month) + 1948439; in handleComputeMonthStart()
384 startDate = monthStart(year, month); in handleComputeFields()
407 dayOfMonth = (days - monthStart(year, month)) + 1; in handleComputeFields()
410 dayOfYear = (days - monthStart(year, 0) + 1); in handleComputeFields()
Dpersncal.h186 int32_t monthStart(int32_t year, int32_t month) const;
Dislamcal.h251 int32_t monthStart(int32_t year, int32_t month) const;
Dpersncal.cpp279 int32_t PersianCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in PersianCalendar