Home
last modified time | relevance | path

Searched refs:common_prefix (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/tools/svg/
H A Dsvg_downloader.py23 common_prefix = os.path.commonprefix(lines)
29 rel_file = file_url.replace(common_prefix, '')
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc671 icu::UnicodeString common_prefix(atom->data().at(0)); in RationalizeConsecutiveAtoms()
675 unibrow::uchar common_prefix = atom->data().at(0); in RationalizeConsecutiveAtoms() local
677 common_prefix = Canonical(canonicalize, common_prefix); in RationalizeConsecutiveAtoms()
689 if (!Equals(ignore_case, new_prefix, common_prefix)) break; in RationalizeConsecutiveAtoms()
692 if (!Equals(ignore_case, canonicalize, new_prefix, common_prefix)) break; in RationalizeConsecutiveAtoms()
/third_party/libabigail/src/
H A Dabg-tools-utils.cc1058 common_prefix(const string& s1, const string& s2, string &result) in common_prefix() function
1113 if (common_prefix(prefix_candidate, cur_str, s)) in sorted_strings_common_prefix()
/third_party/libabigail/tools/
H A Dabipkgdiff.cc666 string common_prefix; in load_elf_file_paths() local

Completed in 11 milliseconds