Searched refs:wCountY (Results 1 – 1 of 1) sorted by relevance
369 static const uint16_t wCountY = 4; in ValidateCanonicalDate() local373 if (spDate.size() < wCountY || in ValidateCanonicalDate()374 spDate.size() > wCountY + wCountM + wCountD + 2) { in ValidateCanonicalDate()383 while (nIndex < wCountY && spDate[nIndex] != '\0') { in ValidateCanonicalDate()425 return wMonth == 0 && spDate.size() == wCountY; in ValidateCanonicalDate()427 return wDay == 0 && spDate.size() == wCountY + wCountM; in ValidateCanonicalDate()