Home
last modified time | relevance | path

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

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