Searched refs:__from (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/config/locale/generic/
H A Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from, argument
62 if (MB_CUR_MAX * (__from_end - __from) - (__to_end - __to) <= 0)
63 while (__from < __from_end)
65 const size_t __conv = wcrtomb(__to, *__from, &__tmp_state);
73 __from++;
78 while (__from < __from_end && __to < __to_end)
80 const size_t __conv = wcrtomb(__buf, *__from, &__tmp_state);
95 __from++;
99 if (__ret == ok && __from < __from_end)
102 __from_next = __from;
109 do_in(state_type& __state, const extern_type* __from, const extern_type* __from_end, const extern_type*& __from_next, intern_type* __to, intern_type* __to_end, intern_type*& __to_next) const argument
182 do_length(state_type& __state, const extern_type* __from, const extern_type* __end, size_t __max) const argument
[all...]
H A Dcollate_members.cc52 collate<char>::_M_transform(char* __to, const char* __from, argument
54 { return strxfrm(__to, __from, __n); }
68 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from, argument
70 { return wcsxfrm(__to, __from, __n); }
/freebsd-11-stable/contrib/libstdc++/config/locale/gnu/
H A Dcollate_members.cc53 collate<char>::_M_transform(char* __to, const char* __from, argument
55 { return __strxfrm_l(__to, __from, __n, _M_c_locale_collate); }
69 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from, argument
71 { return __wcsxfrm_l(__to, __from, __n, _M_c_locale_collate); }
H A Dcodecvt_members.cc45 do_out(state_type& __state, const intern_type* __from, argument
60 for (__from_next = __from, __to_next = __to;
69 __from = __from_next;
78 for (; __from < __from_next; ++__from)
79 __to_next += wcrtomb(__to_next, *__from, &__tmp_state);
120 do_in(state_type& __state, const extern_type* __from, argument
135 for (__from_next = __from, __to_next = __to;
146 __from = __from_next;
155 for (;; ++__to_next, __from
235 do_length(state_type& __state, const extern_type* __from, const extern_type* __end, size_t __max) const argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dcodecvt.h120 out(state_type& __state, const intern_type* __from, argument
125 return this->do_out(__state, __from, __from_end, __from_next,
200 in(state_type& __state, const extern_type* __from, argument
205 return this->do_in(__state, __from, __from_end, __from_next,
218 length(state_type& __state, const extern_type* __from, argument
220 { return this->do_length(__state, __from, __end, __max); }
241 do_out(state_type& __state, const intern_type* __from,
251 do_in(state_type& __state, const extern_type* __from,
263 do_length(state_type&, const extern_type* __from,
301 do_out(state_type& __state, const intern_type* __from,
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A Dcodecvt.cc59 do_out(state_type&, const intern_type* __from, argument
67 __from_next = __from;
83 do_in(state_type&, const extern_type* __from, argument
90 __from_next = __from;
107 do_length (state_type&, const extern_type* __from, argument
110 size_t __d = static_cast<size_t>(__end - __from);
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h267 do_out(state_type& __state, const intern_type* __from,
277 do_in(state_type& __state, const extern_type* __from,
289 do_length(state_type&, const extern_type* __from,
314 do_out(state_type& __state, const intern_type* __from, argument
324 size_t __fbytes = __fmultiple * (__from_end - __from);
342 size_t __size = __from_end - __from;
346 char_traits<intern_type>::copy(__cfixed + 1, __from, __size);
353 intern_type* __cfixed = const_cast<intern_type*>(__from);
367 if (__fbytes < __fmultiple * (__from_end - __from))
418 do_in(state_type& __state, const extern_type* __from, argument
505 do_length(state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dsafe_sequence.h161 _Safe_sequence_base* __from = __x._M_sequence; local
162 if (!__from)
169 for (_Safe_iterator_base* __iter = __from->_M_iterators; __iter;)
177 for (_Safe_iterator_base* __iter2 = __from->_M_const_iterators;
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h880 const _Hash_node<_Value, true>* __from) const
881 { __to->_M_hash_code = __from->_M_hash_code; }

Completed in 405 milliseconds