HomeSort by relevance Sort by last modified time
    Searched refs:monthStart (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/
persncal.h 186 int32_t monthStart(int32_t year, int32_t month) const;
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);
islamcal.h 251 int32_t monthStart(int32_t year, int32_t month) const;
persncal.cpp 285 int32_t PersianCalendar::monthStart(int32_t year, int32_t month) const {

Completed in 1234 milliseconds