| /freebsd-10-stable/contrib/libstdc++/include/bits/ |
| D | codecvt.h | 205 return this->do_in(__state, __from, __from_end, __from_next, in in() 251 do_in(state_type& __state, const extern_type* __from, 311 do_in(state_type& __state, const extern_type* __from, 371 do_in(state_type& __state, const extern_type* __from, 430 do_in(state_type& __state,
|
| /freebsd-10-stable/contrib/libc++/include/ |
| D | codecvt | 100 do_in(state_type& __st, 135 do_in(state_type& __st, 170 do_in(state_type& __st, 223 do_in(state_type& __st, 258 do_in(state_type& __st, 293 do_in(state_type& __st, 328 do_in(state_type& __st, 363 do_in(state_type& __st, 398 do_in(state_type& __st, 451 do_in(state_type& __st, [all …]
|
| D | __locale | 841 return do_in(__st, __frm, __frm_end, __frm_nxt, __to, __to_end, __to_nxt); 880 virtual result do_in(state_type& __st, 926 return do_in(__st, __frm, __frm_end, __frm_nxt, __to, __to_end, __to_nxt); 963 virtual result do_in(state_type& __st, 1010 return do_in(__st, __frm, __frm_end, __frm_nxt, __to, __to_end, __to_nxt); 1049 virtual result do_in(state_type& __st, 1096 return do_in(__st, __frm, __frm_end, __frm_nxt, __to, __to_end, __to_nxt); 1135 virtual result do_in(state_type& __st, 1309 __r = do_in(__mb, __nb, __ne - __nb > __sz ? __nb+__sz : __ne, __nn, 1343 __r = do_in(__mb, __nb, __ne - __nb > __sz ? __nb+__sz : __ne, __nn,
|
| /freebsd-10-stable/contrib/libstdc++/src/ |
| D | codecvt.cc | 83 do_in(state_type&, const extern_type* __from, in do_in() function in codecvt
|
| /freebsd-10-stable/contrib/libstdc++/config/locale/generic/ |
| D | codecvt_members.cc | 109 do_in(state_type& __state, const extern_type* __from, in do_in() function in codecvt
|
| /freebsd-10-stable/contrib/libstdc++/include/ext/ |
| D | codecvt_specializations.h | 277 do_in(state_type& __state, const extern_type* __from, 418 do_in(state_type& __state, const extern_type* __from, in do_in() function
|
| /freebsd-10-stable/contrib/libstdc++/config/locale/gnu/ |
| D | codecvt_members.cc | 120 do_in(state_type& __state, const extern_type* __from, in do_in() function in codecvt
|
| /freebsd-10-stable/contrib/libc++/src/ |
| D | locale.cpp | 1377 codecvt<char, char, mbstate_t>::do_in(state_type&, in do_in() function in codecvt 1516 codecvt<wchar_t, char, mbstate_t>::do_in(state_type& st, in do_in() function in codecvt 3094 codecvt<char16_t, char, mbstate_t>::do_in(state_type&, in do_in() function in codecvt 3171 codecvt<char32_t, char, mbstate_t>::do_in(state_type&, in do_in() function in codecvt 3254 __codecvt_utf8<wchar_t>::do_in(state_type&, in do_in() function in __codecvt_utf8 3337 __codecvt_utf8<char16_t>::do_in(state_type&, in do_in() function in __codecvt_utf8 3412 __codecvt_utf8<char32_t>::do_in(state_type&, in do_in() function in __codecvt_utf8 3487 __codecvt_utf16<wchar_t, false>::do_in(state_type&, in do_in() function in __codecvt_utf16 3562 __codecvt_utf16<wchar_t, true>::do_in(state_type&, in do_in() function in __codecvt_utf16 3637 __codecvt_utf16<char16_t, false>::do_in(state_type&, in do_in() function in __codecvt_utf16 [all …]
|
| /freebsd-10-stable/contrib/gcc/ |
| D | omp-low.c | 2035 bool by_ref, do_in = false, do_out = false; in lower_send_clauses() local 2063 do_in = true; in lower_send_clauses() 2071 do_in = true; in lower_send_clauses() 2078 do_in = true; in lower_send_clauses() 2086 if (do_in) in lower_send_clauses()
|
| /freebsd-10-stable/contrib/libstdc++/ |
| D | ChangeLog-1999 | 3211 * src/locale.cc: Use memcpy in codecvt::do_in and codecvt::do_out. 3419 * src/locale.cc: Mas changes with codecvt::do_in, do_out. 3428 * src/locale.cc (codecvt::do_in): Finer-grained tuning to take 3533 * src/locale.cc (codecvt<char, char, mbstate_t>::do_in): Use
|
| D | ChangeLog-2003 | 771 * config/locale/gnu/codecvt_members.cc (codecvt::do_in, 776 * config/locale/gnu/codecvt_members.cc (codecvt::do_in): 923 (codecvt::do_in): Tweaks, improve the code dealing with errors. 928 * config/locale/gnu/codecvt_members.cc (codecvt::do_in): 7691 codecvt<wchar_t, char, mbstate_t>::do_in, 8573 (codecvt<char, char, mbstate_t>::do_in, do_out): 8610 (codecvt<char, char, mbstate_t>::do_in, do_out):
|
| D | ChangeLog-2002 | 248 codecvt::do_in(state_type&, const extern_type*, const extern_type*, 340 extern_type*&), codecvt::do_in(state_type&, const extern_type*, 1386 (codecvt::do_in): Ditto for mbsrtowcs call. 3647 (codecvt::do_out, codecvt::do_unshift, codecvt::do_in):
|
| D | ChangeLog-2000 | 1190 (codecvt::do_in): And here. 1204 (codecvt::do_in): Likewise. 1422 __enc_traits>::do_in): Don't cast to const, this is a bug in glibc
|
| D | ChangeLog-2005 | 107 * testsuite/27_io/basic_filebuf/imbue/12206.cc (codecvt::do_out, do_in,
|
| D | ChangeLog-2004 | 683 (do_out, do_unshift, do_in): Remove redundant typedef.
|