HomeSort by relevance Sort by last modified time
    Searched defs:KIND_CORRECTION (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.h 39 static const int KIND_CORRECTION = 1; // Simple correction/suggestion
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 174 public static final int KIND_CORRECTION = 1; // Simple correction/suggestion
227 return (KIND_CORRECTION == mKind && NOT_AN_INDEX != mIndexOfTouchPointOfSecondWord);

Completed in 246 milliseconds