Lines Matching refs:URX_STATE_SAVE
365 appendOp(URX_STATE_SAVE, 2); in doParseActions()
412 op = buildOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+1); in doParseActions()
579 appendOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+ 2); in doParseActions()
611 appendOp(URX_STATE_SAVE, 0); // dest address will be patched later. in doParseActions()
839 appendOp(URX_STATE_SAVE, topLoc); in doParseActions()
853 int32_t saveStateOp = buildOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()); in doParseActions()
877 appendOp(URX_STATE_SAVE, jmp1_loc+1); in doParseActions()
965 int32_t saveStateOp = buildOp(URX_STATE_SAVE, continueLoc); in doParseActions()
985 appendOp(URX_STATE_SAVE, jmpLoc+1); in doParseActions()
1373 appendOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+2); in doParseActions()
1405 op = buildOp(URX_STATE_SAVE, L7); in doParseActions()
1437 op = buildOp(URX_STATE_SAVE, continueLoc); in doParseActions()
2021 opType == URX_STATE_SAVE || in insertOp()
2261 U_ASSERT(URX_TYPE(saveOp) == URX_STATE_SAVE); in handleCloseParen()
2263 saveOp = buildOp(URX_STATE_SAVE, dest); in handleCloseParen()
2512 int32_t saveOp = buildOp(URX_STATE_SAVE, endOfSequenceLoc); in compileInlineInterval()
2931 case URX_STATE_SAVE: in matchStartType()
3066 if (URX_TYPE(op) == URX_STATE_SAVE) { in matchStartType()
3285 case URX_STATE_SAVE: in minMatchLength()
3386 if (URX_TYPE(op) == URX_STATE_SAVE) { in minMatchLength()
3575 case URX_STATE_SAVE: in maxMatchLength()
3778 case URX_STATE_SAVE: in stripNOPs()