Searched refs:common_prefix (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tools/svg/ |
H A D | svg_downloader.py | 23 common_prefix = os.path.commonprefix(lines) 29 rel_file = file_url.replace(common_prefix, '')
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler-tonode.cc | 671 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 D | abg-tools-utils.cc | 1058 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 D | abipkgdiff.cc | 666 string common_prefix; in load_elf_file_paths() local
|
Completed in 12 milliseconds