Home
last modified time | relevance | path

Searched refs:shouldBoostExactMatches (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
Ddictionary_header_structure_policy.h50 virtual bool shouldBoostExactMatches() const = 0;
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggestions_output_utils.cpp63 getHeaderStructurePolicy()->shouldBoostExactMatches(); in outputSuggestions()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
Dheader_policy.h205 AK_FORCE_INLINE bool shouldBoostExactMatches() const { in shouldBoostExactMatches() function