Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBINode.java146 RBBINode cloneTree() {
152 n = fLeftChild.cloneTree();
158 n.fLeftChild = fLeftChild.cloneTree();
162 n.fRightChild = fRightChild.cloneTree();
191 RBBINode retNode = fLeftChild.cloneTree();
223 fLeftChild = replTree.cloneTree();
235 fRightChild = replTree.cloneTree();
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBINode.java147 RBBINode cloneTree() {
153 n = fLeftChild.cloneTree();
159 n.fLeftChild = fLeftChild.cloneTree();
163 n.fRightChild = fRightChild.cloneTree();
192 RBBINode retNode = fLeftChild.cloneTree();
224 fLeftChild = replTree.cloneTree();
236 fRightChild = replTree.cloneTree();