Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
H A Dsuggest.cpp136 const bool shouldNodeLevelCache = in expandCurrentDicNodes() local
137 TRAVERSAL->shouldNodeLevelCache(traverseSession, &dicNode); in expandCurrentDicNodes()
138 if (shouldDepthLevelCache || shouldNodeLevelCache) { in expandCurrentDicNodes()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
H A Dtraversal.h38 virtual bool shouldNodeLevelCache(const DicTraverseSession *const traverseSession,
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_traversal.h128 AK_FORCE_INLINE bool shouldNodeLevelCache( in shouldNodeLevelCache() function