Searched refs:patEnd (Results 1 – 1 of 1) sorted by relevance
2133 int32_t patEnd = fRXPat->fCompiledPat->size() - 1; in handleCloseParen() local2134 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()2135 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()2166 int32_t patEnd = fRXPat->fCompiledPat->size() - 1; in handleCloseParen() local2167 int32_t minML = minMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()2168 int32_t maxML = maxMatchLength(fMatchOpenParen, patEnd); in handleCloseParen()