Home
last modified time | relevance | path

Searched refs:wCountM (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()
616 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountM && nIndex < nLen) { in ValidateCanonicalDate()
650 if (wDay == 0 && (nLen == wCountY + wCountM)) { in ValidateCanonicalDate()
678 const FX_WORD wCountH = 2, wCountM = 2, wCountS = 2, wCountF = 3; in ValidateCanonicalTime() local
697 while (pTime[nIndex] != '\0' && nIndex - nStart < wCountM && nIndex < nLen) { in ValidateCanonicalTime()
755 while (pTime[nIndex] != '\0' && nIndex - nStart < wCountM && in ValidateCanonicalTime()