Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
H A Dweighting.cpp152 return weighting->getNewWordBigramLanguageCost( in getLanguageCost()
167 return weighting->getNewWordBigramLanguageCost( in getLanguageCost()
H A Dweighting.h63 virtual float getNewWordBigramLanguageCost(
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_weighting.h159 float getNewWordBigramLanguageCost(const DicTraverseSession *const traverseSession, in getNewWordBigramLanguageCost() function