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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestion_results.h 32 : mMaxSuggestionCount(maxSuggestionCount), mLanguageWeight(NOT_A_LANGUAGE_WEIGHT),
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 32 public static final float NOT_A_LANGUAGE_WEIGHT = -1.0f;
BinaryDictionary.java 293 session.mInputOutputLanguageWeight[0] = Dictionary.NOT_A_LANGUAGE_WEIGHT;
DictionaryFacilitator.java 497 final float[] languageWeight = new float[] { Dictionary.NOT_A_LANGUAGE_WEIGHT };
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 303 #define NOT_A_LANGUAGE_WEIGHT (-1.0f)

Completed in 600 milliseconds