Home | History | Annotate | Download | only in internal

Lines Matching refs:mDepth

35               mIsBlacklistedOrNotAWord(false), mDepth(0), mLeavingDepth(0) {}
50 mDepth = depth;
64 mDepth = 0;
77 mDepth = dicNodeProp->mDepth;
92 mDepth = dicNodeProp->mDepth + 1; // Increment the depth of a passing child
115 return mDepth;
128 return mHasChildrenPtNodes || mDepth != mLeavingDepth;
150 uint16_t mDepth;