Home
last modified time | relevance | path

Searched refs:headPos (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_node_reader.cpp42 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/
Dpt_node_params.h60 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/
Dver4_patricia_trie_node_reader.cpp51 const int headPos = ptNodePos; in fetchPtNodeInfoFromBufferAndProcessMovedPtNode() local
61 DynamicPtReadingUtils::getParentPtNodePos(parentPosOffset, headPos); in fetchPtNodeInfoFromBufferAndProcessMovedPtNode()
102 return PtNodeParams(headPos, flags, parentPos, codePointCount, codePoints, in fetchPtNodeInfoFromBufferAndProcessMovedPtNode()