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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dcollate_members.cc50 collate<char>::_M_transform(char* __to, const char* __from, argument
52 { return strxfrm(__to, __from, __n); }
66 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from, argument
68 { return wcsxfrm(__to, __from, __n); }
H A Dcodecvt_members.cc45 extern_type* __to, extern_type* __to_end,
58 // something smaller than __to_end - __to or the conversion must be done
61 if (MB_CUR_MAX * (__from_end - __from) - (__to_end - __to) <= 0)
64 const size_t __conv = wcrtomb(__to, *__from, &__tmp_state);
71 __to += __conv;
77 while (__from < __from_end && __to < __to_end)
85 else if (__conv > static_cast<size_t>(__to_end - __to))
91 memcpy(__to, __buf, __conv);
93 __to += __conv;
102 __to_next = __to;
43 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
108 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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dcollate_members.cc49 collate<char>::_M_transform(char* __to, const char* __from, argument
51 { return __strxfrm_l(__to, __from, __n, _M_c_locale_collate); }
65 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from, argument
67 { return __wcsxfrm_l(__to, __from, __n, _M_c_locale_collate); }
H A Dcodecvt_members.cc45 extern_type* __to, extern_type* __to_end,
58 for (__from_next = __from, __to_next = __to;
120 intern_type* __to, intern_type* __to_end,
133 for (__from_next = __from, __to_next = __to;
249 wchar_t* __to = static_cast<wchar_t*>(__builtin_alloca(sizeof(wchar_t) local
261 size_t __conv = mbsnrtowcs(__to, &__from,
43 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
118 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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/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...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dcodecvt.cc56 extern_type* __to, extern_type*,
63 __to_next = __to;
69 do_unshift(state_type&, extern_type* __to, argument
72 __to_next = __to;
80 intern_type* __to, intern_type*, intern_type*& __to_next) const
86 __to_next = __to;
134 do_unshift(state_type&, extern_type* __to, argument
138 __to_next = __to;
54 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
78 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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcodecvt.h117 extern_type* __to, extern_type* __to_end,
121 __to, __to_end, __to_next);
154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, argument
156 { return this->do_unshift(__state, __to,__to_end,__to_next); }
197 intern_type* __to, intern_type* __to_end,
201 __to, __to_end, __to_next);
238 extern_type* __to, extern_type* __to_end,
242 do_unshift(state_type& __state, extern_type* __to,
248 intern_type* __to, intern_type* __to_end,
305 extern_type* __to, extern_typ
115 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
195 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.h304 widen(const char* __lo, const char* __hi, char_type* __to) const
305 { return this->do_widen(__lo, __hi, __to); }
346 char __dfault, char *__to) const
347 { return this->do_narrow(__lo, __hi, __dfault, __to); }
891 widen(const char* __lo, const char* __hi, char_type* __to) const
895 __builtin_memcpy(__to, __lo, __hi - __lo);
900 return this->do_widen(__lo, __hi, __to);
956 char __dfault, char *__to) const
960 __builtin_memcpy(__to, __lo, __hi - __lo);
965 return this->do_narrow(__lo, __hi, __dfault, __to);
[all...]
H A Dlocale_facets_nonio.h1870 _CharT* __to = static_cast<_CharT*>(__builtin_alloca(__len + 1));
1873 __to, __to + __len + 1, __to_next);
1874 return string_type(__to);
H A Dhashtable_policy.h816 _M_copy_code(_Hash_node<_Value, true>* __to, argument
818 { __to->_M_hash_code = __from->_M_hash_code; }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dcodecvt.h120 extern_type* __to, extern_type* __to_end,
124 __to, __to_end, __to_next);
157 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, argument
159 { return this->do_unshift(__state, __to,__to_end,__to_next); }
200 intern_type* __to, intern_type* __to_end,
204 __to, __to_end, __to_next);
241 extern_type* __to, extern_type* __to_end,
245 do_unshift(state_type& __state, extern_type* __to,
251 intern_type* __to, intern_type* __to_end,
301 extern_type* __to, extern_typ
118 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
198 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.h306 widen(const char* __lo, const char* __hi, char_type* __to) const
307 { return this->do_widen(__lo, __hi, __to); }
348 char __dfault, char *__to) const
349 { return this->do_narrow(__lo, __hi, __dfault, __to); }
893 widen(const char* __lo, const char* __hi, char_type* __to) const
897 memcpy(__to, __lo, __hi - __lo);
902 return this->do_widen(__lo, __hi, __to);
958 char __dfault, char *__to) const
962 memcpy(__to, __lo, __hi - __lo);
967 return this->do_narrow(__lo, __hi, __dfault, __to);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_hashtable_size.h99 size_t __to)
103 _GLIBCXX_PROFILE_DATA(_S_hashtable_size)->__resize(__obj, __from, __to);
98 __trace_hashtable_size_resize(const void* __obj, size_t __from, size_t __to) argument
H A Dprofiler_vector_size.h95 size_t __to)
99 _GLIBCXX_PROFILE_DATA(_S_vector_size)->__resize(__obj, __from, __to);
94 __trace_vector_size_resize(const void* __obj, size_t __from, size_t __to) argument
H A Dprofiler_container_size.h76 float __resize_cost(size_t __from, size_t __to) { return __from; } argument
78 void __resize(size_t __from, size_t __to);
119 inline void __container_size_info::__resize(size_t __from, size_t __to) argument
121 _M_cost += this->__resize_cost(__from, __to);
123 _M_max = std::max(_M_max, __to);
198 void __resize(const void* __obj, int __from, int __to);
230 int __to)
238 __object_info->__resize(__from, __to);
229 __resize(const void* __obj, int __from, int __to) argument
H A Dprofiler_list_to_vector.h87 void __resize(size_t __from, size_t __to);
136 inline void __list2vector_info::__resize(size_t __from, size_t __to) argument
166 void __resize(const void* __obj, size_t __from, size_t __to);
245 size_t __to)
249 __res->__resize(__from, __to);
305 size_t __from, size_t __to)
309 _GLIBCXX_PROFILE_DATA(_S_list_to_vector)->__resize(__obj, __from, __to);
244 __resize(const void* __obj, size_t __from, size_t __to) argument
304 __trace_list_to_vector_resize(const void* __obj, size_t __from, size_t __to) argument
H A Dprofiler_vector_to_list.h85 void __resize(size_t __from, size_t __to);
123 inline void __vector2list_info::__resize(size_t __from, size_t __to) argument
166 void __resize(const void* __obj, size_t __from, size_t __to);
254 size_t __to)
258 __res->__resize(__from, __to);
321 size_t __from, size_t __to)
325 _GLIBCXX_PROFILE_DATA(_S_vector_to_list)->__resize(__obj, __from, __to);
253 __resize(const void* __obj, size_t __from, size_t __to) argument
320 __trace_vector_to_list_resize(const void* __obj, size_t __from, size_t __to) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h257 extern_type* __to, extern_type* __to_end,
261 do_unshift(state_type& __state, extern_type* __to,
267 intern_type* __to, intern_type* __to_end,
304 extern_type* __to, extern_type* __to_end,
314 size_t __tbytes = __tmultiple * (__to_end - __to);
318 char* __cto = reinterpret_cast<char*>(__to);
371 do_unshift(state_type& __state, extern_type* __to, argument
379 size_t __tlen = __tmultiple * (__to_end - __to);
383 char* __cto = reinterpret_cast<char*>(__to);
390 if (__tlen == __tmultiple * (__to_end - __to))
302 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
406 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...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h257 extern_type* __to, extern_type* __to_end,
261 do_unshift(state_type& __state, extern_type* __to,
267 intern_type* __to, intern_type* __to_end,
304 extern_type* __to, extern_type* __to_end,
314 size_t __tbytes = __tmultiple * (__to_end - __to);
318 char* __cto = reinterpret_cast<char*>(__to);
371 do_unshift(state_type& __state, extern_type* __to, argument
379 size_t __tlen = __tmultiple * (__to_end - __to);
383 char* __cto = reinterpret_cast<char*>(__to);
390 if (__tlen == __tmultiple * (__to_end - __to))
302 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
406 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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h758 _M_copy_code(_Hash_node<_Value, true>* __to, argument
760 { __to->_M_hash_code = __from->_M_hash_code; }

Completed in 299 milliseconds