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

/inkscape/src/widgets/
H A Dicon.cpp100 static std::string fileEscape( std::string const & str );
405 std::string IconImpl::fileEscape( std::string const & str ) function in class:IconImpl
463 out << std::hex << when << std::dec << " " << fileEscape(*it) << std::endl;
465 out << "0 " << fileEscape(*it) << std::endl;

Completed in 18 milliseconds