Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
H A Dweighting.h79 virtual bool needsToNormalizeCompoundDistance() const = 0;
H A Dweighting.cpp95 dicNode->addCost(spatialCost, languageCost, weighting->needsToNormalizeCompoundDistance(), in addCostAndForwardInputIndex()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_weighting.h192 AK_FORCE_INLINE bool needsToNormalizeCompoundDistance() const { in needsToNormalizeCompoundDistance() function