Home | History | Annotate | Download | only in pt_common

Lines Matching refs:NOT_A_DICT_POS

35     PtNodeParams() : mHeadPos(NOT_A_DICT_POS), mFlags(0), mHasMovedFlag(false),
36 mParentPos(NOT_A_DICT_POS), mCodePointCount(0), mCodePoints(),
37 mTerminalIdFieldPos(NOT_A_DICT_POS), mTerminalId(Ver4DictConstants::NOT_A_TERMINAL_ID),
38 mProbabilityFieldPos(NOT_A_DICT_POS), mProbability(NOT_A_PROBABILITY),
39 mChildrenPosFieldPos(NOT_A_DICT_POS), mChildrenPos(NOT_A_DICT_POS),
40 mBigramLinkedNodePos(NOT_A_DICT_POS), mShortcutPos(NOT_A_DICT_POS),
41 mBigramPos(NOT_A_DICT_POS), mSiblingPos(NOT_A_DICT_POS) {}
64 : mHeadPos(headPos), mFlags(flags), mHasMovedFlag(false), mParentPos(NOT_A_DICT_POS),
65 mCodePointCount(codePointCount), mCodePoints(), mTerminalIdFieldPos(NOT_A_DICT_POS),
67 mProbabilityFieldPos(NOT_A_DICT_POS), mProbability(probability),
68 mChildrenPosFieldPos(NOT_A_DICT_POS), mChildrenPos(childrenPos),
69 mBigramLinkedNodePos(NOT_A_DICT_POS), mShortcutPos(shortcutPos),
82 mProbabilityFieldPos(NOT_A_DICT_POS), mProbability(probability),
84 mBigramLinkedNodePos(NOT_A_DICT_POS), mShortcutPos(terminalId),
110 : mHeadPos(NOT_A_DICT_POS), mFlags(flags), mHasMovedFlag(true), mParentPos(parentPos),
112 mTerminalIdFieldPos(NOT_A_DICT_POS),
114 mProbabilityFieldPos(NOT_A_DICT_POS), mProbability(probability),
115 mChildrenPosFieldPos(NOT_A_DICT_POS), mChildrenPos(NOT_A_DICT_POS),
116 mBigramLinkedNodePos(NOT_A_DICT_POS), mShortcutPos(NOT_A_DICT_POS),
117 mBigramPos(NOT_A_DICT_POS), mSiblingPos(NOT_A_DICT_POS) {
140 return mChildrenPos != NOT_A_DICT_POS;