HomeSort by relevance Sort by last modified time
    Searched refs:cloneTree (Results 1 - 2 of 2) 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();

Completed in 2759 milliseconds