Lines Matching full:leap
67 * are three different types of years, or six if you count leap years.
79 { 30, 30, 30 }, //Adar I (leap years only)
90 * The cumulative # of days to the end of each month in a non-leap year
114 * The cumulative # of days to the end of each month in a leap year
202 * discontinuously in non-leap years, simple arithmetic can give invalid results.
299 * discontinuously in non-leap years, simple arithmetic can give invalid results.
323 // If it's not a leap year and we're rolling past the missing month
408 // on a Tuesday and it is not a leap year, postpone by 2 days.
414 // on a Monday and *last* year was a leap year, postpone by 1 day.
446 yearLength -= 30; // Subtract length of leap month.
466 * Determine whether a given Hebrew year is a leap year
501 // the leap year determines whether or not month 5 (Adar 1)
631 // the leap year determines whether or not month 5 (Adar 1)