Searched refs:KIND_SHORTCUT (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddictionary.h52 static const int KIND_SHORTCUT = 7; // A shortcut member in class:latinime::Dictionary
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
H A Dsuggestions_output_utils.cpp269 kind = Dictionary::KIND_SHORTCUT;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggestedWords.java252 public static final int KIND_SHORTCUT = 7; // A shortcut field in class:SuggestedWords.SuggestedWordInfo
H A DSuggest.java228 // of how strong it is (whitelist entries are not KIND_SHORTCUT but KIND_WHITELIST).
230 || suggestionResults.first().isKindOf(SuggestedWordInfo.KIND_SHORTCUT)) {

Completed in 122 milliseconds