Home
last modified time | relevance | path

Searched defs:wordCount (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DLatinImeStressTests.java37 final int wordCount = random.nextInt(maxWordCountToTypeInEachIteration); in testSwitchLanguagesAndInputLatinRandomCodePoints() local
55 final int wordCount = random.nextInt(maxWordCountToTypeInEachIteration); in testSwitchLanguagesAndInputRandomCodePoints() local
DBinaryDictionaryTests.java240 final int wordCount = 1000; in testRandomlyAddUnigramWord() local
315 final int wordCount = 100; in testRandomlyAddBigramWords() local
451 final int wordCount = 100; in testAddBigramWordsAndFlashWithGC() local
/packages/inputmethods/LatinIME/native/jni/src/utils/
Dngram_utils.h49 static AK_FORCE_INLINE NgramType getNgramTypeFromWordCount(const int wordCount) { in getNgramTypeFromWordCount()
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DInfo.java42 int wordCount = 0; in showInfo() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DDictionaryStats.java53 final int wordCount) { in DictionaryStats()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DCandidateTextView.java96 public CandidateTextView setCandidateTextView(WnnWord word, int wordCount, in setCandidateTextView()