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.java256 final int wordCount = 1000; in testRandomlyAddUnigramWord() local
333 final int wordCount = 100; in testRandomlyAddBigramWords() local
473 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/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Dframing.c263 OI_UINT wordCount) { in shift_buffer()