Searched refs:fRightChild (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/
H A Drbbinode.cpp53 fRightChild = NULL;
81 fRightChild = NULL;
120 delete fRightChild;
121 fRightChild = NULL;
158 if (fRightChild != NULL) {
159 n->fRightChild = fRightChild->cloneTree();
160 n->fRightChild->fParent = n;
198 if (fRightChild != NULL) {
199 fRightChild
[all...]
H A Drbbitblb.cpp103 bofTop->fRightChild = fTree;
122 cn->fRightChild = new RBBINode(RBBINode::endMark);
124 if (cn->fRightChild == NULL) {
129 cn->fRightChild->fParent = cn;
222 calcNullable(n->fRightChild);
226 n->fNullable = n->fLeftChild->fNullable || n->fRightChild->fNullable;
229 n->fNullable = n->fLeftChild->fNullable && n->fRightChild->fNullable;
266 calcFirstPos(n->fRightChild);
271 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet);
276 setAdd(n->fFirstPosSet, n->fRightChild
[all...]
H A Drbbinode.h57 RBBINode *fRightChild; member in class:RBBINode
H A Drbbisetb.cpp379 orNode->fRightChild = leafNode;
381 orNode->fRightChild->fParent = orNode;
H A Drbbiscan.cpp326 catNode->fRightChild = endNode;
353 orNode->fRightChild = thisRule;
625 n->fRightChild = fNodeStack[fNodeStackPtr];
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 66 milliseconds