Home
last modified time | relevance | path

Searched defs:isExactMatch (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Derror_type_utils.h52 static bool isExactMatch(const ErrorType containedErrorTypes) { in isExactMatch() function
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
H A Dsuggestions_output_utils.cpp142 const bool isExactMatch = in outputSuggestionsOfDicNode() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggestedWords.java342 public boolean isExactMatch() { in isExactMatch() method in SuggestedWords.SuggestedWordInfo