Searched refs:childrenPosFieldPos (Results 1 – 5 of 5) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_patricia_trie_node_reader.cpp | 66 int childrenPosFieldPos = pos; in fetchPtNodeInfoFromBufferAndProcessMovedPtNode() local 68 childrenPosFieldPos += mBuffer->getOriginalBufferSize(); in fetchPtNodeInfoFromBufferAndProcessMovedPtNode() 86 terminalIdFieldPos, terminalId, NOT_A_PROBABILITY, childrenPosFieldPos, childrenPos, in fetchPtNodeInfoFromBufferAndProcessMovedPtNode()
|
D | ver4_patricia_trie_node_writer.cpp | 173 int childrenPosFieldPos = toBeUpdatedPtNodeParams->getChildrenPosFieldPos(); in updateChildrenPosition() local 175 newChildrenPosition, &childrenPosFieldPos); in updateChildrenPosition()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_node_reader.cpp | 83 int childrenPosFieldPos = pos; in fetchPtNodeInfoFromBufferAndProcessMovedPtNode() local 85 childrenPosFieldPos += mBuffer->getOriginalBufferSize(); in fetchPtNodeInfoFromBufferAndProcessMovedPtNode() 103 terminalIdFieldPos, terminalId, probability, childrenPosFieldPos, childrenPos, in fetchPtNodeInfoFromBufferAndProcessMovedPtNode()
|
D | ver4_patricia_trie_node_writer.cpp | 200 int childrenPosFieldPos = toBeUpdatedPtNodeParams->getChildrenPosFieldPos(); in updateChildrenPosition() local 202 newChildrenPosition, &childrenPosFieldPos); in updateChildrenPosition()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
D | pt_node_params.h | 78 const int childrenPosFieldPos, const int childrenPos, const int siblingPos) in PtNodeParams() argument 83 mChildrenPosFieldPos(childrenPosFieldPos), mChildrenPos(childrenPos), in PtNodeParams()
|