Searched refs:MONTH_START (Results 1 – 3 of 3) sorted by relevance
98 static const int16_t MONTH_START[][3] = { variable586 int32_t momax = UPRV_LENGTHOF(MONTH_START); in handleComputeFields()587 …while (month < momax && dayOfYear > ( isLeap ? LEAP_MONTH_START[month][type] : MONTH_START[month]… in handleComputeFields()604 … int dayOfMonth = dayOfYear - (isLeap ? LEAP_MONTH_START[month][type] : MONTH_START[month][type]); in handleComputeFields()661 day += MONTH_START[month][yearType(eyear)]; in handleComputeMonthStart()
229 private static final int MONTH_START[][] = { field in HebrewCalendar810 int monthStart[][] = isLeapYear(year) ? LEAP_MONTH_START : MONTH_START; in handleComputeFields()870 day += MONTH_START[month][yearType(eyear)]; in handleComputeMonthStart()
216 private static final int MONTH_START[][] = { field in HebrewCalendar784 int monthStart[][] = isLeapYear(year) ? LEAP_MONTH_START : MONTH_START; in handleComputeFields()842 day += MONTH_START[month][yearType(eyear)]; in handleComputeMonthStart()