Lines Matching refs:elementAt
50 delete (RBBIStateDescriptor *)fDStates->elementAt(i); in ~RBBITableBuilder()
357 i = (RBBINode *)LastPosOfLeftChild->elementAt(ix); in calcFollowPos()
369 i = (RBBINode *)n->fLastPosSet->elementAt(ix); in calcFollowPos()
421 RBBINode *tNode = (RBBINode *)leafNodes.elementAt(endNodeIx); in calcChainedFollowPos()
427 if (tNode->fFollowPos->contains(endMarkerNodes.elementAt(i))) { in calcChainedFollowPos()
459 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx); in calcChainedFollowPos()
519 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx); in bofFixup()
599 temp = (RBBIStateDescriptor *)fDStates->elementAt(tx); in buildStateTable()
622 p = (RBBINode *)T->fPositions->elementAt(px); in buildStateTable()
643 temp2 = (RBBIStateDescriptor *)fDStates->elementAt(ix); in buildStateTable()
713 endMarker = (RBBINode *)endMarkerNodes.elementAt(i); in flagAcceptingStates()
715 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in flagAcceptingStates()
770 lookAheadNode = (RBBINode *)lookAheadNodes.elementAt(i); in flagLookAheadStates()
773 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in flagLookAheadStates()
806 tagNode = (RBBINode *)tagNodes.elementAt(i); in flagTaggedStates()
809 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in flagTaggedStates()
852 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in mergeRuleStatusVals()
1120 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(state); in exportTable()
1144 void *v = s->elementAt(i); in printSet()
1175 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in printStates()