Searched refs:headPos (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_patricia_trie_node_reader.cpp | 42 const int headPos = ptNodePos; in fetchPtNodeInfoFromBufferAndProcessMovedPtNode() local 52 DynamicPtReadingUtils::getParentPtNodePos(parentPosOffset, headPos); in fetchPtNodeInfoFromBufferAndProcessMovedPtNode() 85 return PtNodeParams(headPos, flags, parentPos, codePointCount, codePoints, in fetchPtNodeInfoFromBufferAndProcessMovedPtNode()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
D | pt_node_params.h | 60 PtNodeParams(const int headPos, const PatriciaTrieReadingUtils::NodeFlags flags, in PtNodeParams() argument 64 : mHeadPos(headPos), mFlags(flags), mHasMovedFlag(false), mParentPos(NOT_A_DICT_POS), in PtNodeParams() 75 PtNodeParams(const int headPos, const PatriciaTrieReadingUtils::NodeFlags flags, in PtNodeParams() argument 79 : mHeadPos(headPos), mFlags(flags), mHasMovedFlag(true), mParentPos(parentPos), in PtNodeParams()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_node_reader.cpp | 51 const int headPos = ptNodePos; in fetchPtNodeInfoFromBufferAndProcessMovedPtNode() local 61 DynamicPtReadingUtils::getParentPtNodePos(parentPosOffset, headPos); in fetchPtNodeInfoFromBufferAndProcessMovedPtNode() 102 return PtNodeParams(headPos, flags, parentPos, codePointCount, codePoints, in fetchPtNodeInfoFromBufferAndProcessMovedPtNode()
|