Home
last modified time | relevance | path

Searched refs:__to (Results 1 – 7 of 7) sorted by relevance

/external/stlport/stlport/stl/
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,
[all …]
D_ctype.h102 const char* widen(const char* __low, const char* __high, char* __to) const { in widen() argument
103 return do_widen(__low, __high, __to); in widen()
110 char __dfault, char* __to) const { in narrow() argument
111 return do_narrow(__low, __high, __dfault, __to); in narrow()
129 char* __to) const;
132 char /* dfault */, char* __to) const;
208 wchar_t* __to) const in widen() argument
209 { return do_widen(__low, __high, __to); } in widen()
214 char __dfault, char* __to) const in narrow() argument
215 { return do_narrow(__low, __high, __dfault, __to); } in narrow()
D_ostream.c74 basic_streambuf<_CharT, _Traits>* __to) { in _M_copy_buffered() argument
82 __nwritten = __to->sputn(__from->gptr(), __avail); in _M_copy_buffered()
110 return __any_inserted || this->_M_copy_unbuffered(__from, __to); in _M_copy_buffered()
146 basic_streambuf<_CharT, _Traits>* __to) { in _M_copy_unbuffered() argument
169 if (this->_S_eof(__to->sputc(_Traits::to_char_type(__c)))) in _M_copy_unbuffered()
D_ostream.h84 basic_streambuf<_CharT, _Traits>* __to);
86 basic_streambuf<_CharT, _Traits>* __to);
/external/stlport/src/
Dcodecvt.cpp49 char* __to, in do_unshift() argument
52 { __to_next = __to; return noconv; } in do_unshift()
59 char* __to, in do_in() argument
62 { __from_next = __from; __to_next = __to; return noconv; } in do_in()
69 char* __to, in do_out() argument
72 { __from_next = __from; __to_next = __to; return noconv; } in do_out()
Dctype.cpp362 char* __to) const { in do_widen()
363 _STLP_PRIV __copy_trivial(__low, __high, __to); in do_widen()
370 char /* dfault */, char* __to) const { in do_narrow()
371 _STLP_PRIV __copy_trivial(__low, __high, __to); in do_narrow()
/external/stlport/test/unit/
Dfstream_test.cpp629 extern_type* __to, in out() argument
632 { __from_next = __from; __to_next = __to; return noconv; } in out()
638 intern_type* __to, in in() argument
641 { __from_next = __from; __to_next = __to; return noconv; } in in()
644 extern_type* __to, in unshift() argument
647 { __to_next = __to; return noconv; } in unshift()