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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
H A Ddynamic_patricia_trie_reading_helper.cpp43 if (!listener->onDescend(mNodeReader.getChildrenPos())) {
125 if (!listener->onDescend(mNodeReader.getChildrenPos())) {
H A Ddynamic_patricia_trie_node_reader.h114 AK_FORCE_INLINE int getChildrenPos() const { function in class:latinime::DynamicPatriciaTrieNodeReader
H A Ddynamic_patricia_trie_gc_event_listeners.cpp160 int childrenPos = node->getChildrenPos();
H A Ddynamic_patricia_trie_policy.cpp55 readingHelper.initWithPtNodeArrayPos(dicNode->getChildrenPos());
67 nodeReader->getChildrenPos(), nodeReader->getProbability(), isTerminal,
H A Ddynamic_patricia_trie_writing_helper.cpp238 readingHelper.initWithPtNodeArrayPos(originalNode->getChildrenPos());
340 originalNode->getChildrenPos(), originalNode->getBigramsPos(),
H A Ddynamic_patricia_trie_reading_helper.h171 mReadingState.mPos = mNodeReader.getChildrenPos();
H A Dpatricia_trie_policy.cpp33 int nextPos = dicNode->getChildrenPos();
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
H A Ddic_node_properties.h84 int getChildrenPos() const { function in class:latinime::DicNodeProperties
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h259 int getChildrenPos() const { function in class:latinime::DicNode
260 return mDicNodeProperties.getChildrenPos();

Completed in 96 milliseconds