Home
last modified time | relevance | path

Searched refs:wide_string (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwstring_convert.h37 typedef basic_string<_Elem, char_traits<_Elem>, _WideAlloc> wide_string; typedef
39 typedef typename wide_string::traits_type::int_type int_type;
43 wide_string __wide_err_string_;
58 wstring_convert(const byte_string& __byte_err, const wide_string& __wide_err = wide_string());
67 …_LIBCPP_HIDE_FROM_ABI wide_string from_bytes(char __byte) { return from_bytes(&__byte, &__byte + 1… in from_bytes()
68 _LIBCPP_HIDE_FROM_ABI wide_string from_bytes(const char* __ptr) { in from_bytes()
71 _LIBCPP_HIDE_FROM_ABI wide_string from_bytes(const byte_string& __str) { in from_bytes()
74 _LIBCPP_HIDE_FROM_ABI wide_string from_bytes(const char* __first, const char* __last);
82 _LIBCPP_HIDE_FROM_ABI byte_string to_bytes(const wide_string& __wstr) { in to_bytes()
103 const byte_string& __byte_err, const wide_string& __wide_err) in wstring_convert()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale91 typedef basic_string<Elem, char_traits<Elem>, Wide_alloc> wide_string;
93 typedef typename wide_string::traits_type::int_type int_type;
102 const wide_string& wide_err = wide_string());
107 wide_string from_bytes(char byte);
108 wide_string from_bytes(const char* ptr);
109 wide_string from_bytes(const byte_string& str);
110 wide_string from_bytes(const char* first, const char* last);
114 byte_string to_bytes(const wide_string& wstr);
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlocale91 typedef basic_string<Elem, char_traits<Elem>, Wide_alloc> wide_string;
93 typedef typename wide_string::traits_type::int_type int_type;
102 const wide_string& wide_err = wide_string());
107 wide_string from_bytes(char byte);
108 wide_string from_bytes(const char* ptr);
109 wide_string from_bytes(const byte_string& str);
110 wide_string from_bytes(const char* first, const char* last);
114 byte_string to_bytes(const wide_string& wstr);
3146 typedef basic_string<_Elem, char_traits<_Elem>, _WideAlloc> wide_string;
3148 typedef typename wide_string::traits_type::int_type int_type;
[all …]