Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_nodes_cache.h44 mInputIndex(0), mLastCachedInputIndex(0) {} in DicNodesCache()
50 mLastCachedInputIndex = 0; in reset()
122 && (cacheInputIndex != mLastCachedInputIndex); in isCacheBorderForTyping()
127 mLastCachedInputIndex = mInputIndex; in updateLastCachedInputIndex()
136 mCachedDicNodesForContinuousSuggestion->getSize(), mLastCachedInputIndex); in restoreActiveDicNodesFromCache()
141 mInputIndex = mLastCachedInputIndex; in restoreActiveDicNodesFromCache()
187 int mLastCachedInputIndex; variable