Searched refs:monthsInYear (Results 1 – 4 of 4) sorted by relevance
543 int yearLength = monthsInYear(year); in roll()698 private static int monthsInYear(int year) { in monthsInYear() method in HebrewCalendar725 month += monthsInYear(--extendedYear); in handleGetMonthLength()729 month -= monthsInYear(extendedYear++); in handleGetMonthLength()857 month += monthsInYear(--eyear); in handleComputeMonthStart()861 month -= monthsInYear(eyear++); in handleComputeMonthStart()
519 int yearLength = monthsInYear(year); in roll()675 private static int monthsInYear(int year) { in monthsInYear() method in HebrewCalendar700 month += monthsInYear(--extendedYear); in handleGetMonthLength()704 month -= monthsInYear(extendedYear++); in handleGetMonthLength()829 month += monthsInYear(--eyear); in handleComputeMonthStart()833 month -= monthsInYear(eyear++); in handleComputeMonthStart()
323 int32_t yearLength = monthsInYear(year); in roll()480 int32_t HebrewCalendar::monthsInYear(int32_t year) { in monthsInYear() function in HebrewCalendar507 month += monthsInYear(--extendedYear); in handleGetMonthLength()511 month -= monthsInYear(extendedYear++); in handleGetMonthLength()644 month += monthsInYear(--eyear); in handleComputeMonthStart()648 month -= monthsInYear(eyear++); in handleComputeMonthStart()
443 static int32_t monthsInYear(int32_t year) ;