Home | History | Annotate | Download | only in regexp

Lines Matching refs:SetCapture

227   last_match_info->SetCapture(0, from);
228 last_match_info->SetCapture(1, to);
635 result->SetCapture(i, match[i]);
636 result->SetCapture(i + 1, match[i + 1]);