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

  /external/skia/tools/
monobench.cpp 66 int common_prefix = benches[0].name.size(); local
71 common_prefix = std::min(common_prefix, len);
73 std::string prefix = benches[0].name.substr(0, common_prefix);
74 if (common_prefix) {
76 bench.name.replace(0, common_prefix, kEllipsis);
  /external/v8/src/regexp/
jsregexp.cc 5284 unibrow::uchar common_prefix = atom->data().at(0); local
    [all...]

Completed in 750 milliseconds