Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/
H A Ddictionary_header_structure_policy.h50 virtual bool shouldBoostExactMatches() const = 0;
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
H A Dsuggestions_output_utils.cpp67 getHeaderStructurePolicy()->shouldBoostExactMatches(); in outputSuggestions()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
H A Dheader_policy.h185 AK_FORCE_INLINE bool shouldBoostExactMatches() const { in shouldBoostExactMatches() function