Searched refs:wordCount (Results 1 – 6 of 6) sorted by relevance
93 final int wordCount = 5 + r.nextInt(20); in getText() local95 final int replacedWordIndex = containsReplacementSpan ? r.nextInt(wordCount) : -1; in getText()96 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()
882 int wordCount = 0; in countWordsBackward() local887 wordCount++; in countWordsBackward()891 return wordCount; in countWordsBackward()896 int wordCount = 0; in countWordsForward() local901 wordCount++; in countWordsForward()905 return wordCount; in countWordsForward()
591 int wordCount = 0; in parse() local670 if (wordCount >= MAX_NUMBER_OF_WORDS) { in parse()712 wordCount++; in parse()
217 int wordCount = words.length; in performFiltering() local219 for (int k = 0; k < wordCount; k++) { in performFiltering()