Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java260 public static final int KIND_FLAG_EXACT_MATCH = 0x40000000; field in SuggestedWords.SuggestedWordInfo
343 return (mKindAndFlags & KIND_FLAG_EXACT_MATCH) != 0; in isExactMatch()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary.h61 static const int KIND_FLAG_EXACT_MATCH = 0x40000000; variable
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggestions_output_utils.cpp152 | ((isExactMatch && boostExactMatches) ? Dictionary::KIND_FLAG_EXACT_MATCH : 0) in outputSuggestionsOfDicNode()