HomeSort by relevance Sort by last modified time
    Searched refs:shouldDepthLevelCache (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
traversal.h 37 virtual bool shouldDepthLevelCache(const DicTraverseSession *const traverseSession) const = 0;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 113 const bool shouldDepthLevelCache = TRAVERSAL->shouldDepthLevelCache(traverseSession);
114 if (shouldDepthLevelCache) {
119 shouldDepthLevelCache, inputSize);
138 if (shouldDepthLevelCache || shouldNodeLevelCache) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h 122 AK_FORCE_INLINE bool shouldDepthLevelCache(

Completed in 114 milliseconds