Home
last modified time | relevance | path

Searched refs:isDecayingDict (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp70 if (isTerminal && mHeaderPolicy->isDecayingDict()) { in createAndGetAllChildDicNodes()
517 } else if (mHeaderPolicy->isDecayingDict()) { in needsToRunGC()
534 mHeaderPolicy->isDecayingDict() ? in getProperty()
541 mHeaderPolicy->isDecayingDict() ? in getProperty()
Dver4_patricia_trie_writing_helper.cpp113 if (headerPolicy->isDecayingDict() && unigramCount > maxUnigramCount) { in runGC()
130 if (headerPolicy->isDecayingDict() && bigramCount > maxBigramCount) { in runGC()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_policy.h153 AK_FORCE_INLINE bool isDecayingDict() const { in isDecayingDict() function
187 return !isDecayingDict(); in shouldBoostExactMatches()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp472 } else if (mHeaderPolicy->isDecayingDict()) { in needsToRunGC()
489 mHeaderPolicy->isDecayingDict() ? in getProperty()
496 mHeaderPolicy->isDecayingDict() ? in getProperty()
Dver4_patricia_trie_writing_helper.cpp90 if (headerPolicy->isDecayingDict()) { in runGC()