Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Derror_type_utils.h46 static const ErrorType COMPLETION; variable
78 return (errorType & COMPLETION) != 0; in isCompletion()
Derror_type_utils.cpp30 const ErrorTypeUtils::ErrorType ErrorTypeUtils::COMPLETION = 0x100; member in latinime::ErrorTypeUtils
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
Dtyping_weighting.cpp103 return ErrorTypeUtils::COMPLETION; in getErrorType()