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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
scoring.h 33 const bool boostExactMatches, const bool hasProbabilityZero) const = 0;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_scoring.h 47 const bool boostExactMatches, const bool hasProbabilityZero) const {
76 if (boostExactMatches && ErrorTypeUtils::isPerfectMatch(containedErrorTypes)) {
80 if (boostExactMatches && ErrorTypeUtils::isExactMatch(containedErrorTypes)) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestions_output_utils.h 56 const float weightOfLangModelVsSpatialModel, const bool boostExactMatches,
suggestions_output_utils.cpp 66 const bool boostExactMatches = traverseSession->getDictionaryStructurePolicy()->
72 weightOfLangModelVsSpatialModelToOutputSuggestions, boostExactMatches,
128 const bool boostExactMatches, const bool forceCommitMultiWords,
152 | ((isExactMatch && boostExactMatches) ? Dictionary::KIND_FLAG_EXACT_MATCH : 0)
169 boostExactMatches, wordAttributes.getProbability() == 0);

Completed in 111 milliseconds