Searched refs:wordCount (Results 1 – 7 of 7) sorted by relevance
64 OpCodeAndWordCount(uint32_t opcode, uint32_t wordCount) in OpCodeAndWordCount()65 : mOpCode((uint16_t)opcode), mWordCount((uint16_t)wordCount) {} in OpCodeAndWordCount()
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()
845 int wordCount = 0; in countWordsBackward() local850 wordCount++; in countWordsBackward()854 return wordCount; in countWordsBackward()859 int wordCount = 0; in countWordsForward() local864 wordCount++; in countWordsForward()868 return wordCount; in countWordsForward()
591 int wordCount = 0; in parse() local670 if (wordCount >= MAX_NUMBER_OF_WORDS) { in parse()712 wordCount++; in parse()
213 int wordCount = words.length; in performFiltering() local215 for (int k = 0; k < wordCount; k++) { in performFiltering()