Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Derror_type_utils.cpp31 const ErrorTypeUtils::ErrorType ErrorTypeUtils::NEW_WORD = 0x200; member in latinime::ErrorTypeUtils
Derror_type_utils.h50 static const ErrorType NEW_WORD; variable
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
Dtyping_weighting.cpp99 return ErrorTypeUtils::NEW_WORD; in getErrorType()