Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_weighting.h131 const int16_t insertedPointIndex = parentDicNode->getInputIndex(0); in getInsertionCost() local
133 insertedPointIndex); in getInsertionCost()
137 ->existsAdjacentProximityChars(insertedPointIndex); in getInsertionCost()
139 insertedPointIndex + 1, CharUtils::toBaseLowerCase(dicNode->getNodeCodePoint())); in getInsertionCost()