Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_localevalue.cpp598 const uint16_t LastDay[12] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; in ValidateCanonicalDate() local
673 } else if (wDay > LastDay[wMonth - 1]) { in ValidateCanonicalDate()