Searched refs:questionCount (Results 1 – 1 of 1) sorted by relevance
32 int patternLength = 0, starCount = 0, questionCount = 0; in compile() local50 if (ch == '?') ++ questionCount; in compile()57 if ((starCount == 1) && (questionCount == 0)) in compile()