Searched refs:getLeavingDepth (Results 1 – 2 of 2) sorted by relevance
143 dicNode->mDicNodeProperties.getLeavingDepth() + mergedCodePoints.size()); in initAsChild()160 ASSERT(getNodeCodePointCount() <= mDicNodeProperties.getLeavingDepth()); in isLeavingNode()161 return getNodeCodePointCount() == mDicNodeProperties.getLeavingDepth(); in isLeavingNode()217 const int terminalDicNodeDepth = mDicNodeProperties.getLeavingDepth(); in isTerminalDicNode()
98 uint16_t getLeavingDepth() const { in getLeavingDepth() function