Searched refs:monthsInYear (Results 1 – 4 of 4) sorted by relevance
517 int yearLength = monthsInYear(year); in roll()673 private static int monthsInYear(int year) { in monthsInYear() method in HebrewCalendar698 month += monthsInYear(--extendedYear); in handleGetMonthLength()702 month -= monthsInYear(extendedYear++); in handleGetMonthLength()827 month += monthsInYear(--eyear); in handleComputeMonthStart()831 month -= monthsInYear(eyear++); in handleComputeMonthStart()
541 int yearLength = monthsInYear(year); in roll()696 private static int monthsInYear(int year) { in monthsInYear() method in HebrewCalendar723 month += monthsInYear(--extendedYear); in handleGetMonthLength()727 month -= monthsInYear(extendedYear++); in handleGetMonthLength()855 month += monthsInYear(--eyear); in handleComputeMonthStart()859 month -= monthsInYear(eyear++); in handleComputeMonthStart()
320 int32_t yearLength = monthsInYear(year); in roll()477 int32_t HebrewCalendar::monthsInYear(int32_t year) { in monthsInYear() function in HebrewCalendar504 month += monthsInYear(--extendedYear); in handleGetMonthLength()508 month -= monthsInYear(extendedYear++); in handleGetMonthLength()641 month += monthsInYear(--eyear); in handleComputeMonthStart()645 month -= monthsInYear(eyear++); in handleComputeMonthStart()
441 static int32_t monthsInYear(int32_t year) ;