Home
last modified time | relevance | path

Searched defs:KIND_FLAG_EXACT_MATCH (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary.h61 static const int KIND_FLAG_EXACT_MATCH = 0x40000000; variable
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java260 public static final int KIND_FLAG_EXACT_MATCH = 0x40000000; field in SuggestedWords.SuggestedWordInfo