Home
last modified time | relevance | path

Searched refs:getChildrenPos (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_node_writer.cpp93 mReadingHelper.initWithPtNodeArrayPos(toBeUpdatedPtNodeParams->getChildrenPos()); in markPtNodeAsMoved()
260 int childrenPos = toBeUpdatedPtNodeParams->getChildrenPos(); in updateAllPositionFields()
333 ptNodeParams->getChildrenPos(), ptNodeWritingPos)) { in writePtNodeAndGetTerminalIdAndAdvancePosition()
Dver4_patricia_trie_policy.cpp62 childDicNodes->pushLeavingChild(dicNode, ptNodeParams.getChildrenPos(), in createAndGetAllChildDicNodes()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_node_writer.cpp102 mReadingHelper.initWithPtNodeArrayPos(toBeUpdatedPtNodeParams->getChildrenPos()); in markPtNodeAsMoved()
288 int childrenPos = toBeUpdatedPtNodeParams->getChildrenPos(); in updateAllPositionFields()
386 ptNodeParams->getChildrenPos(), ptNodeWritingPos)) { in writePtNodeAndGetTerminalIdAndAdvancePosition()
Dver4_patricia_trie_policy.cpp82 childDicNodes->pushLeavingChild(dicNode, ptNodeParams.getChildrenPos(), in createAndGetAllChildDicNodes()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Ddynamic_pt_reading_helper.cpp56 if (!listener->onDescend(ptNodeParams.getChildrenPos())) { in traverseAllPtNodesInPostorderDepthFirstManner()
142 if (!listener->onDescend(ptNodeParams.getChildrenPos())) { in traverseAllPtNodesInPtNodeArrayLevelPreorderDepthFirstManner()
Dpt_node_params.h100 mChildrenPos(ptNodeParams->getChildrenPos()), in PtNodeParams()
216 AK_FORCE_INLINE int getChildrenPos() const { in getChildrenPos() function
Ddynamic_pt_reading_helper.h176 mReadingState.mPos = ptNodeParams.getChildrenPos(); in readChildNode()