Lines Matching full:_codecvt
3748 template<class _Codecvt, class _Elem = wchar_t,
3756 typedef typename _Codecvt::state_type state_type;
3762 _Codecvt* __cvtptr_;
3769 _LIBCPP_EXPLICIT_AFTER_CXX11 wstring_convert(_Codecvt* __pcvt = new _Codecvt);
3770 wstring_convert(_Codecvt* __pcvt, state_type __state);
3806 template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc>
3808 wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::
3809 wstring_convert(_Codecvt* __pcvt)
3814 template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc>
3816 wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::
3817 wstring_convert(_Codecvt* __pcvt, state_type __state)
3822 template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc>
3823 wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::
3828 __cvtptr_ = new _Codecvt;
3833 template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc>
3835 wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::
3847 template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc>
3848 wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::~wstring_convert()
3853 template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc>
3854 typename wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::wide_string
3855 wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::
3914 template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc>
3915 typename wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::byte_string
3916 wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_alloc>::
4003 template <class _Codecvt, class _Elem = wchar_t, class _Tr = char_traits<_Elem> >
4014 typedef typename _Codecvt::state_type state_type;
4025 _Codecvt* __cv_;
4036 _Codecvt* __pcvt = new _Codecvt, state_type __state = state_type());
4070 template <class _Codecvt, class _Elem, class _Tr>
4071 wbuffer_convert<_Codecvt, _Elem, _Tr>::
4072 wbuffer_convert(streambuf* __bytebuf, _Codecvt* __pcvt, state_type __state)
4090 template <class _Codecvt, class _Elem, class _Tr>
4091 wbuffer_convert<_Codecvt, _Elem, _Tr>::~wbuffer_convert()
4101 template <class _Codecvt, class _Elem, class _Tr>
4102 typename wbuffer_convert<_Codecvt, _Elem, _Tr>::int_type
4103 wbuffer_convert<_Codecvt, _Elem, _Tr>::underflow()
4165 template <class _Codecvt, class _Elem, class _Tr>
4166 typename wbuffer_convert<_Codecvt, _Elem, _Tr>::int_type
4167 wbuffer_convert<_Codecvt, _Elem, _Tr>::pbackfail(int_type __c)
4186 template <class _Codecvt, class _Elem, class _Tr>
4187 typename wbuffer_convert<_Codecvt, _Elem, _Tr>::int_type
4188 wbuffer_convert<_Codecvt, _Elem, _Tr>::overflow(int_type __c)
4248 template <class _Codecvt, class _Elem, class _Tr>
4250 wbuffer_convert<_Codecvt, _Elem, _Tr>::setbuf(char_type* __s, streamsize __n)
4301 template <class _Codecvt, class _Elem, class _Tr>
4302 typename wbuffer_convert<_Codecvt, _Elem, _Tr>::pos_type
4303 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekoff(off_type __off, ios_base::seekdir __way,
4326 template <class _Codecvt, class _Elem, class _Tr>
4327 typename wbuffer_convert<_Codecvt, _Elem, _Tr>::pos_type
4328 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekpos(pos_type __sp, ios_base::openmode __wch)
4337 template <class _Codecvt, class _Elem, class _Tr>
4339 wbuffer_convert<_Codecvt, _Elem, _Tr>::sync()
4409 template <class _Codecvt, class _Elem, class _Tr>
4411 wbuffer_convert<_Codecvt, _Elem, _Tr>::__read_mode()
4428 template <class _Codecvt, class _Elem, class _Tr>
4430 wbuffer_convert<_Codecvt, _Elem, _Tr>::__write_mode()
4449 template <class _Codecvt, class _Elem, class _Tr>
4450 wbuffer_convert<_Codecvt, _Elem, _Tr>*
4451 wbuffer_convert<_Codecvt, _Elem, _Tr>::__close()