Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp369 static const uint16_t wCountY = 4; in ValidateCanonicalDate() local
373 if (spDate.size() < wCountY || in ValidateCanonicalDate()
374 spDate.size() > wCountY + wCountM + wCountD + 2) { in ValidateCanonicalDate()
383 while (nIndex < wCountY && spDate[nIndex] != '\0') { in ValidateCanonicalDate()
425 return wMonth == 0 && spDate.size() == wCountY; in ValidateCanonicalDate()
427 return wDay == 0 && spDate.size() == wCountY + wCountM; in ValidateCanonicalDate()