Searched refs:mLastCachedInputIndex (Results 1 – 1 of 1) sorted by relevance
44 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