Searched refs:completionCount (Results 1 – 3 of 3) sorted by relevance
233 const int completionCount = mDicNodeState.mDicNodeStateScoring.getCompletionCount(); in hasMatchedOrProximityCodePoints() local234 return (editCorrectionCount + completionCount) < getNodeCodePointCount(); in hasMatchedOrProximityCodePoints()
662 AtomicInteger completionCount = new AtomicInteger(0);667 completionCount.getAndIncrement();699 assertThat(completionCount.get()).isEqualTo(fetchKeyCount * 2);
662 AtomicInteger completionCount = new AtomicInteger(0);