• Home
  • Raw
  • Download

Lines Matching refs:fMatchOpenParen

71     fMatchOpenParen   = -1;  in RegexCompile()
2049 if (fMatchOpenParen > where) { in insertOp()
2050 fMatchOpenParen++; in insertOp()
2133 theLoc = fMatchOpenParen; // A slot is already reserved for us. in blockTopLoc()
2196 fMatchOpenParen = patIdx; in handleCloseParen()
2220 int32_t captureOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1); in handleCloseParen()
2232 int32_t stoOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1); in handleCloseParen()
2241 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-5); in handleCloseParen()
2251 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-1); in handleCloseParen()
2260 int32_t saveOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen); in handleCloseParen()
2264 fRXPat->fCompiledPat->setElementAt(saveOp, fMatchOpenParen); in handleCloseParen()
2273 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-4); in handleCloseParen()
2283 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2284 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2297 fRXPat->fCompiledPat->setElementAt(minML, fMatchOpenParen-2); in handleCloseParen()
2298 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-1); in handleCloseParen()
2310 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-5); in handleCloseParen()
2319 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2320 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()
2333 fRXPat->fCompiledPat->setElementAt(minML, fMatchOpenParen-3); in handleCloseParen()
2334 fRXPat->fCompiledPat->setElementAt(maxML, fMatchOpenParen-2); in handleCloseParen()
2339 fRXPat->fCompiledPat->setElementAt(op, fMatchOpenParen-1); in handleCloseParen()
2486 if (fMatchOpenParen >= topOfBlock) { in compileInlineInterval()
2487 fMatchOpenParen = -1; in compileInlineInterval()