Searched defs:wordCount (Results 1 – 6 of 6) sorted by relevance
37 final int wordCount = random.nextInt(maxWordCountToTypeInEachIteration); in testSwitchLanguagesAndInputLatinRandomCodePoints() local55 final int wordCount = random.nextInt(maxWordCountToTypeInEachIteration); in testSwitchLanguagesAndInputRandomCodePoints() local
240 final int wordCount = 1000; in testRandomlyAddUnigramWord() local315 final int wordCount = 100; in testRandomlyAddBigramWords() local451 final int wordCount = 100; in testAddBigramWordsAndFlashWithGC() local
49 static AK_FORCE_INLINE NgramType getNgramTypeFromWordCount(const int wordCount) { in getNgramTypeFromWordCount()
42 int wordCount = 0; in showInfo() local
53 final int wordCount) { in DictionaryStats()
96 public CandidateTextView setCandidateTextView(WnnWord word, int wordCount, in setCandidateTextView()