Searched refs:flattenSets (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
H A Drbbinode.h100 void flattenSets();
H A Drbbinode.cpp220 // flattenSets Walk the parse tree, replacing any nodes of type setRef
226 void RBBINode::flattenSets() { function in class:RBBINode
238 fLeftChild->flattenSets();
251 fRightChild->flattenSets();
H A Drbbitblb.cpp138 fTree->flattenSets();
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBBINode.java220 // flattenSets Walk the parse tree, replacing any nodes of type setRef
226 void flattenSets() { method in class:RBBINode
237 fLeftChild.flattenSets();
250 fRightChild.flattenSets();
H A DRBBITableBuilder.java146 fRB.fTreeRoots[fRootIx].flattenSets();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBINode.java219 // flattenSets Walk the parse tree, replacing any nodes of type setRef
225 void flattenSets() { method in class:RBBINode
236 fLeftChild.flattenSets();
249 fRightChild.flattenSets();
H A DRBBITableBuilder.java145 fRB.fTreeRoots[fRootIx].flattenSets();

Completed in 206 milliseconds