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/policyimpl/typing/
typing_traversal.h
113
AK_FORCE_INLINE bool
shouldNodeLevelCache
(
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp
346
const bool
shouldNodeLevelCache
=
347
TRAVERSAL->
shouldNodeLevelCache
(traverseSession, &dicNode);
348
if (shouldDepthLevelCache ||
shouldNodeLevelCache
) {
Completed in 39 milliseconds