Home | History | Annotate | Download | only in text

Lines Matching defs:hitCount

37         private int hitCount;
48 ngramCount = hitCount = 0;
98 hitCount += 1;
152 double rawPercent = (double) hitCount / (double) ngramCount;