Lines Matching refs:topLoc

776             int32_t  topLoc = blockTopLoc(FALSE);        // location of item #1  in doParseActions()  local
780 if (topLoc == fRXPat->fCompiledPat->size() - 1) { in doParseActions()
781 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions()
815 if (minMatchLength(topLoc, fRXPat->fCompiledPat->size()-1) == 0) { in doParseActions()
818 insertOp(topLoc); in doParseActions()
822 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
824 appendOp(URX_JMP_SAV_X, topLoc+1); in doParseActions()
827 appendOp(URX_JMP_SAV, topLoc); in doParseActions()
838 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local
839 appendOp(URX_STATE_SAVE, topLoc); in doParseActions()
907 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local
912 if (topLoc == fRXPat->fCompiledPat->size() - 1) { in doParseActions()
913 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions()
918 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
936 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
1048 int32_t topLoc = blockTopLoc(FALSE); in doParseActions() local
1057 insertOp(topLoc); in doParseActions()
1061 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
1064 U_ASSERT(URX_TYPE(loopOp) == URX_CTR_LOOP && URX_VAL(loopOp) == topLoc); in doParseActions()
1367 int32_t topLoc = blockTopLoc(TRUE); in doParseActions() local
1370 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
1376 appendOp(URX_JMP, topLoc+1); in doParseActions()
1395 int32_t topLoc = blockTopLoc(TRUE); in doParseActions() local
1396 insertOp(topLoc); in doParseActions()
1401 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
1406 fRXPat->fCompiledPat->setElementAt(op, topLoc+1); in doParseActions()
1409 appendOp(URX_JMP, topLoc+1); in doParseActions()
1427 int32_t topLoc = blockTopLoc(TRUE); in doParseActions() local
1428 insertOp(topLoc); in doParseActions()
1433 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions()
1438 fRXPat->fCompiledPat->setElementAt(op, topLoc+1); in doParseActions()