Searched refs:find_strcmp_pos (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | find.cpp | 301 gsize n = find_strcmp_pos(ustr.c_str(), ufind.c_str(), exact, casematch); 308 n = find_strcmp_pos(ustr.c_str(), ufind.c_str(), exact, casematch, n + strlen(replace) + 1); 313 gsize Find::find_strcmp_pos(const gchar *str, const gchar *find, bool exact, bool casematch, gsize start/*=0*/) function in class:Inkscape::UI::Dialog::Find 338 return (std::string::npos != find_strcmp_pos(str, find, exact, casematch)); 366 gsize n = find_strcmp_pos(item_text, ufind.c_str(), exact, casematch); 374 n = find_strcmp_pos(item_text, ufind.c_str(), exact, casematch, n + strlen(replace_text) + 1);
|
H A D | find.h | 164 gsize find_strcmp_pos(const gchar *str, const gchar *find, bool exact, bool casematch, gsize start=0);
|
Completed in 16 milliseconds