Searched refs:fMatchCloseParen (Results 1 – 2 of 2) sorted by relevance
186 int32_t fMatchCloseParen; // The position in the pattern of the first variable
73 fMatchCloseParen = -1; in RegexCompile()1941 if (fMatchCloseParen > where) { in insertOp()1942 fMatchCloseParen++; in insertOp()1973 if (fRXPat->fCompiledPat->size() == fMatchCloseParen) in blockTopLoc()2196 fMatchCloseParen = fRXPat->fCompiledPat->size(); in handleCloseParen()