Home
last modified time | relevance | path

Searched defs:inputStateG (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
H A Dweighting.cpp80 DicNode_InputStateG inputStateG; in addCostAndForwardInputIndex() local
107 DicNode_InputStateG *const inputStateG) { in getSpatialCost()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_weighting.h76 const DicNode *const dicNode, DicNode_InputStateG *inputStateG) const { in getMatchedCost()
154 const DicNode *const dicNode, DicNode_InputStateG *inputStateG) const { in getSpaceOmissionCost()
/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()