Home
last modified time | relevance | path

Searched refs:getCodePointArrayView (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Ddynamic_pt_updating_helper.cpp49 const size_t nodeCodePointCount = ptNodeParams.getCodePointArrayView().size(); in addUnigramWord()
151 originalPtNodeParams->getCodePointArrayView(), unigramProperty->getProbability())); in setPtNodeProbability()
215 reallocatingPtNodeParams->getCodePointArrayView().limit(overlappingCodePointCount); in reallocatePtNodeAndAddNewPtNodes()
246 reallocatingPtNodeParams->getCodePointArrayView().skip(overlappingCodePointCount), in reallocatePtNodeAndAddNewPtNodes()
Dpt_node_params.h178 AK_FORCE_INLINE const CodePointArrayView getCodePointArrayView() const { in getCodePointArrayView() function
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp63 wordId, ptNodeParams.getCodePointArrayView()); in createAndGetAllChildDicNodes()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp83 wordId, ptNodeParams.getCodePointArrayView()); in createAndGetAllChildDicNodes()