Home
last modified time | relevance | path

Searched refs:saveOp (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp2265 int32_t saveOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen); in handleCloseParen() local
2266 U_ASSERT(URX_TYPE(saveOp) == URX_STATE_SAVE); in handleCloseParen()
2268 saveOp = buildOp(URX_STATE_SAVE, dest); in handleCloseParen()
2269 fRXPat->fCompiledPat->setElementAt(saveOp, fMatchOpenParen); in handleCloseParen()
2517 int32_t saveOp = buildOp(URX_STATE_SAVE, endOfSequenceLoc); in compileInlineInterval() local
2520 fRXPat->fCompiledPat->setElementAt(saveOp, topOfBlock); in compileInlineInterval()
2531 appendOp(saveOp); in compileInlineInterval()