Home
last modified time | relevance | path

Searched refs:cloneTree (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Drbbinode.cpp141 RBBINode *RBBINode::cloneTree() { in cloneTree() function in RBBINode
147 n = fLeftChild->cloneTree(); in cloneTree()
155 n->fLeftChild = fLeftChild->cloneTree(); in cloneTree()
159 n->fRightChild = fRightChild->cloneTree(); in cloneTree()
189 RBBINode *retNode = fLeftChild->cloneTree(); in flattenVariables()
222 fLeftChild = replTree->cloneTree(); in flattenSets()
235 fRightChild = replTree->cloneTree(); in flattenSets()
Drbbinode.h91 RBBINode *cloneTree();