Lines Matching refs:topLoc
796 int32_t topLoc = blockTopLoc(FALSE); // location of item #1 in doParseActions() local
800 if (topLoc == fRXPat->fCompiledPat->size() - 1) { in doParseActions()
801 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions()
835 if (minMatchLength(topLoc, fRXPat->fCompiledPat->size()-1) == 0) { in doParseActions()
838 insertOp(topLoc); in doParseActions()
842 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
844 appendOp(URX_JMP_SAV_X, topLoc+1); in doParseActions()
847 appendOp(URX_JMP_SAV, topLoc); in doParseActions()
858 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local
859 appendOp(URX_STATE_SAVE, topLoc); in doParseActions()
927 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local
932 if (topLoc == fRXPat->fCompiledPat->size() - 1) { in doParseActions()
933 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions()
938 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
956 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
1068 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local
1077 insertOp(topLoc); in doParseActions()
1081 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
1084 U_ASSERT(URX_TYPE(loopOp) == URX_CTR_LOOP && URX_VAL(loopOp) == topLoc); in doParseActions()
1391 int32_t topLoc = blockTopLoc(TRUE); in doParseActions() local
1394 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
1400 appendOp(URX_JMP, topLoc+1); in doParseActions()
1419 int32_t topLoc = blockTopLoc(TRUE); in doParseActions() local
1420 insertOp(topLoc); in doParseActions()
1425 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
1430 fRXPat->fCompiledPat->setElementAt(op, topLoc+1); in doParseActions()
1433 appendOp(URX_JMP, topLoc+1); in doParseActions()
1451 int32_t topLoc = blockTopLoc(TRUE); in doParseActions() local
1452 insertOp(topLoc); in doParseActions()
1457 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
1462 fRXPat->fCompiledPat->setElementAt(op, topLoc+1); in doParseActions()