Searched defs:leftExactMatch (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h417 const bool leftExactMatch = ErrorTypeUtils::isExactMatch(getContainedErrorTypes()); local
419 if (leftExactMatch != rightExactMatch) {
420 return leftExactMatch;

Completed in 11 milliseconds