Home
last modified time | relevance | path

Searched refs:leapDaysMonth (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
DJS_Value.cpp523 static const uint16_t leapDaysMonth[12] = {0, 31, 60, 91, 121, 152, variable
527 const uint16_t* pMonth = _isLeapYear(y) ? leapDaysMonth : daysMonth; in _TimeFromYearMonth()