HomeSort by relevance Sort by last modified time
    Searched refs:getChildrenPos (Results 1 - 7 of 7) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_reading_helper.cpp 56 if (!listener->onDescend(ptNodeParams.getChildrenPos())) {
142 if (!listener->onDescend(ptNodeParams.getChildrenPos())) {
pt_node_params.h 100 mChildrenPos(ptNodeParams->getChildrenPos()),
216 AK_FORCE_INLINE int getChildrenPos() const {
dynamic_pt_reading_helper.h 176 mReadingState.mPos = ptNodeParams.getChildrenPos();
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_node_writer.cpp 93 mReadingHelper.initWithPtNodeArrayPos(toBeUpdatedPtNodeParams->getChildrenPos());
260 int childrenPos = toBeUpdatedPtNodeParams->getChildrenPos();
333 ptNodeParams->getChildrenPos(), ptNodeWritingPos)) {
ver4_patricia_trie_policy.cpp 62 childDicNodes->pushLeavingChild(dicNode, ptNodeParams.getChildrenPos(),
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_node_writer.cpp 102 mReadingHelper.initWithPtNodeArrayPos(toBeUpdatedPtNodeParams->getChildrenPos());
288 int childrenPos = toBeUpdatedPtNodeParams->getChildrenPos();
386 ptNodeParams->getChildrenPos(), ptNodeWritingPos)) {
ver4_patricia_trie_policy.cpp 82 childDicNodes->pushLeavingChild(dicNode, ptNodeParams.getChildrenPos(),

Completed in 55 milliseconds