Home
last modified time | relevance | path

Searched refs:decrementNgramCount (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dentry_counters.h69 void decrementNgramCount(const NgramType ngramType) { in decrementNgramCount() function
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp267 mEntryCounters.decrementNgramCount(NgramType::Unigram); in removeUnigramEntry()
364 mEntryCounters.decrementNgramCount( in removeNgramEntry()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp441 mEntryCounters.decrementNgramCount(NgramType::Bigram); in removeNgramEntry()