Home
last modified time | relevance | path

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

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