Searched refs:wCountM (Results 1 – 1 of 1) sorted by relevance
599 const uint16_t wCountY = 4, wCountM = 2, wCountD = 2; in ValidateCanonicalDate() local601 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() local709 while (nIndex - nStart < wCountM && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()759 while (nIndex - nStart < wCountM && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()