Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_localevalue.cpp593 const FX_WORD wCountY = 4, wCountM = 2, wCountD = 2; in ValidateCanonicalDate() local
595 if (nLen < wCountY || nLen > wCountY + wCountM + wCountD + 2) { in ValidateCanonicalDate()
602 while (pDate[nIndex] != '\0' && nIndex < wCountY) { in ValidateCanonicalDate()
644 if (wMonth == 0 && nLen == wCountY) { in ValidateCanonicalDate()
650 if (wDay == 0 && (nLen == wCountY + wCountM)) { in ValidateCanonicalDate()