Searched refs:patEnd (Results 1 – 1 of 1) sorted by relevance
2297 int32_t patEnd = fRXPat->fCompiledPat->size() - 1; in handleCloseParen() local2298 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()2299 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()2340 int32_t patEnd = fRXPat->fCompiledPat->size() - 1; in handleCloseParen() local2341 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()2342 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()