Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
Dweighting.h27 struct DicNode_InputStateG;
47 DicNode_InputStateG *inputStateG) const = 0;
61 const DicNode *const dicNode, DicNode_InputStateG *const inputStateG) const = 0;
101 DicNode_InputStateG *const inputStateG);
Dweighting.cpp80 DicNode_InputStateG inputStateG; in addCostAndForwardInputIndex()
107 DicNode_InputStateG *const inputStateG) { in getSpatialCost()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
Dtyping_weighting.h32 struct DicNode_InputStateG;
76 const DicNode *const dicNode, DicNode_InputStateG *inputStateG) const { in getMatchedCost()
154 const DicNode *const dicNode, DicNode_InputStateG *inputStateG) const { in getSpaceOmissionCost()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h61 struct DicNode_InputStateG { struct
62 DicNode_InputStateG() in DicNode_InputStateG() function
492 AK_FORCE_INLINE void updateInputIndexG(const DicNode_InputStateG *const inputStateG) { in updateInputIndexG()