Searched refs:patEnd (Results 1 – 1 of 1) sorted by relevance
2287 int32_t patEnd = fRXPat->fCompiledPat->size() - 1; in handleCloseParen() local2288 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()2289 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()2323 int32_t patEnd = fRXPat->fCompiledPat->size() - 1; in handleCloseParen() local2324 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()2325 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()