Searched refs:patEnd (Results 1 – 1 of 1) sorted by relevance
2176 int32_t patEnd = fRXPat->fCompiledPat->size() - 1; in handleCloseParen() local2177 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()2178 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()2209 int32_t patEnd = fRXPat->fCompiledPat->size() - 1; in handleCloseParen() local2210 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()2211 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()