Searched defs:longest_common_suffix (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/util/
H A Dlongest-common-suffix.h2 * Inkscape::Algorithms::longest_common_suffix
34 ForwardIterator longest_common_suffix(ForwardIterator a, ForwardIterator b, function in namespace:Inkscape::Algorithms
38 return longest_common_suffix(a, b, end, std::equal_to<value_type>());
42 ForwardIterator longest_common_suffix(ForwardIterator a, ForwardIterator b, function in namespace:Inkscape::Algorithms

Completed in 15 milliseconds