HomeSort by relevance Sort by last modified time
    Searched refs:text_end (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/url_matcher/
substring_set_matcher.cc 163 const std::string::const_iterator text_end = text.end(); local
170 while (i != text_end) {
179 while (i != text_end) {
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 786 char *text_end;
795 text_end = base + length;
798 for (p=base; p<text_end; ++p)
811 if (p == text_end)
874 if (base < text_end)
876 new_replacement(base, CAST(size_t)(text_end - base), repl_type);
779 char *text_end; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 360 const size_t text_end = (i < (classifications.size() - 1)) ? local
363 const gfx::Range current_range(text_start, text_end);
  /external/elfutils/0.153/libasm/
asm_end.c 46 text_end (AsmCtx_t *ctx __attribute__ ((unused))) function
507 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx);

Completed in 171 milliseconds