Home
last modified time | relevance | path

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

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