Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/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
/freebsd-12.1/contrib/libstdc++/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
/freebsd-12.1/contrib/libc++/src/
H A Dlocale.cpp1464 codecvt<char, char, mbstate_t>::do_in(state_type&, in do_in() argument
3265 __codecvt_utf8<wchar_t>::do_out(state_type&, in do_out() argument
3294 __codecvt_utf8<wchar_t>::do_in(state_type&, in do_in() argument
3320 __codecvt_utf8<wchar_t>::do_unshift(state_type&, in do_unshift() argument
3340 __codecvt_utf8<wchar_t>::do_length(state_type&, in do_length() argument
3359 __codecvt_utf8<char16_t>::do_out(state_type&, in do_out() argument
3377 __codecvt_utf8<char16_t>::do_in(state_type&, in do_in() argument
3415 __codecvt_utf8<char16_t>::do_length(state_type&, in do_length() argument
3434 __codecvt_utf8<char32_t>::do_out(state_type&, in do_out() argument
3452 __codecvt_utf8<char32_t>::do_in(state_type&, in do_in() argument
[all …]
/freebsd-12.1/contrib/libstdc++/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
/freebsd-12.1/contrib/flex/
H A Dmain.c75 int *accptnum, *assoc_rule, *state_type; variable
/freebsd-12.1/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c1416 ar9300_mci_state(struct ath_hal *ah, u_int32_t state_type, u_int32_t *p_data) in ar9300_mci_state()