OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldNodeLevelCache
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
traversal.h
38
virtual bool
shouldNodeLevelCache
(const DicTraverseSession *const traverseSession,
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp
136
const bool
shouldNodeLevelCache
=
137
TRAVERSAL->
shouldNodeLevelCache
(traverseSession, &dicNode);
138
if (shouldDepthLevelCache ||
shouldNodeLevelCache
) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h
128
AK_FORCE_INLINE bool
shouldNodeLevelCache
(
Completed in 52 milliseconds