Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp435 static const uint16_t wCountY = 4; in ValidateCanonicalDate() local
439 if (nLen < wCountY || nLen > wCountY + wCountM + wCountD + 2) in ValidateCanonicalDate()
449 while (pDate[nIndex] != '\0' && nIndex < wCountY) { in ValidateCanonicalDate()
489 return wMonth == 0 && nLen == wCountY; in ValidateCanonicalDate()
491 return wDay == 0 && (nLen == wCountY + wCountM); in ValidateCanonicalDate()