Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
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()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_input.h65 void forwardInputIndex(const int pointerId, const int val) { in forwardInputIndex() function
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
Dweighting.cpp92 dicNode->forwardInputIndex(0, getForwardInputCount(correctionType), in addCostAndForwardInputIndex()