Searched refs:mergedCodePoints (Results 1 – 2 of 2) sorted by relevance
139 const int wordId, const CodePointArrayView mergedCodePoints) { in initAsChild() argument143 dicNode->mDicNodeProperties.getLeavingDepth() + mergedCodePoints.size()); in initAsChild()144 mDicNodeProperties.init(childrenPtNodeArrayPos, mergedCodePoints[0], in initAsChild()146 mDicNodeState.init(&dicNode->mDicNodeState, mergedCodePoints.size(), in initAsChild()147 mergedCodePoints.data()); in initAsChild()
63 const int wordId, const CodePointArrayView mergedCodePoints) { in pushLeavingChild() argument66 mDicNodes.back().initAsChild(dicNode, childrenPtNodeArrayPos, wordId, mergedCodePoints); in pushLeavingChild()