Searched refs:EDIT_CORRECTION (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Derror_type_utils.h40 static const ErrorType EDIT_CORRECTION; member in class:latinime::ErrorTypeUtils
60 return (errorType & EDIT_CORRECTION) != 0;
H A Derror_type_utils.cpp26 const ErrorTypeUtils::ErrorType ErrorTypeUtils::EDIT_CORRECTION = 0x10; member in class:latinime::ErrorTypeUtils
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_weighting.cpp67 return ErrorTypeUtils::EDIT_CORRECTION;
74 return ErrorTypeUtils::EDIT_CORRECTION;

Completed in 77 milliseconds