Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Derror_type_utils.cpp24 const ErrorTypeUtils::ErrorType ErrorTypeUtils::MATCH_WITH_DIGRAPH = 0x4; member in latinime::ErrorTypeUtils
Derror_type_utils.h35 static const ErrorType MATCH_WITH_DIGRAPH; variable