• Home
  • Raw
  • Download

Lines Matching refs:fPositions

580     failState->fPositions = new UVector(*fStatus);  in buildStateTable()
581 if (failState->fPositions == nullptr) { in buildStateTable()
584 if (failState->fPositions == nullptr || U_FAILURE(*fStatus)) { in buildStateTable()
601 initialState->fPositions = new UVector(*fStatus); in buildStateTable()
602 if (initialState->fPositions == nullptr) { in buildStateTable()
608 setAdd(initialState->fPositions, fTree->fFirstPosSet); in buildStateTable()
642 for (px=0; px<T->fPositions->size(); px++) { in buildStateTable()
643 p = (RBBINode *)T->fPositions->elementAt(px); in buildStateTable()
665 if (setEquals(U, temp2->fPositions)) { in buildStateTable()
667 U = temp2->fPositions; in buildStateTable()
684 newState->fPositions = U; in buildStateTable()
730 for (int32_t ipos=0; ipos<sd->fPositions->size(); ++ipos) { in mapLookAheadRules()
731 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); in mapLookAheadRules()
761 for (int32_t ipos=0; ipos<sd->fPositions->size(); ++ipos) { in mapLookAheadRules()
762 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); in mapLookAheadRules()
807 if (sd->fPositions->indexOf(endMarker) >= 0) { in flagAcceptingStates()
857 int32_t positionsIdx = sd->fPositions->indexOf(lookAheadNode); in flagLookAheadStates()
859 U_ASSERT(lookAheadNode == sd->fPositions->elementAt(positionsIdx)); in flagLookAheadStates()
901 if (sd->fPositions->indexOf(tagNode) >= 0) { // if s include the tag node t in flagTaggedStates()
1781 fPositions = nullptr; in RBBIStateDescriptor()
1800 delete fPositions; in ~RBBIStateDescriptor()
1803 fPositions = nullptr; in ~RBBIStateDescriptor()