Home
last modified time | relevance | path

Searched refs:mergedCodePoints (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h139 const int wordId, const CodePointArrayView mergedCodePoints) { in initAsChild() argument
143 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()
Ddic_node_vector.h63 const int wordId, const CodePointArrayView mergedCodePoints) { in pushLeavingChild() argument
66 mDicNodes.back().initAsChild(dicNode, childrenPtNodeArrayPos, wordId, mergedCodePoints); in pushLeavingChild()