Home
last modified time | relevance | path

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

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