Home
last modified time | relevance | path

Searched refs:_M_codecvt (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dfstream.tcc178 if (__check_facet(_M_codecvt).encoding() >= 0 in showmanyc()
181 if (__check_facet(_M_codecvt).encoding() >= 0) in showmanyc()
213 if (__check_facet(_M_codecvt).always_noconv()) in underflow()
224 const int __enc = _M_codecvt->encoding(); in underflow()
283 __r = _M_codecvt->in(_M_state_cur, _M_ext_next, in underflow()
673 if (_M_codecvt) in seekoff()
674 __width = _M_codecvt->encoding(); in seekoff()
694 if (_M_codecvt->always_noconv()) in seekoff()
857 if (__check_facet(_M_codecvt).always_noconv()) in imbue()
886 _M_codecvt = _M_codecvt_tmp; in imbue()
[all …]
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_fstream.h160 const __codecvt_type* _M_codecvt; in _GLIBCXX_BEGIN_NAMESPACE() local
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20031062 with _M_codecvt->in returning codecvt_base::error while
1907 == instead. Don't use __check_facet(_M_codecvt) unless is_open().
2197 is not available, set _M_codecvt = 0.
5111 * include/std/std_fstream.h (basic_filebuf::_M_codecvt): Add
5114 Initialize _M_codecvt.
H A DChangeLog-20043876 * include/bits/fstream.tcc (basic_filebuf::imbue): Zero _M_codecvt