Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/config/locale/generic/
H A Dcollate_members.cc52 collate<char>::_M_transform(char* __to, const char* __from, in _M_transform()
68 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from, in _M_transform()
H A Dcodecvt_members.cc109 do_in(state_type& __state, const extern_type* __from, in do_in()
182 do_length(state_type& __state, const extern_type* __from, in do_length()
/freebsd-12.1/contrib/libstdc++/config/locale/gnu/
H A Dcollate_members.cc53 collate<char>::_M_transform(char* __to, const char* __from, in _M_transform()
69 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from, in _M_transform()
H A Dcodecvt_members.cc120 do_in(state_type& __state, const extern_type* __from, in do_in()
235 do_length(state_type& __state, const extern_type* __from, in do_length()
/freebsd-12.1/contrib/libstdc++/src/
H A Dcodecvt.cc59 do_out(state_type&, const intern_type* __from, in do_out()
83 do_in(state_type&, const extern_type* __from, in do_in()
107 do_length (state_type&, const extern_type* __from, in do_length()
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dcodecvt.h120 out(state_type& __state, const intern_type* __from, in out()
200 in(state_type& __state, const extern_type* __from, in in()
218 length(state_type& __state, const extern_type* __from, in length()
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h314 do_out(state_type& __state, const intern_type* __from, in do_out()
418 do_in(state_type& __state, const extern_type* __from, in do_in()
505 do_length(state_type&, const extern_type* __from, in do_length()
/freebsd-12.1/contrib/libstdc++/include/debug/
H A Dsafe_sequence.h161 _Safe_sequence_base* __from = __x._M_sequence; in _M_transfer_iter() local