Searched refs:LEAP_MONTH_START (Results 1 – 3 of 3) sorted by relevance
116 static const int16_t LEAP_MONTH_START[][3] = { variable584 …while (month < momax && dayOfYear > ( isLeap ? LEAP_MONTH_START[month][type] : MONTH_START[month]… in handleComputeFields()601 … int dayOfMonth = dayOfYear - (isLeap ? LEAP_MONTH_START[month][type] : MONTH_START[month][type]); in handleComputeFields()656 day += LEAP_MONTH_START[month][yearType(eyear)]; in handleComputeMonthStart()
248 private static final int LEAP_MONTH_START[][] = { field in HebrewCalendar808 int monthStart[][] = isLeapYear(year) ? LEAP_MONTH_START : MONTH_START; in handleComputeFields()866 day += LEAP_MONTH_START[month][yearType(eyear)]; in handleComputeMonthStart()
235 private static final int LEAP_MONTH_START[][] = { field in HebrewCalendar782 int monthStart[][] = isLeapYear(year) ? LEAP_MONTH_START : MONTH_START; in handleComputeFields()838 day += LEAP_MONTH_START[month][yearType(eyear)]; in handleComputeMonthStart()