Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_node_writer.cpp47 int pos = toBeUpdatedPtNodeParams->getHeadPos(); in markPtNodeAsDeleted()
59 int writingPos = toBeUpdatedPtNodeParams->getHeadPos(); in markPtNodeAsDeleted()
77 int pos = toBeUpdatedPtNodeParams->getHeadPos(); in markPtNodeAsMoved()
89 int writingPos = toBeUpdatedPtNodeParams->getHeadPos(); in markPtNodeAsMoved()
97 mTrieBuffer, movedPos, toBeUpdatedPtNodeParams->getHeadPos(), &writingPos)) { in markPtNodeAsMoved()
105 int parentOffsetFieldPos = childPtNodeParams.getHeadPos() in markPtNodeAsMoved()
108 mTrieBuffer, bigramLinkedNodePos, childPtNodeParams.getHeadPos(), in markPtNodeAsMoved()
122 int pos = toBeUpdatedPtNodeParams->getHeadPos(); in markPtNodeAsWillBecomeNonTerminal()
141 int writingPos = toBeUpdatedPtNodeParams->getHeadPos(); in markPtNodeAsWillBecomeNonTerminal()
247 return updatePtNodeFlags(sourcePtNodeParams.getHeadPos(), in addNgramEntry()
[all …]
Dver4_patricia_trie_policy.cpp81 const int wordId = isTerminal ? ptNodeParams.getHeadPos() : NOT_A_WORD_ID; in createAndGetAllChildDicNodes()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_node_writer.cpp37 int pos = toBeUpdatedPtNodeParams->getHeadPos(); in markPtNodeAsDeleted()
49 int writingPos = toBeUpdatedPtNodeParams->getHeadPos(); in markPtNodeAsDeleted()
68 int pos = toBeUpdatedPtNodeParams->getHeadPos(); in markPtNodeAsMoved()
80 int writingPos = toBeUpdatedPtNodeParams->getHeadPos(); in markPtNodeAsMoved()
88 mTrieBuffer, movedPos, toBeUpdatedPtNodeParams->getHeadPos(), &writingPos)) { in markPtNodeAsMoved()
96 int parentOffsetFieldPos = childPtNodeParams.getHeadPos() in markPtNodeAsMoved()
99 mTrieBuffer, bigramLinkedNodePos, childPtNodeParams.getHeadPos(), in markPtNodeAsMoved()
113 int pos = toBeUpdatedPtNodeParams->getHeadPos(); in markPtNodeAsWillBecomeNonTerminal()
132 int writingPos = toBeUpdatedPtNodeParams->getHeadPos(); in markPtNodeAsWillBecomeNonTerminal()
251 int writingPos = toBeUpdatedPtNodeParams->getHeadPos() in updateAllPositionFields()
[all …]
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Ddynamic_pt_gc_event_listeners.cpp117 ptNodeParams->getHeadPos(), NOT_A_DICT_POS)); in onVisitingPtNode()
123 ptNodeParams->getHeadPos(), writingPos)); in onVisitingPtNode()
Ddynamic_pt_reading_helper.cpp32 mTerminalPositions->push_back(ptNodeParams->getHeadPos()); in onVisitingPtNode()
246 return ptNodeParams.getHeadPos(); in getTerminalPtNodePositionOfWord()
Dpt_node_params.h93 : mHeadPos(ptNodeParams->getHeadPos()), mFlags(flags), mHasMovedFlag(true), in PtNodeParams()
126 AK_FORCE_INLINE int getHeadPos() const { in getHeadPos() function
Ddynamic_pt_updating_helper.cpp70 parentPos = ptNodeParams.getHeadPos(); in addUnigramWord()
170 return createNewPtNodeArrayWithAChildPtNode(parentPtNodeParams->getHeadPos(), codePoints, in createChildrenPtNodeArrayAndAChildPtNode()