Home
last modified time | relevance | path

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

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