Searched refs:fMatchOpenParen (Results 1 – 2 of 2) sorted by relevance
74 fMatchOpenParen = -1; in RegexCompile()2054 if (fMatchOpenParen > where) { in insertOp()2055 fMatchOpenParen++; in insertOp()2138 theLoc = fMatchOpenParen; // A slot is already reserved for us. in blockTopLoc()2201 fMatchOpenParen = patIdx; in handleCloseParen()2225 int32_t captureOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1); in handleCloseParen()2237 int32_t stoOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1); in handleCloseParen()2246 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-5); in handleCloseParen()2256 int32_t startOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen-1); in handleCloseParen()2265 int32_t saveOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen); in handleCloseParen()[all …]
197 int32_t fMatchOpenParen; // The position in the compiled pattern variable