Searched refs:VALID_START_MONTH (Results 1 – 2 of 2) sorted by relevance
52 static const int32_t VALID_START_MONTH = 1; variable
240 if ((month < VALID_START_MONTH) || (month > VALID_END_MONTH)) { in VerifyDate()