Searched refs:kLeapMonthLength (Results 1 – 1 of 1) sorted by relevance
68 static const int8_t kLeapMonthLength[] variable586 return isLeapYear(extendedYear) ? kLeapMonthLength[month] : kMonthLength[month]; in handleGetMonthLength()606 return isLeapYear(year) ? kLeapMonthLength[month] : kMonthLength[month]; in monthLength()