Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfx_date_helpers.cpp23 constexpr uint16_t leapDaysMonth[12] = {0, 31, 60, 91, 121, 152, variable
75 const uint16_t* pMonth = IsLeapYear(y) ? leapDaysMonth : daysMonth; in TimeFromYearMonth()