Searched defs:__to (Results 1 - 4 of 4) sorted by relevance

/external/stlport/src/
H A Dcodecvt.cpp49 char* __to,
52 { __to_next = __to; return noconv; }
59 char* __to,
62 { __from_next = __from; __to_next = __to; return noconv; }
69 char* __to,
72 { __from_next = __from; __to_next = __to; return noconv; }
48 do_unshift(state_type& , char* __to, char* , char*& __to_next) const argument
55 do_in(state_type& , const char* __from, const char* , const char*& __from_next, char* __to, char* , char*& __to_next) const argument
65 do_out(state_type& , const char* __from, const char* , const char*& __from_next, char* __to, char* , char*& __to_next) const argument
/external/stlport/stlport/stl/
H A D_codecvt.h66 extern_type* __to,
70 _STLP_VERBOSE_ASSERT(__to <= __to_limit, _StlMsg_INVALID_ARGUMENT)
73 __to, __to_limit, __to_next);
77 extern_type* __to,
80 _STLP_VERBOSE_ASSERT(__to <= __to_limit, _StlMsg_INVALID_ARGUMENT)
81 return do_unshift(__state, __to, __to_limit, __to_next);
88 intern_type* __to,
92 _STLP_VERBOSE_ASSERT(__to <= __to_limit, _StlMsg_INVALID_ARGUMENT)
95 __to, __to_limit, __to_next);
121 extern_type* __to,
62 out(state_type& __state, const intern_type* __from, const intern_type* __from_end, const intern_type*& __from_next, extern_type* __to, extern_type* __to_limit, extern_type*& __to_next) const argument
76 unshift(state_type& __state, extern_type* __to, extern_type* __to_limit, extern_type*& __to_next) const argument
84 in(state_type& __state, const extern_type* __from, const extern_type* __from_end, const extern_type*& __from_next, intern_type* __to, intern_type* __to_limit, intern_type*& __to_next) const argument
117 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
126 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
135 do_unshift(state_type&, extern_type* __to, extern_type*, extern_type*& __to_next) const argument
[all...]
H A D_ostream.c74 basic_streambuf<_CharT, _Traits>* __to) {
82 __nwritten = __to->sputn(__from->gptr(), __avail);
110 return __any_inserted || this->_M_copy_unbuffered(__from, __to);
146 basic_streambuf<_CharT, _Traits>* __to) {
169 if (this->_S_eof(__to->sputc(_Traits::to_char_type(__c))))
73 _M_copy_buffered(basic_streambuf<_CharT, _Traits>* __from, basic_streambuf<_CharT, _Traits>* __to) argument
145 _M_copy_unbuffered(basic_streambuf<_CharT, _Traits>* __from, basic_streambuf<_CharT, _Traits>* __to) argument
/external/stlport/test/unit/
H A Dfstream_test.cpp629 extern_type* __to,
632 { __from_next = __from; __to_next = __to; return noconv; }
638 intern_type* __to,
641 { __from_next = __from; __to_next = __to; return noconv; }
644 extern_type* __to,
647 { __to_next = __to; return noconv; }
625 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
634 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
643 unshift(state_type&, extern_type* __to, extern_type*, extern_type*& __to_next) const argument

Completed in 91 milliseconds