Lines Matching refs:fRuleStatusVals
869 if (fRB->fRuleStatusVals->size() == 0) { in mergeRuleStatusVals()
870 fRB->fRuleStatusVals->addElement(1, *fStatus); // Num of statuses in group in mergeRuleStatusVals()
871 fRB->fRuleStatusVals->addElement((int32_t)0, *fStatus); // and our single status of zero in mergeRuleStatusVals()
893 while (nextTagGroupStart < fRB->fRuleStatusVals->size()) { in mergeRuleStatusVals()
895 nextTagGroupStart += fRB->fRuleStatusVals->elementAti(thisTagGroupStart) + 1; in mergeRuleStatusVals()
896 … if (thisStatesTagValues->size() != fRB->fRuleStatusVals->elementAti(thisTagGroupStart)) { in mergeRuleStatusVals()
906 fRB->fRuleStatusVals->elementAti(thisTagGroupStart + 1 + i) ) { in mergeRuleStatusVals()
922 sd->fTagsIdx = fRB->fRuleStatusVals->size(); in mergeRuleStatusVals()
923 fRB->fRuleStatusVals->addElement(thisStatesTagValues->size(), *fStatus); in mergeRuleStatusVals()
925 fRB->fRuleStatusVals->addElement(thisStatesTagValues->elementAti(i), *fStatus); in mergeRuleStatusVals()
1623 UVector *tbl = fRB->fRuleStatusVals; in printRuleStatusTable()