Searched refs:__codecvt_type (Results 1 – 4 of 4) sorted by relevance
89 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()
4538 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()
83 typedef codecvt<char_type, char, __state_type> __codecvt_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef160 const __codecvt_type* _M_codecvt; in _GLIBCXX_BEGIN_NAMESPACE()
4481 __codecvt_type typedef.