Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
H A Ddic_node_state_input.h49 void updateInputIndexG(const int pointerId, const int inputIndex, in updateInputIndexG() function
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h492 AK_FORCE_INLINE void updateInputIndexG(const DicNode_InputStateG *const inputStateG) { in updateInputIndexG() function
497 mDicNodeState.mDicNodeStateInput.updateInputIndexG(inputStateG->mPointerId, in updateInputIndexG()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
H A Dweighting.cpp90 dicNode->updateInputIndexG(&inputStateG); in addCostAndForwardInputIndex()