HomeSort by relevance Sort by last modified time
    Searched refs:fRightChild (Results 1 - 6 of 6) sorted by null

  /external/icu4c/common/
rbbinode.cpp 53 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 = fRightChild->flattenVariables()
    [all...]
rbbitblb.cpp 103 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->fFirstPosSet)
    [all...]
rbbinode.h 57 RBBINode *fRightChild;
rbbisetb.cpp 379 orNode->fRightChild = leafNode;
381 orNode->fRightChild->fParent = orNode;
rbbiscan.cpp 326 catNode->fRightChild = endNode;
353 orNode->fRightChild = thisRule;
625 n->fRightChild = fNodeStack[fNodeStackPtr];
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 34 milliseconds