Searched refs:childDicNodes (Results 1 - 11 of 11) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddictionary_utils.cpp76 DicNodeVector childDicNodes; local
77 DicNodeUtils::getAllChildDicNodes(parentDicNode, dictionaryStructurePolicy, &childDicNodes);
78 for (int childIndex = 0; childIndex < childDicNodes.getSizeAndLock(); ++childIndex) {
79 DicNode *const childDicNode = childDicNodes[childIndex];
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node_utils.cpp52 DicNodeVector *const childDicNodes) {
57 childDicNodes->pushPassingChild(dicNode);
59 dictionaryStructurePolicy->createAndGetAllChildDicNodes(dicNode, childDicNodes);
50 getAllChildDicNodes(const DicNode *dicNode, const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy, DicNodeVector *const childDicNodes) argument
H A Ddic_node_utils.h41 DicNodeVector *childDicNodes);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
H A Dsuggest.cpp109 DicNodeVector childDicNodes(TRAVERSAL->getDefaultExpandDicNodeSize());
127 childDicNodes.clear();
168 &dicNode, traverseSession->getDictionaryStructurePolicy(), &childDicNodes);
170 const int childDicNodesSize = childDicNodes.getSizeAndLock();
172 DicNode *const childDicNode = childDicNodes[i];
315 DicNodeVector childDicNodes; local
317 dicNode, traverseSession->getDictionaryStructurePolicy(), &childDicNodes);
319 const int size = childDicNodes.getSizeAndLock();
321 DicNode *const childDicNode = childDicNodes[i];
340 DicNodeVector childDicNodes; local
[all...]
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
H A Dpatricia_trie_policy.h60 DicNodeVector *const childDicNodes) const;
172 DicNodeVector *const childDicNodes) const;
H A Dpatricia_trie_policy.cpp34 DicNodeVector *const childDicNodes) const {
56 nextPos = createAndGetLeavingChildNode(dicNode, nextPos, childDicNodes);
403 const int ptNodePos, DicNodeVector *childDicNodes) const {
420 childDicNodes->pushLeavingChild(dicNode, childrenPos, wordId,
/packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/
H A Ddictionary_structure_with_buffer_policy.h52 DicNodeVector *const childDicNodes) const = 0;
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_policy.h87 DicNodeVector *const childDicNodes) const;
H A Dver4_patricia_trie_policy.cpp58 DicNodeVector *const childDicNodes) const {
82 childDicNodes->pushLeavingChild(dicNode, ptNodeParams.getChildrenPos(),
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_patricia_trie_policy.h62 DicNodeVector *const childDicNodes) const;
H A Dver4_patricia_trie_policy.cpp49 DicNodeVector *const childDicNodes) const {
62 childDicNodes->pushLeavingChild(dicNode, ptNodeParams.getChildrenPos(),

Completed in 190 milliseconds