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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
traversal.h 40 virtual bool canDoLookAheadCorrection(const DicTraverseSession *const traverseSession,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h 88 if (!canDoLookAheadCorrection(traverseSession, dicNode)) {
133 AK_FORCE_INLINE bool canDoLookAheadCorrection(
136 return dicNode->canDoLookAheadCorrection(inputSize);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 129 const bool canDoLookAheadCorrection =
130 TRAVERSAL->canDoLookAheadCorrection(traverseSession, &dicNode);
131 const bool isLookAheadCorrection = canDoLookAheadCorrection
222 if (allowsErrorCorrections && canDoLookAheadCorrection) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 196 bool canDoLookAheadCorrection(const int inputSize) const {

Completed in 49 milliseconds