Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Drbbinode.cpp233 RBBINode *replTree = usetNode->fLeftChild; in flattenSets() local
234 fLeftChild = replTree->cloneTree(); in flattenSets()
246 RBBINode *replTree = usetNode->fLeftChild; in flattenSets() local
247 fRightChild = replTree->cloneTree(); in flattenSets()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbinode.cpp233 RBBINode *replTree = usetNode->fLeftChild; in flattenSets() local
234 fLeftChild = replTree->cloneTree(); in flattenSets()
246 RBBINode *replTree = usetNode->fLeftChild; in flattenSets() local
247 fRightChild = replTree->cloneTree(); in flattenSets()
/third_party/node/deps/icu-small/source/common/
Drbbinode.cpp233 RBBINode *replTree = usetNode->fLeftChild; in flattenSets() local
234 fLeftChild = replTree->cloneTree(); in flattenSets()
246 RBBINode *replTree = usetNode->fLeftChild; in flattenSets() local
247 fRightChild = replTree->cloneTree(); in flattenSets()
/third_party/skia/third_party/externals/icu/source/common/
Drbbinode.cpp233 RBBINode *replTree = usetNode->fLeftChild; in flattenSets() local
234 fLeftChild = replTree->cloneTree(); in flattenSets()
246 RBBINode *replTree = usetNode->fLeftChild; in flattenSets() local
247 fRightChild = replTree->cloneTree(); in flattenSets()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBINode.java233 RBBINode replTree = usetNode.fLeftChild;
234 fLeftChild = replTree.cloneTree();
245 RBBINode replTree = usetNode.fLeftChild;
246 fRightChild = replTree.cloneTree();