Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary.h52 static const int KIND_SHORTCUT = 7; // A shortcut variable
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggestions_output_utils.cpp269 kind = Dictionary::KIND_SHORTCUT; in outputShortcuts()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java252 public static final int KIND_SHORTCUT = 7; // A shortcut field in SuggestedWords.SuggestedWordInfo
DSuggest.java230 || suggestionResults.first().isKindOf(SuggestedWordInfo.KIND_SHORTCUT)) { in getSuggestedWordsForNonBatchInput()