Lines Matching full:leap
326 * Return true if the given year is a leap year. Determination of whether a year is
327 * a leap year is actually very complicated. We do something crude and mostly
330 * in a complex way resulting in missed leap years and double leap years between
332 * 45 B.C., the leap years did not regularize until 8 A.D. This method ignores these
337 * @return True if the given year is a leap year; false otherwise.
655 * @param isLeap true if the year is a leap year.