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

/inkscape/src/ui/dialog/
H A Dfiledialog.cpp46 int strpos = strLen-1; local
47 for (int extpos = extLen-1 ; extpos>=0 ; extpos--, strpos--)
49 Glib::ustring::value_type ch = str[strpos];
/inkscape/src/ui/widget/
H A Dimageicon.cpp333 int strpos = strLen-1; local
334 for (int extpos = extLen-1 ; extpos>=0 ; extpos--, strpos--)
336 Glib::ustring::value_type ch = str[strpos];

Completed in 26 milliseconds