Home
last modified time | relevance | path

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

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