Home
last modified time | relevance | path

Searched refs:rightExactMatch (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h418 const bool rightExactMatch = ErrorTypeUtils::isExactMatch(right->getContainedErrorTypes()); in compare() local
419 if (leftExactMatch != rightExactMatch) { in compare()