Lines Matching refs:match_end
235 const size_t match_end = match_positions[i].second;
238 CHECK(match_end > match_start);
239 CHECK(match_end <= document.size());
256 match_end - match_start));
263 IsNextMatchWithinSnippetWindow(bi.get(), match_end,
269 CHECK(end >= match_end);
271 snippet += UTF8ToUTF16(document.substr(match_end, end - match_end));
274 end = match_end;
277 CHECK(end >= match_end);
279 snippet += UTF8ToUTF16(document.substr(match_end, end - match_end));