Searched refs:addBigramWords (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
H A D | BinaryDictionaryTests.java | 287 addBigramWords(binaryDictionary, "aaa", "abb", bigramProbability); in testAddBigramWords() 288 addBigramWords(binaryDictionary, "aaa", "bcc", bigramProbability); in testAddBigramWords() 289 addBigramWords(binaryDictionary, "abb", "aaa", bigramProbability); in testAddBigramWords() 290 addBigramWords(binaryDictionary, "abb", "bcc", bigramProbability); in testAddBigramWords() 318 addBigramWords(binaryDictionary, "abcde", "fghij", bigramProbability); in testAddBigramWords() 388 addBigramWords(binaryDictionary, "abb", "bcc", 10); in testAddTrigramWords() 389 addBigramWords(binaryDictionary, "abb", "aaa", 10); in testAddTrigramWords() 449 addBigramWords(binaryDictionary, "aaa", "abb", bigramProbability); in testFlushWithGCDictionary() 450 addBigramWords(binaryDictionary, "aaa", "bcc", bigramProbability); in testFlushWithGCDictionary() 451 addBigramWords(binaryDictionary, "abb", "aaa", bigramProbability); in testFlushWithGCDictionary() [all …]
|