OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removeBigram
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionaryBigramList.java
116
public boolean
removeBigram
(String word1, String word2) {
DynamicPersonalizationDictionaryWriter.java
117
if (mBigramList.
removeBigram
(word0, word1)) {
118
mExpandableDictionary.
removeBigram
(word0, word1);
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/bigram/
dynamic_bigram_list_policy.cpp
303
bool DynamicBigramListPolicy::
removeBigram
(const int bigramListPos, const int bigramTargetPos) {
Completed in 44 milliseconds