Home
last modified time | relevance | path

Searched refs:reallocatingPtNodeParams (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Ddynamic_pt_updating_helper.cpp199 const PtNodeParams *const reallocatingPtNodeParams, const size_t overlappingCodePointCount, in reallocatePtNodeAndAddNewPtNodes() argument
215 reallocatingPtNodeParams->getCodePointArrayView().limit(overlappingCodePointCount); in reallocatePtNodeAndAddNewPtNodes()
219 reallocatingPtNodeParams->getParentPos(), firstPtNodeCodePoints, in reallocatePtNodeAndAddNewPtNodes()
227 true /* isTerminal */, reallocatingPtNodeParams->getParentPos(), in reallocatePtNodeAndAddNewPtNodes()
243 const PtNodeParams childPartPtNodeParams(getUpdatedPtNodeParams(reallocatingPtNodeParams, in reallocatePtNodeAndAddNewPtNodes()
244 reallocatingPtNodeParams->isNotAWord(), reallocatingPtNodeParams->isPossiblyOffensive(), in reallocatePtNodeAndAddNewPtNodes()
245 reallocatingPtNodeParams->isTerminal(), firstPartOfReallocatedPtNodePos, in reallocatePtNodeAndAddNewPtNodes()
246 reallocatingPtNodeParams->getCodePointArrayView().skip(overlappingCodePointCount), in reallocatePtNodeAndAddNewPtNodes()
247 reallocatingPtNodeParams->getProbability())); in reallocatePtNodeAndAddNewPtNodes()
267 if (!mPtNodeWriter->markPtNodeAsMoved(reallocatingPtNodeParams, firstPartOfReallocatedPtNodePos, in reallocatePtNodeAndAddNewPtNodes()
Ddynamic_pt_updating_helper.h83 bool reallocatePtNodeAndAddNewPtNodes(const PtNodeParams *const reallocatingPtNodeParams,