Searched refs:destRules (Results 1 – 3 of 3) sorted by relevance
270 int destRules = (fReverseRule ? RBBIRuleBuilder.fReverseTree : fRB.fDefaultTree); in doParseActions() local272 if (fRB.fTreeRoots[destRules] != null) { in doParseActions()279 RBBINode prevRules = fRB.fTreeRoots[destRules]; in doParseActions()285 fRB.fTreeRoots[destRules] = orNode; in doParseActions()289 fRB.fTreeRoots[destRules] = fNodeStack[fNodeStackPtr]; in doParseActions()
269 int destRules = (fReverseRule ? RBBIRuleBuilder.fReverseTree : fRB.fDefaultTree); in doParseActions() local271 if (fRB.fTreeRoots[destRules] != null) { in doParseActions()278 RBBINode prevRules = fRB.fTreeRoots[destRules]; in doParseActions()284 fRB.fTreeRoots[destRules] = orNode; in doParseActions()288 fRB.fTreeRoots[destRules] = fNodeStack[fNodeStackPtr]; in doParseActions()
347 RBBINode **destRules = (fReverseRule? &fRB->fReverseTree : fRB->fDefaultTree); in doParseActions() local349 if (*destRules != NULL) { in doParseActions()356 RBBINode *prevRules = *destRules; in doParseActions()365 *destRules = orNode; in doParseActions()371 *destRules = fNodeStack[fNodeStackPtr]; in doParseActions()