Home
last modified time | relevance | path

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

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