Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_nodes_cache.h120 const int cacheInputIndex = inputSize - CACHE_BACK_LENGTH; in isCacheBorderForTyping() local
121 const bool shouldCache = (cacheInputIndex == mInputIndex) in isCacheBorderForTyping()
122 && (cacheInputIndex != mLastCachedInputIndex); in isCacheBorderForTyping()