Searched refs:wordCount (Results 1 – 5 of 5) sorted by relevance
94 final int wordCount = 5 + r.nextInt(20); in getText() local96 final int replacedWordIndex = containsReplacementSpan ? r.nextInt(wordCount) : -1; in getText()97 for (int j = 0; j < wordCount; j++) { in getText()
370 int wordCount = 1; in attemptMatch() local394 if (++wordCount > MAX_ADDRESS_WORDS) break; in attemptMatch()414 if (wordCount == MAX_LOCATION_NAME_DISTANCE && !foundLocationName) { in attemptMatch()420 if (foundLocationName && wordCount > MIN_ADDRESS_WORDS) { in attemptMatch()
394 int wordCount = words.length; in performFiltering() local396 for (int k = 0; k < wordCount; k++) { in performFiltering()
894 int wordCount = 0; in countWordsBackward() local899 wordCount++; in countWordsBackward()903 return wordCount; in countWordsBackward()908 int wordCount = 0; in countWordsForward() local913 wordCount++; in countWordsForward()917 return wordCount; in countWordsForward()
217 int wordCount = words.length; in performFiltering() local219 for (int k = 0; k < wordCount; k++) { in performFiltering()