Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Derror_type_utils.cpp30 const ErrorTypeUtils::ErrorType ErrorTypeUtils::COMPLETION = 0x100; member in latinime::ErrorTypeUtils
H A Derror_type_utils.h46 static const ErrorType COMPLETION; variable