Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp436 static const uint16_t wCountM = 2; in ValidateCanonicalDate() local
439 if (nLen < wCountY || nLen > wCountY + wCountM + wCountD + 2) in ValidateCanonicalDate()
463 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountM && nIndex < nLen) { in ValidateCanonicalDate()
491 return wDay == 0 && (nLen == wCountY + wCountM); in ValidateCanonicalDate()
514 const uint16_t wCountM = 2; in ValidateCanonicalTime() local
538 while (nIndex - nStart < wCountM && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()
589 while (nIndex - nStart < wCountM && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()