• Home
  • Raw
  • Download

Lines Matching refs:fPositions

579     failState->fPositions = new UVector(*fStatus);  in buildStateTable()
580 if (failState->fPositions == NULL) { in buildStateTable()
583 if (failState->fPositions == NULL || U_FAILURE(*fStatus)) { in buildStateTable()
600 initialState->fPositions = new UVector(*fStatus); in buildStateTable()
601 if (initialState->fPositions == NULL) { in buildStateTable()
607 setAdd(initialState->fPositions, fTree->fFirstPosSet); in buildStateTable()
641 for (px=0; px<T->fPositions->size(); px++) { in buildStateTable()
642 p = (RBBINode *)T->fPositions->elementAt(px); in buildStateTable()
664 if (setEquals(U, temp2->fPositions)) { in buildStateTable()
666 U = temp2->fPositions; in buildStateTable()
683 newState->fPositions = U; in buildStateTable()
729 for (int32_t ipos=0; ipos<sd->fPositions->size(); ++ipos) { in mapLookAheadRules()
730 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); in mapLookAheadRules()
760 for (int32_t ipos=0; ipos<sd->fPositions->size(); ++ipos) { in mapLookAheadRules()
761 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); in mapLookAheadRules()
806 if (sd->fPositions->indexOf(endMarker) >= 0) { in flagAcceptingStates()
856 int32_t positionsIdx = sd->fPositions->indexOf(lookAheadNode); in flagLookAheadStates()
858 U_ASSERT(lookAheadNode == sd->fPositions->elementAt(positionsIdx)); in flagLookAheadStates()
900 if (sd->fPositions->indexOf(tagNode) >= 0) { // if s include the tag node t in flagTaggedStates()
1766 fPositions = NULL; in RBBIStateDescriptor()
1785 delete fPositions; in ~RBBIStateDescriptor()
1788 fPositions = NULL; in ~RBBIStateDescriptor()