Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Dpt_node_params.h39 mChildrenPosFieldPos(NOT_A_DICT_POS), mChildrenPos(NOT_A_DICT_POS), in PtNodeParams()
51 mChildrenPosFieldPos(ptNodeParams.mChildrenPosFieldPos), in PtNodeParams()
68 mChildrenPosFieldPos(NOT_A_DICT_POS), mChildrenPos(childrenPos), in PtNodeParams()
83 mChildrenPosFieldPos(childrenPosFieldPos), mChildrenPos(childrenPos), in PtNodeParams()
99 mChildrenPosFieldPos(ptNodeParams->getChildrenPosFieldPos()), in PtNodeParams()
115 mChildrenPosFieldPos(NOT_A_DICT_POS), mChildrenPos(NOT_A_DICT_POS), in PtNodeParams()
213 return mChildrenPosFieldPos; in getChildrenPosFieldPos()
254 const int mChildrenPosFieldPos; variable