Home
last modified time | relevance | path

Searched refs:overlappingCodePointCount (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
209 const bool addsExtraChild = newPtNodeCodePoints.size() > overlappingCodePointCount; in reallocatePtNodeAndAddNewPtNodes()
215 reallocatingPtNodeParams->getCodePointArrayView().limit(overlappingCodePointCount); in reallocatePtNodeAndAddNewPtNodes()
246 reallocatingPtNodeParams->getCodePointArrayView().skip(overlappingCodePointCount), in reallocatePtNodeAndAddNewPtNodes()
255 newPtNodeCodePoints.skip(overlappingCodePointCount), in reallocatePtNodeAndAddNewPtNodes()
Ddynamic_pt_updating_helper.h84 const size_t overlappingCodePointCount, const UnigramProperty *const unigramProperty,