Searched defs:unquote (Results 1 – 14 of 14) sorted by relevance
| /external/libcxx/test/std/strings/string.view/string.view.nonmem/ |
| D | quoted.pass.cpp | 88 std::string unquote ( const char *p, char delim='"', char escape='\\' ) { in unquote() function 154 std::wstring unquote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { in unquote() function
|
| /external/python/cpython3/Lib/email/ |
| D | quoprimime.py | 118 def unquote(s): function
|
| D | utils.py | 225 def unquote(str): function
|
| D | message.py | 645 def get_params(self, failobj=None, header='content-type', unquote=True): argument 668 unquote=True): argument
|
| /external/python/cpython2/Lib/email/ |
| D | quoprimime.py | 104 def unquote(s): function
|
| D | utils.py | 221 def unquote(str): function
|
| D | message.py | 513 def get_params(self, failobj=None, header='content-type', unquote=True): argument 536 unquote=True): argument
|
| /external/libcxx/test/std/input.output/iostream.format/quoted.manip/ |
| D | quoted.pass.cpp | 101 std::basic_string<CharT, Traits> unquote ( const CharT *p, char delim='"', char escape='\\' ) { in unquote() function
|
| /external/python/cpython2/Lib/ |
| D | urlparse.py | 336 def unquote(s): function
|
| D | rfc822.py | 477 def unquote(s): function
|
| D | urllib.py | 1221 def unquote(s): function
|
| /external/libcups/cups/ |
| D | language.c | 920 int unquote) /* I - Unescape \foo in strings? */ in _cupsMessageLoad()
|
| /external/python/cpython3/Lib/urllib/ |
| D | parse.py | 590 def unquote(string, encoding='utf-8', errors='replace'): function
|
| /external/icu/icu4c/source/i18n/ |
| D | tzfmt.cpp | 2401 TimeZoneFormat::unquote(const UnicodeString& pattern, UnicodeString& result) { in unquote() function in TimeZoneFormat
|