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

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBBINode.java149 // cloneTree Make a copy of the subtree rooted at this node.
156 RBBINode cloneTree() { method in class:RBBINode
162 n = fLeftChild.cloneTree();
168 n.fLeftChild = fLeftChild.cloneTree();
172 n.fRightChild = fRightChild.cloneTree();
195 // found, then calling cloneTree() at that point. Any
196 // nested references are handled by cloneTree(), not here.
201 RBBINode retNode = fLeftChild.cloneTree();
234 fLeftChild = replTree.cloneTree();
246 fRightChild = replTree.cloneTree();
[all...]
/external/icu/icu4c/source/common/
H A Drbbinode.cpp142 // cloneTree Make a copy of the subtree rooted at this node.
149 RBBINode *RBBINode::cloneTree() { function in class:RBBINode
155 n = fLeftChild->cloneTree();
163 n->fLeftChild = fLeftChild->cloneTree();
167 n->fRightChild = fRightChild->cloneTree();
191 // found, then calling cloneTree() at that point. Any
192 // nested references are handled by cloneTree(), not here.
197 RBBINode *retNode = fLeftChild->cloneTree();
234 fLeftChild = replTree->cloneTree();
247 fRightChild = replTree->cloneTree();
[all...]
H A Drbbinode.h98 RBBINode *cloneTree();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBINode.java148 // cloneTree Make a copy of the subtree rooted at this node.
155 RBBINode cloneTree() { method in class:RBBINode
161 n = fLeftChild.cloneTree();
167 n.fLeftChild = fLeftChild.cloneTree();
171 n.fRightChild = fRightChild.cloneTree();
194 // found, then calling cloneTree() at that point. Any
195 // nested references are handled by cloneTree(), not here.
200 RBBINode retNode = fLeftChild.cloneTree();
233 fLeftChild = replTree.cloneTree();
245 fRightChild = replTree.cloneTree();
[all...]
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 208 milliseconds