Home
last modified time | relevance | path

Searched defs:unquote (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/strings/string.view/string.view.nonmem/
H A Dquoted.pass.cpp83 std::string unquote(const char* p, char delim = '"', char escape = '\\') { in unquote() function
147 std::wstring unquote(const wchar_t* p, wchar_t delim = '"', wchar_t escape = '\\') { in unquote() function
/llvm-project/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp100 std::basic_string<CharT, Traits> unquote ( const CharT *p, char delim='"', char escape='\\' ) { in unquote() function
/llvm-project/lld/ELF/
H A DScriptParser.cpp149 static StringRef unquote(StringRef s) { unquote() function
[all...]