OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KIND_PREDICTION
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.h
46
static const int
KIND_PREDICTION
= 8; // A prediction (== a suggestion with no input)
bigram_dictionary.cpp
73
outputTypes[insertAt] = Dictionary::
KIND_PREDICTION
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java
181
public static final int
KIND_PREDICTION
= 8; // A prediction (== a suggestion with no input)
Completed in 450 milliseconds