Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dislamcal.cpp213 int32_t IslamicCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in IslamicCalendar
360 return monthStart(eyear, month) + 1948439; in handleComputeMonthStart()
406 startDate = monthStart(year, month); in handleComputeFields()
434 dayOfMonth = (days - monthStart(year, month)) + 1; in handleComputeFields()
437 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.cpp130 int32_t PersianCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in PersianCalendar
/external/chromium_org/third_party/icu/source/i18n/
Dislamcal.cpp210 int32_t IslamicCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in IslamicCalendar
357 return monthStart(eyear, month) + 1948439; in handleComputeMonthStart()
403 startDate = monthStart(year, month); in handleComputeFields()
431 dayOfMonth = (days - monthStart(year, month)) + 1; in handleComputeFields()
434 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.cpp285 int32_t PersianCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in PersianCalendar