OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setBigram
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsDictionary.java
154
super.
setBigram
(prevWord, word,
ExpandableDictionary.java
363
protected int
setBigram
(String word1, String word2, int frequency) {
[
all
...]
UserBigramDictionary.java
228
super.
setBigram
(word1, word2, frequency);
Completed in 160 milliseconds