HomeSort by relevance Sort by last modified time
    Searched refs:unquote (Results 1 - 25 of 239) sorted by null

1 2 3 4 5 6 7 8 910

  /system/core/logcat/
logcat_system.cpp 28 static std::string unquote(const char*& cp, const char*& delim) { function
54 str += unquote(cp, delim);
60 args.push_back(unquote(cp, delim));
  /external/libcxx/test/std/strings/string.view/string.view.nonmem/
quoted.pass.cpp 88 std::string unquote ( const char *p, char delim='"', char escape='\\' ) { function
154 std::wstring unquote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { function
201 assert ( unquote ( "\"abc" ) == "abc" );
202 assert ( unquote ( L"\"abc" ) == L"abc" );
204 assert ( unquote ( "abc" ) == "abc" ); // no delimiter
205 assert ( unquote ( L"abc" ) == L"abc" ); // no delimiter
206 assert ( unquote ( "abc def" ) == "abc" ); // no delimiter
207 assert ( unquote ( L"abc def" ) == L"abc" ); // no delimiter
209 assert ( unquote ( "" ) == "" ); // nothing there
210 assert ( unquote ( L"" ) == L"" ); // nothing ther
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.nonmem/
quoted.pass.cpp 88 std::string unquote ( const char *p, char delim='"', char escape='\\' ) { function
154 std::wstring unquote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { function
201 assert ( unquote ( "\"abc" ) == "abc" );
202 assert ( unquote ( L"\"abc" ) == L"abc" );
204 assert ( unquote ( "abc" ) == "abc" ); // no delimiter
205 assert ( unquote ( L"abc" ) == L"abc" ); // no delimiter
206 assert ( unquote ( "abc def" ) == "abc" ); // no delimiter
207 assert ( unquote ( L"abc def" ) == L"abc" ); // no delimiter
209 assert ( unquote ( "" ) == "" ); // nothing there
210 assert ( unquote ( L"" ) == L"" ); // nothing ther
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/string.view/string.view.nonmem/
quoted.pass.cpp 88 std::string unquote ( const char *p, char delim='"', char escape='\\' ) { function
154 std::wstring unquote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { function
201 assert ( unquote ( "\"abc" ) == "abc" );
202 assert ( unquote ( L"\"abc" ) == L"abc" );
204 assert ( unquote ( "abc" ) == "abc" ); // no delimiter
205 assert ( unquote ( L"abc" ) == L"abc" ); // no delimiter
206 assert ( unquote ( "abc def" ) == "abc" ); // no delimiter
207 assert ( unquote ( L"abc def" ) == L"abc" ); // no delimiter
209 assert ( unquote ( "" ) == "" ); // nothing there
210 assert ( unquote ( L"" ) == L"" ); // nothing ther
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/quoted.manip/
quoted.pass.cpp 101 std::basic_string<CharT, Traits> unquote ( const CharT *p, char delim='"', char escape='\\' ) { function
166 assert ( unquote ( "\"abc" ) == "abc" );
167 assert ( unquote ( L"\"abc" ) == L"abc" );
169 assert ( unquote ( "abc" ) == "abc" ); // no delimiter
170 assert ( unquote ( L"abc" ) == L"abc" ); // no delimiter
171 assert ( unquote ( "abc def" ) == "abc" ); // no delimiter
172 assert ( unquote ( L"abc def" ) == L"abc" ); // no delimiter
174 assert ( unquote ( "" ) == "" ); // nothing there
175 assert ( unquote ( L"" ) == L"" ); // nothing there
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/quoted.manip/
quoted.pass.cpp 101 std::basic_string<CharT, Traits> unquote ( const CharT *p, char delim='"', char escape='\\' ) { function
166 assert ( unquote ( "\"abc" ) == "abc" );
167 assert ( unquote ( L"\"abc" ) == L"abc" );
169 assert ( unquote ( "abc" ) == "abc" ); // no delimiter
170 assert ( unquote ( L"abc" ) == L"abc" ); // no delimiter
171 assert ( unquote ( "abc def" ) == "abc" ); // no delimiter
172 assert ( unquote ( L"abc def" ) == L"abc" ); // no delimiter
174 assert ( unquote ( "" ) == "" ); // nothing there
175 assert ( unquote ( L"" ) == L"" ); // nothing there
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
nturl2path.py 22 return urllib.unquote('\\'.join(components))
32 path = path + '\\' + urllib.unquote(comp)
  /external/python/cpython2/Lib/
nturl2path.py 24 return urllib.unquote('\\'.join(components))
34 path = path + '\\' + urllib.unquote(comp)
  /external/python/cpython3/Lib/
nturl2path.py 24 return urllib.parse.unquote('\\'.join(components))
34 path = path + '\\' + urllib.parse.unquote(comp)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
nturl2path.py 22 return urllib.unquote('\\'.join(components))
32 path = path + '\\' + urllib.unquote(comp)
  /prebuilts/gdb/linux-x86/lib/python2.7/
nturl2path.py 22 return urllib.unquote('\\'.join(components))
32 path = path + '\\' + urllib.unquote(comp)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nturl2path.py 22 return urllib.unquote('\\'.join(components))
32 path = path + '\\' + urllib.unquote(comp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nturl2path.py 22 return urllib.unquote('\\'.join(components))
32 path = path + '\\' + urllib.unquote(comp)
  /external/libcups/cups/
language-private.h 73 extern cups_array_t *_cupsMessageLoad(const char *filename, int unquote);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
utils.py 20 'unquote',
229 # rfc822.unquote() doesn't properly de-backslash-ify in Python pre-2.3.
230 def unquote(str):
289 value = unquote(value)
311 s = urllib.unquote(s)
325 rawval = unquote(value[2])
333 return unquote(value)
222 def unquote(str): function
message.py 87 return value[0], value[1], utils.unquote(value[2])
89 return utils.unquote(value)
515 def get_params(self, failobj=None, header='content-type', unquote=True):
526 Content-Type. If unquote is True, the value is unquoted.
532 if unquote:
538 unquote=True):
560 VALUE item in the 3-tuple) is always unquoted, unless unquote is set
567 if unquote:
607 unquote=requote):
632 for p, v in self.get_params(header=header, unquote=requote):
    [all...]
  /external/python/cpython2/Lib/email/
utils.py 20 'unquote',
228 # rfc822.unquote() doesn't properly de-backslash-ify in Python pre-2.3.
229 def unquote(str):
288 value = unquote(value)
310 s = urllib.unquote(s)
324 rawval = unquote(value[2])
332 return unquote(value)
221 def unquote(str): function
message.py 87 return value[0], value[1], utils.unquote(value[2])
89 return utils.unquote(value)
515 def get_params(self, failobj=None, header='content-type', unquote=True):
526 Content-Type. If unquote is True, the value is unquoted.
532 if unquote:
538 unquote=True):
560 VALUE item in the 3-tuple) is always unquoted, unless unquote is set
567 if unquote:
607 unquote=requote):
632 for p, v in self.get_params(header=header, unquote=requote)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
utils.py 20 'unquote',
229 # rfc822.unquote() doesn't properly de-backslash-ify in Python pre-2.3.
230 def unquote(str):
289 value = unquote(value)
311 s = urllib.unquote(s)
325 rawval = unquote(value[2])
333 return unquote(value)
222 def unquote(str): function
message.py 87 return value[0], value[1], utils.unquote(value[2])
89 return utils.unquote(value)
515 def get_params(self, failobj=None, header='content-type', unquote=True):
526 Content-Type. If unquote is True, the value is unquoted.
532 if unquote:
538 unquote=True):
560 VALUE item in the 3-tuple) is always unquoted, unless unquote is set
567 if unquote:
607 unquote=requote):
632 for p, v in self.get_params(header=header, unquote=requote)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
utils.py 20 'unquote',
229 # rfc822.unquote() doesn't properly de-backslash-ify in Python pre-2.3.
230 def unquote(str):
289 value = unquote(value)
311 s = urllib.unquote(s)
325 rawval = unquote(value[2])
333 return unquote(value)
222 def unquote(str): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 20 'unquote',
229 # rfc822.unquote() doesn't properly de-backslash-ify in Python pre-2.3.
230 def unquote(str):
289 value = unquote(value)
311 s = urllib.unquote(s)
325 rawval = unquote(value[2])
333 return unquote(value)
222 def unquote(str): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 20 'unquote',
229 # rfc822.unquote() doesn't properly de-backslash-ify in Python pre-2.3.
230 def unquote(str):
289 value = unquote(value)
311 s = urllib.unquote(s)
325 rawval = unquote(value[2])
333 return unquote(value)
222 def unquote(str): function
  /external/python/cpython2/Lib/plat-riscos/
rourl2path.py 45 components = map(lambda x: urllib.unquote(x).translate(__slash_dot), components)
  /external/python/cpython3/Lib/email/
utils.py 22 'unquote',
224 # rfc822.unquote() doesn't properly de-backslash-ify in Python pre-2.3.
225 def unquote(str): function
283 value = unquote(value)
308 s = urllib.parse.unquote(s, encoding="latin-1")
322 return unquote(value)
336 return unquote(text)

Completed in 408 milliseconds

1 2 3 4 5 6 7 8 910