Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbinode.cpp149 RBBINode *RBBINode::cloneTree() { in cloneTree() function in RBBINode
155 n = fLeftChild->cloneTree(); in cloneTree()
163 n->fLeftChild = fLeftChild->cloneTree(); in cloneTree()
167 n->fRightChild = fRightChild->cloneTree(); in cloneTree()
197 RBBINode *retNode = fLeftChild->cloneTree(); in flattenVariables()
234 fLeftChild = replTree->cloneTree(); in flattenSets()
247 fRightChild = replTree->cloneTree(); in flattenSets()
Drbbinode.h98 RBBINode *cloneTree();
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBINode.java156 RBBINode cloneTree() {
162 n = fLeftChild.cloneTree();
168 n.fLeftChild = fLeftChild.cloneTree();
172 n.fRightChild = fRightChild.cloneTree();
201 RBBINode retNode = fLeftChild.cloneTree();
234 fLeftChild = replTree.cloneTree();
246 fRightChild = replTree.cloneTree();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBINode.java155 RBBINode cloneTree() {
161 n = fLeftChild.cloneTree();
167 n.fLeftChild = fLeftChild.cloneTree();
171 n.fRightChild = fRightChild.cloneTree();
200 RBBINode retNode = fLeftChild.cloneTree();
233 fLeftChild = replTree.cloneTree();
245 fRightChild = replTree.cloneTree();
/external/icu/libicu/cts_headers/
Drbbinode.h98 RBBINode *cloneTree();