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

  /external/icu4c/common/
rbbinode.cpp 134 // cloneTree Make a copy of the subtree rooted at this node.
141 RBBINode *RBBINode::cloneTree() {
147 n = fLeftChild->cloneTree();
155 n->fLeftChild = fLeftChild->cloneTree();
159 n->fRightChild = fRightChild->cloneTree();
183 // found, then calling cloneTree() at that point. Any
184 // nested references are handled by cloneTree(), not here.
189 RBBINode *retNode = fLeftChild->cloneTree();
222 fLeftChild = replTree->cloneTree();
235 fRightChild = replTree->cloneTree();
    [all...]
rbbinode.h 91 RBBINode *cloneTree();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeFactory.cs 41 TTree CloneTree( TTree tree );

Completed in 389 milliseconds