HomeSort by relevance Sort by last modified time
    Searched defs:parentPos (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_node_reader.cpp 59 const int parentPos =
99 return fetchPtNodeInfoFromBufferAndProcessMovedPtNode(parentPos, newSiblingNodePos);
101 return PtNodeParams(headPos, flags, parentPos, codePonitCount, codePoints,
ver4_patricia_trie_node_writer.cpp 271 int parentPos = toBeUpdatedPtNodeParams->getParentPos();
272 if (parentPos != NOT_A_DICT_POS) {
274 dictPositionRelocationMap->mPtNodePositionRelocationMap.find(parentPos);
276 parentPos = it->second;
283 parentPos, toBeUpdatedPtNodeParams->getHeadPos(), &writingPos)) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_node_reader.cpp 50 const int parentPos =
91 return fetchPtNodeInfoFromBufferAndProcessMovedPtNode(parentPos, newSiblingNodePos);
93 return PtNodeParams(headPos, flags, parentPos, codePonitCount, codePoints,
ver4_patricia_trie_node_writer.cpp 250 int parentPos = toBeUpdatedPtNodeParams->getParentPos();
251 if (parentPos != NOT_A_DICT_POS) {
253 dictPositionRelocationMap->mPtNodePositionRelocationMap.find(parentPos);
255 parentPos = it->second;
262 parentPos, toBeUpdatedPtNodeParams->getHeadPos(), &writingPos)) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
dynamic_pt_updating_helper.cpp 35 int parentPos = NOT_A_DICT_POS;
72 parentPos = ptNodeParams.getHeadPos();
81 return createAndInsertNodeIntoPtNodeArray(parentPos,
130 bool DynamicPtUpdatingHelper::createAndInsertNodeIntoPtNodeArray(const int parentPos,
138 return createNewPtNodeArrayWithAChildPtNode(parentPos, nodeCodePoints, nodeCodePointCount,
286 const bool isNotAWord, const bool isBlacklisted, const bool isTerminal, const int parentPos,
292 return PtNodeParams(originalPtNodeParams, flags, parentPos, codePointCount, codePoints,
298 const int parentPos, const int codePointCount, const int *const codePoints,
304 return PtNodeParams(flags, parentPos, codePointCount, codePoints, probability);

Completed in 221 milliseconds