Lines Matching refs:fRuleStatusVals
845 if (fRB->fRuleStatusVals->size() == 0) { in mergeRuleStatusVals()
846 fRB->fRuleStatusVals->addElement(1, *fStatus); // Num of statuses in group in mergeRuleStatusVals()
847 fRB->fRuleStatusVals->addElement((int32_t)0, *fStatus); // and our single status of zero in mergeRuleStatusVals()
869 while (nextTagGroupStart < fRB->fRuleStatusVals->size()) { in mergeRuleStatusVals()
871 nextTagGroupStart += fRB->fRuleStatusVals->elementAti(thisTagGroupStart) + 1; in mergeRuleStatusVals()
872 … if (thisStatesTagValues->size() != fRB->fRuleStatusVals->elementAti(thisTagGroupStart)) { in mergeRuleStatusVals()
882 fRB->fRuleStatusVals->elementAti(thisTagGroupStart + 1 + i) ) { in mergeRuleStatusVals()
898 sd->fTagsIdx = fRB->fRuleStatusVals->size(); in mergeRuleStatusVals()
899 fRB->fRuleStatusVals->addElement(thisStatesTagValues->size(), *fStatus); in mergeRuleStatusVals()
901 fRB->fRuleStatusVals->addElement(thisStatesTagValues->elementAti(i), *fStatus); in mergeRuleStatusVals()
1199 UVector *tbl = fRB->fRuleStatusVals; in printRuleStatusTable()