HomeSort by relevance Sort by last modified time
    Searched defs:match_end (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/history/
snippet.cc 235 const size_t match_end = match_positions[i].second; local
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);
    [all...]
  /external/elfutils/libcpu/
i386_disasm.c 363 const uint8_t *const match_end = match_data + sizeof (match_data); local
376 while (curr < match_end)
382 assert (curr + 2 * len <= match_end);

Completed in 80 milliseconds