Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_weighting.h85 const bool isFirstChar = pointIndex == 0; in getMatchedCost() local
87 float cost = isProximity ? (isFirstChar ? ScoringParams::FIRST_CHAR_PROXIMITY_COST in getMatchedCost()