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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_properties.h 34 : mPos(0), mChildrenPos(0), mProbability(0), mNodeCodePoint(0), mIsTerminal(false),
44 mChildrenPos = childrenPos;
57 mChildrenPos = nodeProp->mChildrenPos;
70 mChildrenPos = nodeProp->mChildrenPos;
85 return mChildrenPos;
122 int mChildrenPos;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_node_reader.cpp 69 mChildrenPos = DynamicPatriciaTrieReadingUtils::readChildrenPositionAndAdvancePosition(
71 if (usesAdditionalBuffer && mChildrenPos != NOT_A_DICT_POS) {
72 mChildrenPos += mBuffer->getOriginalBufferSize();
76 mBigramLinkedNodePos = mChildrenPos;
117 mChildrenPos = NOT_A_DICT_POS;
dynamic_patricia_trie_node_reader.h 45 mChildrenPos(NOT_A_DICT_POS), mBigramLinkedNodePos(NOT_A_DICT_POS),
75 return mChildrenPos != NOT_A_DICT_POS;
115 return mChildrenPos;
151 int mChildrenPos;

Completed in 765 milliseconds