Home
last modified time | relevance | path

Searched defs:state_type (Results 1 – 20 of 20) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/src/
H A Dcodecvt.cc57 do_out(state_type&, const intern_type* __from, in do_out() argument
72 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
81 do_in(state_type&, const extern_type* __from, in do_in() argument
106 do_length (const state_type&, const extern_type* __from, in do_length()
128 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
147 do_length(const state_type&, const extern_type* __from, in do_length()
/openbsd/gnu/gcc/libstdc++-v3/src/
H A Dcodecvt.cc59 do_out(state_type&, const intern_type* __from, in do_out() argument
74 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
83 do_in(state_type&, const extern_type* __from, in do_in() argument
107 do_length (state_type&, const extern_type* __from, in do_length() argument
139 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
/openbsd/gnu/llvm/libcxx/src/
H A Dlocale.cpp1554 codecvt<char, char, mbstate_t>::do_in(state_type&, in do_in() argument
3523 __codecvt_utf8<wchar_t>::do_out(state_type&, in do_out() argument
3552 __codecvt_utf8<wchar_t>::do_in(state_type&, in do_in() argument
3578 __codecvt_utf8<wchar_t>::do_unshift(state_type&, in do_unshift() argument
3598 __codecvt_utf8<wchar_t>::do_length(state_type&, in do_length() argument
3629 __codecvt_utf8<char16_t>::do_out(state_type&, in do_out() argument
3647 __codecvt_utf8<char16_t>::do_in(state_type&, in do_in() argument
3685 __codecvt_utf8<char16_t>::do_length(state_type&, in do_length() argument
3706 __codecvt_utf8<char32_t>::do_out(state_type&, in do_out() argument
3724 __codecvt_utf8<char32_t>::do_in(state_type&, in do_in() argument
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dcodecvt.h72 typedef _StateT state_type; typedef
165 typedef _StateT state_type; typedef
220 typedef mbstate_t state_type; typedef
272 typedef mbstate_t state_type; typedef
H A Dchar_traits.h56 typedef std::mbstate_t state_type; typedef
66 typedef typename _Char_types<_CharT>::state_type state_type; typedef
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dcodecvt.h80 typedef _StateT state_type; typedef
281 typedef _StateT state_type; typedef
342 typedef mbstate_t state_type; typedef
400 typedef mbstate_t state_type; typedef
H A Dchar_traits.h67 typedef std::mbstate_t state_type; typedef
93 typedef typename _Char_types<_CharT>::state_type state_type; typedef
/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/
H A Denc_filebuf.h40 typedef std::__enc_traits state_type; typedef
48 typedef typename enc_char_traits<_CharT>::state_type state_type; typedef
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dfpos.cc40 typedef std::mbstate_t state_type; in test01() typedef
76 typedef std::mbstate_t state_type; in test02() typedef
142 typedef std::mbstate_t state_type; in test03() typedef
H A Dios_init.cc48 typedef mbstate_t state_type; typedef
131 typedef mbstate_t state_type; typedef
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h223 typedef encoding_state state_type; typedef
246 typedef __gnu_cxx::encoding_state state_type; typedef
505 do_length(state_type&, const extern_type* __from, in do_length() argument
H A Dpod_char_traits.h54 typedef S state_type; typedef
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dcodecvt.cc38 typedef test_type::state_type state_type; in test01() typedef
H A Dcodecvt_members_unicode_wchar_t.cc42 typedef mbstate_t state_type; typedef
H A Dcodecvt_members_unicode_char.cc43 typedef mbstate_t state_type; typedef
H A Dctor_copy_dtor.cc64 typedef mbstate_t state_type; typedef
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/
H A Dcodecvt_specializations.h189 typedef __enc_traits state_type; typedef
450 do_length(const state_type&, const extern_type* __from, in do_length()
/openbsd/gnu/llvm/libcxx/include/__string.d/__string/
H A Dchar_traits.h86 using state_type = mbstate_t; member
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dcapacity.cc50 typedef mbstate_t state_type; typedef
/openbsd/usr.bin/lex/
H A Dmain.c76 int *accptnum, *assoc_rule, *state_type; variable