Searched refs:wCountD (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()638 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountD && nIndex < nLen) { in ValidateCanonicalDate()