Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Ddynamic_pt_updating_helper.h48 bool addNgramEntry(const PtNodePosArrayView prevWordsPtNodePos, const int wordPos,
53 bool removeNgramEntry(const PtNodePosArrayView prevWordsPtNodePos, const int wordPos);
Ddynamic_pt_updating_helper.cpp84 bool DynamicPtUpdatingHelper::addNgramEntry(const PtNodePosArrayView prevWordsPtNodePos, in addNgramEntry()
102 bool DynamicPtUpdatingHelper::removeNgramEntry(const PtNodePosArrayView prevWordsPtNodePos, in removeNgramEntry()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp397 if (mUpdatingHelper.addNgramEntry(PtNodePosArrayView::singleElementView(&prevWordPtNodePos), in addNgramEntry()
440 PtNodePosArrayView::singleElementView(&prevWordPtNodePos), wordPos)) { in removeNgramEntry()
/packages/inputmethods/LatinIME/native/jni/src/utils/
Dint_array_view.h167 using PtNodePosArrayView = IntArrayView; variable