Lines Matching refs:isLeapYear
122 isLeapYear(FALSE),
132 isLeapYear(FALSE),
140 isLeapYear = other.isLeapYear;
424 if (isLeapYear) { // (member variable)
447 int32_t n = isLeapYear ? 13 : 12; // Months in this year
666 * <p>As a side effect, this method sets {@link #isLeapYear}.
697 // Note: isLeapYear is a member variable
698 isLeapYear = synodicMonthsBetween(firstMoon, lastMoon) == 12;
701 if (isLeapYear && isLeapMonthBetween(firstMoon, thisMoon)) {
708 UBool isLeapMonth = isLeapYear &&