Lines Matching refs:elementAt
54 delete (RBBIStateDescriptor *)fDStates->elementAt(i); in ~RBBITableBuilder()
362 i = (RBBINode *)LastPosOfLeftChild->elementAt(ix); in calcFollowPos()
374 i = (RBBINode *)n->fLastPosSet->elementAt(ix); in calcFollowPos()
431 RBBINode *node = static_cast<RBBINode *>(ruleRootNodes.elementAt(j)); in calcChainedFollowPos()
444 RBBINode *endNode = (RBBINode *)leafNodes.elementAt(endNodeIx); in calcChainedFollowPos()
479 startNode = (RBBINode *)matchStartNodes.elementAt(startNodeIx); in calcChainedFollowPos()
539 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx); in bofFixup()
619 temp = (RBBIStateDescriptor *)fDStates->elementAt(tx); in buildStateTable()
642 p = (RBBINode *)T->fPositions->elementAt(px); in buildStateTable()
663 temp2 = (RBBIStateDescriptor *)fDStates->elementAt(ix); in buildStateTable()
719 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in mapLookAheadRules()
730 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); in mapLookAheadRules()
761 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); in mapLookAheadRules()
803 endMarker = (RBBINode *)endMarkerNodes.elementAt(i); in flagAcceptingStates()
805 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in flagAcceptingStates()
851 lookAheadNode = (RBBINode *)lookAheadNodes.elementAt(i); in flagLookAheadStates()
855 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in flagLookAheadStates()
858 U_ASSERT(lookAheadNode == sd->fPositions->elementAt(positionsIdx)); in flagLookAheadStates()
896 tagNode = (RBBINode *)tagNodes.elementAt(i); in flagTaggedStates()
899 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in flagTaggedStates()
942 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in mergeRuleStatusVals()
1163 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(state); in findDuplCharClassFrom()
1185 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(state); in removeColumn()
1199 RBBIStateDescriptor *firstSD = (RBBIStateDescriptor *)fDStates->elementAt(states->first); in findDuplicateState()
1201 … RBBIStateDescriptor *duplSD = (RBBIStateDescriptor *)fDStates->elementAt(states->second); in findDuplicateState()
1231 … UnicodeString *firstRow = static_cast<UnicodeString *>(fSafeTable->elementAt(states->first)); in findDuplicateSafeState()
1233 … UnicodeString *duplRow = static_cast<UnicodeString *>(fSafeTable->elementAt(states->second)); in findDuplicateSafeState()
1261 RBBIStateDescriptor *duplSD = (RBBIStateDescriptor *)fDStates->elementAt(duplState); in removeState()
1268 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(state); in removeState()
1292 UnicodeString *sd = (UnicodeString *)fSafeTable->elementAt(state); in removeSafeState()
1399 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(state); in exportTable()
1468 …StateDescriptor *startStateD = static_cast<RBBIStateDescriptor *>(fDStates->elementAt(startState)); in buildSafeReverseTable()
1470 … RBBIStateDescriptor *s2StateD = static_cast<RBBIStateDescriptor *>(fDStates->elementAt(s2)); in buildSafeReverseTable()
1506 UnicodeString &startState = *static_cast<UnicodeString *>(fSafeTable->elementAt(1)); in buildSafeReverseTable()
1514 UnicodeString &rowState = *static_cast<UnicodeString *>(fSafeTable->elementAt(row)); in buildSafeReverseTable()
1524 UnicodeString &rowState = *static_cast<UnicodeString *>(fSafeTable->elementAt(c2 + 2)); in buildSafeReverseTable()
1604 UnicodeString *rowString = (UnicodeString *)fSafeTable->elementAt(state); in exportSafeTable()
1638 const RBBINode *v = static_cast<const RBBINode *>(s->elementAt(i)); in printSet()
1669 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in printStates()
1710 UnicodeString *rowString = (UnicodeString *)fSafeTable->elementAt(n); in printReverseTable()