Searched refs:KIND_FLAG_EXACT_MATCH (Results 1 – 3 of 3) sorted by relevance
260 public static final int KIND_FLAG_EXACT_MATCH = 0x40000000; field in SuggestedWords.SuggestedWordInfo343 return (mKindAndFlags & KIND_FLAG_EXACT_MATCH) != 0; in isExactMatch()
61 static const int KIND_FLAG_EXACT_MATCH = 0x40000000; variable
152 | ((isExactMatch && boostExactMatches) ? Dictionary::KIND_FLAG_EXACT_MATCH : 0) in outputSuggestionsOfDicNode()