OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBigram
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
UserHistoryDictIOUtilsTests.java
93
assertNotNull(group.
getBigram
(bigram));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java
187
WeightedString bigram =
getBigram
(word);
218
public WeightedString
getBigram
(final String word) {
266
final WeightedString existingBigram =
getBigram
(bigram.mWord);
[
all
...]
Completed in 359 milliseconds