Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Derror_type_utils.cpp22 const ErrorTypeUtils::ErrorType ErrorTypeUtils::MATCH_WITH_WRONG_CASE = 0x1; member in latinime::ErrorTypeUtils
Derror_type_utils.h33 static const ErrorType MATCH_WITH_WRONG_CASE; variable