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

/macosx-10.9.5/libstdcxx-60/src/
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); }
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);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/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...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/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...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/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;
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/tr1/
H A Dhashtable_policy.h880 const _Hash_node<_Value, true>* __from) const
881 { __to->_M_hash_code = __from->_M_hash_code; }

Completed in 140 milliseconds