Home
last modified time | relevance | path

Searched refs:common_prefix (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/
Dmonobench.cpp66 int common_prefix = benches[0].name.size(); in main() local
71 common_prefix = std::min(common_prefix, len); in main()
73 std::string prefix = benches[0].name.substr(0, common_prefix); in main()
74 if (common_prefix) { in main()
76 bench.name.replace(0, common_prefix, kEllipsis); in main()
/external/v8/src/regexp/
Djsregexp.cc5284 unibrow::uchar common_prefix = atom->data().at(0); in RationalizeConsecutiveAtoms() local
5293 if (new_prefix != common_prefix) { in RationalizeConsecutiveAtoms()
5298 common_prefix = Canonical(canonicalize, common_prefix); in RationalizeConsecutiveAtoms()
5299 if (new_prefix != common_prefix) break; in RationalizeConsecutiveAtoms()