Searched refs:__codecvt_type (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dfstream.cc148 const __codecvt_type& __cvt = use_facet<__codecvt_type>(__loc);
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_fstream.h83 typedef codecvt<char_type, char, __state_type> __codecvt_type; typedef in class:basic_filebuf
160 const __codecvt_type* _M_codecvt;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_fstream.h83 typedef codecvt<char_type, char, __state_type> __codecvt_type; typedef in class:std::basic_filebuf
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_facets.h1831 // typedef typename codecvt<char, _CharT, _StateT> __codecvt_type;
1832 typedef typename codecvt<char, _CharT, mbstate_t> __codecvt_type;
1834 __codecvt_type::state_type __state;
1841 const __codecvt_type& __cvt = use_facet<__codecvt_type>(_M_locale_conv);
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.h4536 // typedef typename codecvt<char, _CharT, _StateT> __codecvt_type;
4537 typedef typename codecvt<char, _CharT, mbstate_t> __codecvt_type;
4539 __codecvt_type::state_type __state;
4546 const __codecvt_type& __cvt = use_facet<__codecvt_type>(_M_locale_conv);

Completed in 208 milliseconds