Searched refs:mLeavingDepth (Results 1 – 1 of 1) sorted by relevance
35 mWordId(NOT_A_WORD_ID), mDepth(0), mLeavingDepth(0), mPrevWordCount(0) {} in DicNodeProperties()46 mLeavingDepth = leavingDepth; in init()57 mLeavingDepth = 0; in init()67 mLeavingDepth = dicNodeProp->mLeavingDepth; in initByCopy()79 mLeavingDepth = dicNodeProp->mLeavingDepth; in init()99 return mLeavingDepth; in getLeavingDepth()107 return (mChildrenPtNodeArrayPos != NOT_A_DICT_POS) || mDepth != mLeavingDepth; in hasChildren()126 uint16_t mLeavingDepth; variable