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