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

  /external/chromium_org/components/url_matcher/
substring_set_matcher.cc 43 uint32 common_prefix = 0; local
44 while (common_prefix < prefix_bound &&
45 last_pattern[common_prefix] == current_pattern[common_prefix])
46 ++common_prefix;
47 result += current_pattern.size() - common_prefix;
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 2036 std::string common_prefix; local
    [all...]

Completed in 60 milliseconds