Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfx_date_helpers.cpp21 constexpr uint16_t daysMonth[12] = {0, 31, 59, 90, 120, 151, variable
75 const uint16_t* pMonth = IsLeapYear(y) ? leapDaysMonth : daysMonth; in TimeFromYearMonth()