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