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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SuggestedWordsTests.java 37 list.add(new SuggestedWordInfo("" + i, 1, SuggestedWordInfo.KIND_CORRECTION, ""));
51 assertEquals(SuggestedWordInfo.KIND_CORRECTION, words.getInfo(1).mKind);
53 assertEquals(SuggestedWordInfo.KIND_CORRECTION, words.getInfo(5).mKind);
58 assertEquals(SuggestedWordInfo.KIND_CORRECTION, wordsWithoutTyped.getInfo(0).mKind);
InputTestsBase.java 251 SuggestedWordInfo.KIND_CORRECTION, "main"));
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
shortcut_utils.h 48 kind = Dictionary::KIND_CORRECTION;
  /packages/inputmethods/LatinIME/native/jni/src/
dictionary.h 36 static const int KIND_CORRECTION = 1; // Simple correction/suggestion
unigram_dictionary.cpp 369 Dictionary::KIND_CORRECTION);
395 kind = Dictionary::KIND_CORRECTION;
412 addWord(wordPointer, wordLength, finalProbability, subQueue, Dictionary::KIND_CORRECTION);
561 Dictionary::KIND_CORRECTION);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 127 public static final int KIND_CORRECTION = 1; // Simple correction/suggestion
ExpandableDictionary.java 400 // Use KIND_CORRECTION always. This dictionary does not really have a notion of
405 SuggestedWordInfo.KIND_CORRECTION, mDictType));
659 freq, SuggestedWordInfo.KIND_CORRECTION, mDictType));
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 201 outputTypes[outputWordIndex] = Dictionary::KIND_CORRECTION | outputTypeFlags;

Completed in 241 milliseconds