Searched refs:leapDaysMonth (Results 1 – 1 of 1) sorted by relevance
523 static const uint16_t leapDaysMonth[12] = {0, 31, 60, 91, 121, 152, variable527 const uint16_t* pMonth = _isLeapYear(y) ? leapDaysMonth : daysMonth; in _TimeFromYearMonth()