Lines Matching refs:URX_STATE_SAVE
363 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_STATE_SAVE, 2), *fStatus); in doParseActions()
407 op = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+1); in doParseActions()
551 op = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+ 2); in doParseActions()
594 op = URX_BUILD(URX_STATE_SAVE, 0); // dest address will be patched later. in doParseActions()
835 int32_t saveStateOp = URX_BUILD(URX_STATE_SAVE, topLoc); in doParseActions()
850 int32_t saveStateOp = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()); in doParseActions()
875 int32_t save_op = URX_BUILD(URX_STATE_SAVE, jmp1_loc+1); in doParseActions()
969 int32_t saveStateOp = URX_BUILD(URX_STATE_SAVE, continueLoc); in doParseActions()
988 int32_t stateSaveOp = URX_BUILD(URX_STATE_SAVE, jmpLoc+1); in doParseActions()
1309 op = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+2); in doParseActions()
1345 op = URX_BUILD(URX_STATE_SAVE, L7); in doParseActions()
1380 op = URX_BUILD(URX_STATE_SAVE, continueLoc); in doParseActions()
1961 opType == URX_STATE_SAVE || in insertOp()
2153 U_ASSERT(URX_TYPE(saveOp) == URX_STATE_SAVE); in handleCloseParen()
2155 saveOp = URX_BUILD(URX_STATE_SAVE, dest); in handleCloseParen()
2388 int32_t saveOp = URX_BUILD(URX_STATE_SAVE, endOfSequenceLoc); in compileInlineInterval()
2673 case URX_STATE_SAVE: in matchStartType()
2808 if (URX_TYPE(op) == URX_STATE_SAVE) { in matchStartType()
3024 case URX_STATE_SAVE: in minMatchLength()
3114 if (URX_TYPE(op) == URX_STATE_SAVE) { in minMatchLength()
3290 case URX_STATE_SAVE: in maxMatchLength()
3439 case URX_STATE_SAVE: in stripNOPs()