Searched refs:__escape (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | write_escaped.h | 187 __escape(basic_string<_CharT>& __str, basic_string_view<_CharT> __values, __escape_quotation_mark _… in __escape() function 192 bool __escape = true; in __escape() local 197 …__escape = __formatter::__is_escaped_sequence_written(__str, __result.__code_point, __escape, __ma… in __escape() 198 if (!__escape) in __escape() 217 …__formatter::__escape(__str, basic_string_view{std::addressof(__value), 1}, __escape_quotation_mar… 229 __formatter::__escape(__str, __values, __escape_quotation_mark::__double_quote);
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | iomanip | 422 _CharT __escape) { 426 if (_Traits::eq(*__first, __escape) || _Traits::eq(*__first, __delim)) 427 __str.push_back(__escape); 436 …d_input(basic_istream<_CharT, _Traits>& __is, _String& __string, _CharT __delim, _CharT __escape) { 456 if (_Traits::eq(__c, __escape)) { 509 _CharT __escape = _CharT('\\')) { 510 …urn __quoted_output_proxy<_CharT, _Traits>(__s.data(), __s.data() + __s.size(), __delim, __escape); 515 …<_CharT, _Traits, _Allocator>& __s, _CharT __delim = _CharT('"'), _CharT __escape = _CharT('\\')) { 516 return __quoted_proxy<_CharT, _Traits, _Allocator>(__s, __delim, __escape); 522 _LIBCPP_HIDE_FROM_ABI auto quoted(const _CharT* __s, _CharT __delim = _CharT('"'), _CharT __escape … [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | iomanip | 411 _CharT __escape) { 415 if (_Traits::eq(*__first, __escape) || _Traits::eq(*__first, __delim)) 416 __str.push_back(__escape); 425 …d_input(basic_istream<_CharT, _Traits>& __is, _String& __string, _CharT __delim, _CharT __escape) { 445 if (_Traits::eq(__c, __escape)) { 498 _CharT __escape = _CharT('\\')) { 499 …urn __quoted_output_proxy<_CharT, _Traits>(__s.data(), __s.data() + __s.size(), __delim, __escape); 504 …<_CharT, _Traits, _Allocator>& __s, _CharT __delim = _CharT('"'), _CharT __escape = _CharT('\\')) { 505 return __quoted_proxy<_CharT, _Traits, _Allocator>(__s, __delim, __escape);
|