Home
last modified time | relevance | path

Searched refs:forwardInputIndex (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.h65 void forwardInputIndex(const int pointerId, const int val) { in forwardInputIndex() function
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h481 AK_FORCE_INLINE void forwardInputIndex(const int pointerId, const int count, in forwardInputIndex() function
486 mDicNodeState.mDicNodeStateInput.forwardInputIndex(pointerId, count); in forwardInputIndex()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
H A Dweighting.cpp92 dicNode->forwardInputIndex(0, getForwardInputCount(correctionType), in addCostAndForwardInputIndex()