Searched refs:getChildrenPos (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
H A Ddynamic_pt_reading_helper.cpp56 if (!listener->onDescend(ptNodeParams.getChildrenPos())) {
142 if (!listener->onDescend(ptNodeParams.getChildrenPos())) {
H A Dpt_node_params.h99 mChildrenPos(ptNodeParams->getChildrenPos()),
209 AK_FORCE_INLINE int getChildrenPos() const { function in class:latinime::PtNodeParams
H A Ddynamic_pt_reading_helper.h176 mReadingState.mPos = ptNodeParams.getChildrenPos();
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_node_writer.cpp102 mReadingHelper.initWithPtNodeArrayPos(toBeUpdatedPtNodeParams->getChildrenPos());
288 int childrenPos = toBeUpdatedPtNodeParams->getChildrenPos();
386 ptNodeParams->getChildrenPos(), ptNodeWritingPos)) {
H A Dver4_patricia_trie_policy.cpp80 ptNodeParams.getChildrenPos(), ptNodeParams.getProbability(), isTerminal,
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
H A Dver4_patricia_trie_node_writer.cpp93 mReadingHelper.initWithPtNodeArrayPos(toBeUpdatedPtNodeParams->getChildrenPos());
267 int childrenPos = toBeUpdatedPtNodeParams->getChildrenPos();
346 ptNodeParams->getChildrenPos(), ptNodeWritingPos)) {
H A Dver4_patricia_trie_policy.cpp70 ptNodeParams.getChildrenPos(), ptNodeParams.getProbability(), isTerminal,

Completed in 74 milliseconds