Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dfstream.tcc89 if (has_facet<__codecvt_type>(this->_M_buf_locale)) in basic_filebuf()
90 _M_codecvt = &use_facet<__codecvt_type>(this->_M_buf_locale); in basic_filebuf()
843 const __codecvt_type* _M_codecvt_tmp = 0; in imbue()
844 if (__builtin_expect(has_facet<__codecvt_type>(__loc), true)) in imbue()
845 _M_codecvt_tmp = &use_facet<__codecvt_type>(__loc); in imbue()
H A Dlocale_facets.h4538 typedef typename codecvt<char, _CharT, mbstate_t> __codecvt_type; in _M_convert_from_char()
4540 __codecvt_type::state_type __state; in _M_convert_from_char()
4547 const __codecvt_type& __cvt = use_facet<__codecvt_type>(_M_locale_conv); in _M_convert_from_char()
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_fstream.h83 typedef codecvt<char_type, char, __state_type> __codecvt_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
160 const __codecvt_type* _M_codecvt; in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20024481 __codecvt_type typedef.