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

  /packages/inputmethods/LatinIME/native/jni/src/
dictionary.h 35 const static int KIND_CORRECTION = 1; // Simple correction/suggestion
unigram_dictionary.cpp 398 Dictionary::KIND_CORRECTION);
425 kind = Dictionary::KIND_CORRECTION;
442 addWord(wordPointer, wordLength, finalProbability, subQueue, Dictionary::KIND_CORRECTION);
591 Dictionary::KIND_CORRECTION);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 123 public static final int KIND_CORRECTION = 1; // Simple correction/suggestion
ExpandableDictionary.java 394 // Use KIND_CORRECTION always. This dictionary does not really have a notion of
399 SuggestedWordInfo.KIND_CORRECTION, mDictType));
664 freq, SuggestedWordInfo.KIND_CORRECTION, mDictType));
    [all...]

Completed in 2899 milliseconds