Home
last modified time | relevance | path

Searched refs:wordCount (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DLatinImeStressTests.java37 final int wordCount = random.nextInt(maxWordCountToTypeInEachIteration); in testSwitchLanguagesAndInputLatinRandomCodePoints() local
38 for (int j = 0; j < wordCount; ++j) { in testSwitchLanguagesAndInputLatinRandomCodePoints()
55 final int wordCount = random.nextInt(maxWordCountToTypeInEachIteration); in testSwitchLanguagesAndInputRandomCodePoints() local
56 for (int j = 0; j < wordCount; ++j) { in testSwitchLanguagesAndInputRandomCodePoints()
DBinaryDictionaryTests.java277 final int wordCount = 1000; in testRandomlyAddUnigramWord() local
295 for (int i = 0; i < wordCount; ++i) { in testRandomlyAddUnigramWord()
393 final int wordCount = 100; in testRandomlyAddBigramWords() local
415 for (int i = 0; i < wordCount; ++i) { in testRandomlyAddBigramWords()
424 final String word0 = words.get(random.nextInt(wordCount)); in testRandomlyAddBigramWords()
425 final String word1 = words.get(random.nextInt(wordCount)); in testRandomlyAddBigramWords()
615 final int wordCount = 100; in testAddBigramWordsAndFlashWithGC() local
638 for (int i = 0; i < wordCount; ++i) { in testAddBigramWordsAndFlashWithGC()
647 final String word0 = words.get(random.nextInt(wordCount)); in testAddBigramWordsAndFlashWithGC()
648 final String word1 = words.get(random.nextInt(wordCount)); in testAddBigramWordsAndFlashWithGC()
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DInfo.java42 int wordCount = 0; in showInfo() local
47 ++wordCount; in showInfo()
61 System.out.println("Words in the dictionary : " + wordCount); in showInfo()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DCandidateTextView.java96 public CandidateTextView setCandidateTextView(WnnWord word, int wordCount, in setCandidateTextView() argument
101 setId(wordCount); in setCandidateTextView()