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

/freebsd-11-stable/contrib/libstdc++/config/locale/generic/
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); }
H A Dcodecvt_members.cc46 extern_type* __to, extern_type* __to_end,
59 // something smaller than __to_end - __to or the conversion must be done
62 if (MB_CUR_MAX * (__from_end - __from) - (__to_end - __to) <= 0)
65 const size_t __conv = wcrtomb(__to, *__from, &__tmp_state);
72 __to += __conv;
78 while (__from < __from_end && __to < __to_end)
86 else if (__conv > static_cast<size_t>(__to_end - __to))
92 memcpy(__to, __buf, __conv);
94 __to += __conv;
103 __to_next = __to;
44 do_out(state_type& __state, const intern_type* __from, const intern_type* __from_end, const intern_type*& __from_next, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const argument
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
[all...]
/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.cc47 extern_type* __to, extern_type* __to_end,
60 for (__from_next = __from, __to_next = __to;
122 intern_type* __to, intern_type* __to_end,
135 for (__from_next = __from, __to_next = __to;
251 wchar_t* __to = static_cast<wchar_t*>(__builtin_alloca(sizeof(wchar_t) local
263 size_t __conv = mbsnrtowcs(__to, &__from,
45 do_out(state_type& __state, const intern_type* __from, const intern_type* __from_end, const intern_type*& __from_next, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const argument
120 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
/freebsd-11-stable/contrib/libstdc++/src/
H A Dcodecvt.cc61 extern_type* __to, extern_type*,
68 __to_next = __to;
74 do_unshift(state_type&, extern_type* __to, argument
77 __to_next = __to;
85 intern_type* __to, intern_type*, intern_type*& __to_next) const
91 __to_next = __to;
139 do_unshift(state_type&, extern_type* __to, argument
143 __to_next = __to;
59 do_out(state_type&, const intern_type* __from, const intern_type*, const intern_type*& __from_next, extern_type* __to, extern_type*, extern_type*& __to_next) const argument
83 do_in(state_type&, const extern_type* __from, const extern_type*, const extern_type*& __from_next, intern_type* __to, intern_type*, intern_type*& __to_next) const argument
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dcodecvt.h122 extern_type* __to, extern_type* __to_end,
126 __to, __to_end, __to_next);
159 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, argument
161 { return this->do_unshift(__state, __to,__to_end,__to_next); }
202 intern_type* __to, intern_type* __to_end,
206 __to, __to_end, __to_next);
243 extern_type* __to, extern_type* __to_end,
247 do_unshift(state_type& __state, extern_type* __to,
253 intern_type* __to, intern_type* __to_end,
303 extern_type* __to, extern_typ
120 out(state_type& __state, const intern_type* __from, const intern_type* __from_end, const intern_type*& __from_next, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const argument
200 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
[all...]
H A Dlocale_facets.h307 widen(const char* __lo, const char* __hi, char_type* __to) const
308 { return this->do_widen(__lo, __hi, __to); }
349 char __dfault, char *__to) const
350 { return this->do_narrow(__lo, __hi, __dfault, __to); }
894 widen(const char* __lo, const char* __hi, char_type* __to) const
898 memcpy(__to, __lo, __hi - __lo);
903 return this->do_widen(__lo, __hi, __to);
959 char __dfault, char *__to) const
963 memcpy(__to, __lo, __hi - __lo);
968 return this->do_narrow(__lo, __hi, __dfault, __to);
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h269 extern_type* __to, extern_type* __to_end,
273 do_unshift(state_type& __state, extern_type* __to,
279 intern_type* __to, intern_type* __to_end,
316 extern_type* __to, extern_type* __to_end,
326 size_t __tbytes = __tmultiple * (__to_end - __to);
330 char* __cto = reinterpret_cast<char*>(__to);
383 do_unshift(state_type& __state, extern_type* __to, argument
391 size_t __tlen = __tmultiple * (__to_end - __to);
395 char* __cto = reinterpret_cast<char*>(__to);
402 if (__tlen == __tmultiple * (__to_end - __to))
314 do_out(state_type& __state, const intern_type* __from, const intern_type* __from_end, const intern_type*& __from_next, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const argument
418 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
[all...]
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h879 _M_copy_code(_Hash_node<_Value, true>* __to, argument
881 { __to->_M_hash_code = __from->_M_hash_code; }

Completed in 112 milliseconds