Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libstdc++-v3/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()
671 if (_M_codecvt) in seekoff()
672 __width = _M_codecvt->encoding(); in seekoff()
692 if (_M_codecvt->always_noconv()) in seekoff()
855 if (__check_facet(_M_codecvt).always_noconv()) in imbue()
884 _M_codecvt = _M_codecvt_tmp; in imbue()
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_fstream.h160 const __codecvt_type* _M_codecvt; in _GLIBCXX_BEGIN_NAMESPACE() local