Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
H A Dtraversal.h47 virtual int getMaxCacheSize(const int inputSize, const float weightForLocale) const = 0;
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_traversal.h159 AK_FORCE_INLINE int getMaxCacheSize(const int inputSize, const float weightForLocale) const { in getMaxCacheSize() function
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
H A Dsuggest.cpp92 traverseSession->resetCache(TRAVERSAL->getMaxCacheSize(traverseSession->getInputSize(), in initializeSearch()