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

/inkscape/src/
H A Dfile.cpp823 static bool hasEnding (Glib::ustring const &fullString, Glib::ustring const &ending) argument
825 if (fullString.length() > ending.length()) {
826 return (0 == fullString.compare (fullString.length() - ending.length(), ending.length(), ending));

Completed in 304 milliseconds