Searched refs:saveOp (Results 1 – 1 of 1) sorted by relevance
2275 int32_t saveOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen); in handleCloseParen() local2276 U_ASSERT(URX_TYPE(saveOp) == URX_STATE_SAVE); in handleCloseParen()2278 saveOp = buildOp(URX_STATE_SAVE, dest); in handleCloseParen()2279 fRXPat->fCompiledPat->setElementAt(saveOp, fMatchOpenParen); in handleCloseParen()2543 int32_t saveOp = buildOp(URX_STATE_SAVE, endOfSequenceLoc); in compileInlineInterval() local2546 fRXPat->fCompiledPat->setElementAt(saveOp, topOfBlock); in compileInlineInterval()2557 appendOp(saveOp); in compileInlineInterval()