Home
last modified time | relevance | path

Searched refs:flattenSets (Results 1 – 14 of 14) sorted by relevance

/third_party/icu/icu4c/source/common/
Drbbinode.cpp226 void RBBINode::flattenSets() { in flattenSets() function in RBBINode
238 fLeftChild->flattenSets(); in flattenSets()
251 fRightChild->flattenSets(); in flattenSets()
Drbbinode.h100 void flattenSets();
Drbbitblb.cpp140 fTree->flattenSets(); in buildForwardTable()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbinode.cpp226 void RBBINode::flattenSets() { in flattenSets() function in RBBINode
238 fLeftChild->flattenSets(); in flattenSets()
251 fRightChild->flattenSets(); in flattenSets()
Drbbinode.h100 void flattenSets();
Drbbitblb.cpp138 fTree->flattenSets(); in buildForwardTable()
/third_party/node/deps/icu-small/source/common/
Drbbinode.cpp226 void RBBINode::flattenSets() { in flattenSets() function in RBBINode
238 fLeftChild->flattenSets(); in flattenSets()
251 fRightChild->flattenSets(); in flattenSets()
Drbbinode.h100 void flattenSets();
Drbbitblb.cpp142 fTree->flattenSets(); in buildForwardTable()
/third_party/skia/third_party/externals/icu/source/common/
Drbbinode.cpp226 void RBBINode::flattenSets() { in flattenSets() function in RBBINode
238 fLeftChild->flattenSets(); in flattenSets()
251 fRightChild->flattenSets(); in flattenSets()
Drbbinode.h100 void flattenSets();
Drbbitblb.cpp142 fTree->flattenSets(); in buildForwardTable()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBINode.java226 void flattenSets() {
237 fLeftChild.flattenSets();
250 fRightChild.flattenSets();
DRBBITableBuilder.java152 fRB.fTreeRoots[fRootIx].flattenSets(); in buildForwardTable()