OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KIND_CORRECTION
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.h
46
static const int
KIND_CORRECTION
= 1; // Simple correction/suggestion
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java
246
public static final int
KIND_CORRECTION
= 1; // Simple correction/suggestion
327
return (isKindOf(
KIND_CORRECTION
) && NOT_AN_INDEX != mIndexOfTouchPointOfSecondWord);
Completed in 34 milliseconds