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 323 const bool shouldDepthLevelCache = TRAVERSAL->shouldDepthLevelCache(traverseSession);
324 if (shouldDepthLevelCache) {
329 shouldDepthLevelCache, inputSize);
348 if (shouldDepthLevelCache || shouldNodeLevelCache) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h 107 AK_FORCE_INLINE bool shouldDepthLevelCache(

Completed in 27 milliseconds