Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/libcxx/test/std/strings/string.view/string.view.nonmem/
H A Dquoted.pass.cpp88 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
/aosp_15_r20/external/cronet/third_party/libc++/src/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
/aosp_15_r20/external/python/cpython2/Lib/email/
Dmessage.py513 def get_params(self, failobj=None, header='content-type', unquote=True): argument
536 unquote=True): argument
Dquoprimime.py104 def unquote(s): function
Dutils.py227 def unquote(str): function
/aosp_15_r20/external/starlark-go/syntax/
H A Dquote.go48 func unquote(quoted string) (s string, triple, isByte bool, err error) { func
/aosp_15_r20/tools/repohooks/rh/
H A Dshell.py96 def unquote(s): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/email/
Dmessage.py672 def get_params(self, failobj=None, header='content-type', unquote=True): argument
695 unquote=True): argument
Dquoprimime.py118 def unquote(s): function
Dutils.py222 def unquote(str): function
/aosp_15_r20/external/python/cpython3/Lib/email/
Dmessage.py672 def get_params(self, failobj=None, header='content-type', unquote=True): argument
695 unquote=True): argument
Dquoprimime.py118 def unquote(s): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/email/
Dmessage.py672 def get_params(self, failobj=None, header='content-type', unquote=True): argument
695 unquote=True): argument
Dquoprimime.py118 def unquote(s): function
Dutils.py222 def unquote(str): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/email/
Dmessage.py672 def get_params(self, failobj=None, header='content-type', unquote=True): argument
695 unquote=True): argument
Dquoprimime.py118 def unquote(s): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/email/
H A Dmessage.py672 def get_params(self, failobj=None, header='content-type', unquote=True): argument
695 unquote=True): argument
H A Dquoprimime.py118 def unquote(s): function
H A Dutils.py222 def unquote(str): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/email/
Dmessage.py672 def get_params(self, failobj=None, header='content-type', unquote=True): argument
695 unquote=True): argument
Dquoprimime.py118 def unquote(s): function
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/sms/
DStatusMessage.java97 private static String unquote(String string) { in unquote() method in StatusMessage
/aosp_15_r20/external/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp101 std::basic_string<CharT, Traits> unquote ( const CharT *p, char delim='"', char escape='\\' ) { in unquote() function
/aosp_15_r20/external/cronet/third_party/libc++/src/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

123456