Searched refs:getHeadPos (Results 1 – 7 of 7) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_node_writer.cpp | 47 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 …]
|
D | ver4_patricia_trie_policy.cpp | 81 const int wordId = isTerminal ? ptNodeParams.getHeadPos() : NOT_A_WORD_ID; in createAndGetAllChildDicNodes()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_patricia_trie_node_writer.cpp | 37 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/ |
D | dynamic_pt_gc_event_listeners.cpp | 117 ptNodeParams->getHeadPos(), NOT_A_DICT_POS)); in onVisitingPtNode() 123 ptNodeParams->getHeadPos(), writingPos)); in onVisitingPtNode()
|
D | dynamic_pt_reading_helper.cpp | 32 mTerminalPositions->push_back(ptNodeParams->getHeadPos()); in onVisitingPtNode() 246 return ptNodeParams.getHeadPos(); in getTerminalPtNodePositionOfWord()
|
D | pt_node_params.h | 93 : mHeadPos(ptNodeParams->getHeadPos()), mFlags(flags), mHasMovedFlag(true), in PtNodeParams() 126 AK_FORCE_INLINE int getHeadPos() const { in getHeadPos() function
|
D | dynamic_pt_updating_helper.cpp | 70 parentPos = ptNodeParams.getHeadPos(); in addUnigramWord() 170 return createNewPtNodeArrayWithAChildPtNode(parentPtNodeParams->getHeadPos(), codePoints, in createChildrenPtNodeArrayAndAChildPtNode()
|