OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addBigram
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserBigramDictionary.java
170
int freq = super.
addBigram
(word1, word2, FREQUENCY_FOR_TYPED);
ExpandableDictionary.java
367
protected int
addBigram
(String word1, String word2, int frequency) {
[
all
...]
Completed in 33 milliseconds