Lines Matching refs:fPositions
559 failState->fPositions = new UVector(*fStatus); in buildStateTable()
560 if (failState->fPositions == NULL) { in buildStateTable()
563 if (failState->fPositions == NULL || U_FAILURE(*fStatus)) { in buildStateTable()
580 initialState->fPositions = new UVector(*fStatus); in buildStateTable()
581 if (initialState->fPositions == NULL) { in buildStateTable()
587 setAdd(initialState->fPositions, fTree->fFirstPosSet); in buildStateTable()
621 for (px=0; px<T->fPositions->size(); px++) { in buildStateTable()
622 p = (RBBINode *)T->fPositions->elementAt(px); in buildStateTable()
644 if (setEquals(U, temp2->fPositions)) { in buildStateTable()
646 U = temp2->fPositions; in buildStateTable()
663 newState->fPositions = U; in buildStateTable()
716 if (sd->fPositions->indexOf(endMarker) >= 0) { in flagAcceptingStates()
774 if (sd->fPositions->indexOf(lookAheadNode) >= 0) { in flagLookAheadStates()
810 if (sd->fPositions->indexOf(tagNode) >= 0) { // if s include the tag node t in flagTaggedStates()
1231 fPositions = NULL; in RBBIStateDescriptor()
1250 delete fPositions; in ~RBBIStateDescriptor()
1253 fPositions = NULL; in ~RBBIStateDescriptor()