Home
last modified time | relevance | path

Searched refs:mDicNodesCache (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
Ddic_traverse_session.h55 mSuggestOptions(nullptr), mDicNodesCache(usesLargeCache), mMultiBigramMap(), in DicTraverseSession()
83 DicNodesCache *getDicTraverseCache() { return &mDicNodesCache; } in getDicTraverseCache()
129 return mDicNodesCache.isCacheBorderForTyping(inputSize); in isCacheBorderForTyping()
137 if (!mDicNodesCache.hasCachedDicNodesForContinuousSuggestion()) { in isContinuousSuggestionPossible()
175 DicNodesCache mDicNodesCache; variable
Ddic_traverse_session.cpp58 mDicNodesCache.reset(thresholdForNextActiveDicNodes /* nextActiveSize */, in resetCache()