Searched refs:wCountM (Results 1 – 1 of 1) sorted by relevance
436 static const uint16_t wCountM = 2; in ValidateCanonicalDate() local439 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() local538 while (nIndex - nStart < wCountM && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()589 while (nIndex - nStart < wCountM && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()