Searched refs:LEAP_MONTH_START (Results 1 – 3 of 3) sorted by relevance
119 static const int16_t LEAP_MONTH_START[][3] = { variable587 …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()659 day += LEAP_MONTH_START[month][yearType(eyear)]; in handleComputeMonthStart()
250 private static final int LEAP_MONTH_START[][] = { field in HebrewCalendar810 int monthStart[][] = isLeapYear(year) ? LEAP_MONTH_START : MONTH_START; in handleComputeFields()868 day += LEAP_MONTH_START[month][yearType(eyear)]; in handleComputeMonthStart()
237 private static final int LEAP_MONTH_START[][] = { field in HebrewCalendar784 int monthStart[][] = isLeapYear(year) ? LEAP_MONTH_START : MONTH_START; in handleComputeFields()840 day += LEAP_MONTH_START[month][yearType(eyear)]; in handleComputeMonthStart()