• Home
  • Raw
  • Download

Lines Matching refs:topLoc

779             int32_t  topLoc = blockTopLoc(FALSE);        // location of item #1  in doParseActions()  local
783 if (topLoc == fRXPat->fCompiledPat->size() - 1) { in doParseActions()
784 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions()
818 if (minMatchLength(topLoc, fRXPat->fCompiledPat->size()-1) == 0) { in doParseActions()
821 insertOp(topLoc); in doParseActions()
825 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
827 appendOp(URX_JMP_SAV_X, topLoc+1); in doParseActions()
830 appendOp(URX_JMP_SAV, topLoc); in doParseActions()
841 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local
842 appendOp(URX_STATE_SAVE, topLoc); in doParseActions()
910 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local
915 if (topLoc == fRXPat->fCompiledPat->size() - 1) { in doParseActions()
916 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions()
921 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
939 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
1051 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local
1060 insertOp(topLoc); in doParseActions()
1064 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
1067 U_ASSERT(URX_TYPE(loopOp) == URX_CTR_LOOP && URX_VAL(loopOp) == topLoc); in doParseActions()
1370 int32_t topLoc = blockTopLoc(TRUE); in doParseActions() local
1373 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
1379 appendOp(URX_JMP, topLoc+1); in doParseActions()
1398 int32_t topLoc = blockTopLoc(TRUE); in doParseActions() local
1399 insertOp(topLoc); in doParseActions()
1404 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
1409 fRXPat->fCompiledPat->setElementAt(op, topLoc+1); in doParseActions()
1412 appendOp(URX_JMP, topLoc+1); in doParseActions()
1430 int32_t topLoc = blockTopLoc(TRUE); in doParseActions() local
1431 insertOp(topLoc); in doParseActions()
1436 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
1441 fRXPat->fCompiledPat->setElementAt(op, topLoc+1); in doParseActions()