HomeSort by relevance Sort by last modified time
    Searched full:questioncount (Results 1 - 1 of 1) sorted by null

  /external/emma/core/java12/com/vladium/util/
WCMatcher.java 32 int patternLength = 0, starCount = 0, questionCount = 0;
50 if (ch == '?') ++ questionCount;
57 if ((starCount == 1) && (questionCount == 0))

Completed in 12 milliseconds