Home
last modified time | relevance | path

Searched defs:allowsErrorCorrections (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
Dtyping_traversal.h42 AK_FORCE_INLINE bool allowsErrorCorrections(const DicNode *const dicNode) const { in allowsErrorCorrections() function
49 const bool allowsErrorCorrections) const { in isOmission()
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
Dsuggest.cpp161 const bool allowsErrorCorrections = TRAVERSAL->allowsErrorCorrections(&dicNode); in expandCurrentDicNodes() local