Home | History | Annotate | Download | only in i18n

Lines Matching defs:monthStart

393 int32_t IslamicCalendar::monthStart(int32_t year, int32_t month) const {
562 // 0..11. Need to handle that here since monthStart requires months in the range 0.11.
571 return monthStart(eyear, month) + ((cType == TBLA)? ASTRONOMICAL_EPOC: CIVIL_EPOC) - 1;
620 startDate = monthStart(year, month);
653 startDate = monthStart(year, month);
682 dayOfMonth = (days - monthStart(year, month)) + 1;
685 dayOfYear = (days - monthStart(year, 0)) + 1;