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

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
runtests.c 61 static const char * last_pattern = 0;
68 if (!last_pattern || strcmp (last_pattern, t->pattern))
70 if (last_pattern)
72 last_pattern = t->pattern;
81 if (last_pattern)
83 last_pattern = NULL;
58 static const char * last_pattern = 0; local
  /external/chromium_org/components/url_matcher/
substring_set_matcher.cc 38 const std::string& last_pattern = (*last)->pattern(); local
41 std::min(last_pattern.size(), current_pattern.size());
45 last_pattern[common_prefix] == current_pattern[common_prefix])

Completed in 165 milliseconds