Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_localevalue.cpp599 const uint16_t wCountY = 4, wCountM = 2, wCountD = 2; in ValidateCanonicalDate() local
601 if (nLen < wCountY || nLen > wCountY + wCountM + wCountD + 2) { in ValidateCanonicalDate()
624 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountM && nIndex < nLen) { in ValidateCanonicalDate()
658 if (wDay == 0 && (nLen == wCountY + wCountM)) { in ValidateCanonicalDate()
686 const uint16_t wCountM = 2; in ValidateCanonicalTime() local
709 while (nIndex - nStart < wCountM && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()
759 while (nIndex - nStart < wCountM && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()