Searched defs:unquote (Results 1 – 3 of 3) sorted by relevance
83 std::string unquote(const char* p, char delim = '"', char escape = '\\') { in unquote() function147 std::wstring unquote(const wchar_t* p, wchar_t delim = '"', wchar_t escape = '\\') { in unquote() function
100 std::basic_string<CharT, Traits> unquote ( const CharT *p, char delim='"', char escape='\\' ) { in unquote() function
149 static StringRef unquote(StringRef s) { unquote() function [all...]