/ndk/sources/cxx-stl/stlport/stlport/stl/ |
H A D | _string_sum_methods.h | 41 _CharT* _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf) { argument 42 _STLP_STD::_Copy_Construct(__buf, __c.getValue()); 43 return __buf + 1; 45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf) argument 46 { return uninitialized_copy(__s, __s + __s_size, __buf); } 47 _CharT* _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) argument 48 { return _M_append_fast(__s.c_str(), __s.size(), __buf); } 49 _CharT* _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) argument 50 { return _M_append_fast(__s.b_str(), __buf); } 51 _CharT* _M_append_fast(_Self const& __s, _CharT *__buf) argument 53 _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf) argument 56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf) argument 59 _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf, size_type , size_type __n) argument 65 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, size_type __pos, size_type __n) argument 68 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument 71 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, size_type __pos, size_type __n) argument 74 _M_append_fast_pos(_Self const& __s, _CharT *__buf, size_type __pos, size_type __n) argument 77 _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf, size_type, size_type) argument 82 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument [all...] |
H A D | _istream.c | 168 __pushback(basic_streambuf<_CharT, _Traits>* __buf, _CharT __c) { 172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof); 428 basic_streambuf<_CharT, _Traits>* __buf = this->rdbuf(); 429 // if (!__buf || this->_S_eof(__buf->sputbackc(__c))) 430 if (__buf) { 432 __tmp = __buf->sputbackc(__c); 454 basic_streambuf<_CharT, _Traits>* __buf = this->rdbuf(); 455 // if (!__buf || _Traits::eq_int_type(__buf [all...] |
H A D | _num_put.c | 117 __iostring __buf; local 119 size_t __group_pos = __write_float(__buf, __f.flags(), (int)__f.precision(), __x); 122 return __put_float(__buf, __s, __f, __fill, 127 inline void __get_money_digits_aux (__iostring &__buf, ios_base &, _STLP_LONGEST_FLOAT_TYPE __x) argument 128 { __get_floor_digits(__buf, __x); } 132 __iostring __buf; local 133 __get_floor_digits(__buf, __x); 136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false); 141 void _STLP_CALL __get_money_digits(_STLP_BASIC_IOSTRING(_CharT) &__buf, ios_base& __f, _STLP_LONGEST_FLOAT_TYPE __x) 142 { __get_money_digits_aux(__buf, __ 148 __copy_integer_and_fill(const _CharT* __buf, ptrdiff_t __len, _OutputIter __oi, ios_base::fmtflags __flg, streamsize __wid, _CharT __fill, _CharT __xplus, _CharT __xminus) argument 192 __put_integer(char* __buf, char* __iend, _OutputIter __s, ios_base& __f, ios_base::fmtflags __flags, wchar_t __fill) argument 232 __put_integer(char* __buf, char* __iend, _OutputIter __s, ios_base& __f, ios_base::fmtflags __flags, char __fill) argument 304 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x) argument 377 char __buf[sizeof(_Integer) * 3 + 2]; local [all...] |
H A D | _string_io.c | 17 basic_streambuf<_CharT, _Traits>* __buf, 21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof())) 46 basic_streambuf<_CharT, _Traits>* __buf = __os.rdbuf(); local 53 __ok = __stlp_string_fill(__os, __buf, __pad_len); 55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n)); 58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len); 80 basic_streambuf<_CharT, _Traits>* __buf = __is.rdbuf(); local 103 typename _Traits::int_type __c1 = __buf->sbumpc(); 112 if (_Traits::eq_int_type(__buf->sputbackc(__c), _Traits::eof())) 141 basic_streambuf<_CharT, _Traits>* __buf local 16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, basic_streambuf<_CharT, _Traits>* __buf, streamsize __n) argument [all...] |
H A D | _ostreambuf_iterator.h | 57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
|
H A D | _istream.h | 86 explicit basic_istream(basic_streambuf<_CharT, _Traits>* __buf) : argument 88 this->init(__buf); 138 _Self& get(basic_streambuf<_CharT, _Traits>& __buf, 140 _Self& get(basic_streambuf<_CharT, _Traits>& __buf) argument 141 { return get(__buf, this->widen('\n')); } 333 explicit basic_iostream(basic_streambuf<_CharT, _Traits>* __buf);
|
H A D | _ios.c | 48 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __buf) { argument 50 _M_streambuf = __buf;
|
H A D | _fstream.c | 261 // __buf == 0 && __n == 0 means to make this stream unbuffered. 262 // __buf != 0 && __n > 0 means to use __buf as the stream's internal 264 // automatically. __buf must be a pointer to an array of _CharT whose 268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) { argument 271 if (__buf == 0 && __n == 0) 273 else if (__buf != 0 && __n > 0) 274 _M_allocate_buffers(__buf, __n); 351 _Filebuf_Tmp_Buf<_CharT> __buf(__ipos); 352 _CharT* __ibegin = __buf 630 _M_allocate_buffers(_CharT* __buf, streamsize __n) argument [all...] |
H A D | _fstream.h | 68 ptrdiff_t _M_read(char* __buf, ptrdiff_t __n); 71 bool _M_write(char* __buf, ptrdiff_t __n); 234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n); 322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); } argument 357 _M_doit(basic_filebuf<char, char_traits<char> >* __buf, argument 360 return (__buf->_M_write(__first, __n)); 390 _M_doit(basic_filebuf<char, char_traits<char> >* __buf) { argument 391 return __buf->_M_do_noconv_input();
|
H A D | _monetary.c | 150 string_type __buf; local 151 back_insert_iterator<string_type> __out_ite(__buf); 253 __digits = __buf; 265 __digits += __buf; 282 string_type __buf; local 284 __s = _STLP_PRIV __money_do_get(__s, __end, __intl, __str, __err, __buf, __is_positive, (_CharT*)0); 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end();
|
H A D | _bitset.c | 186 basic_streambuf<_CharT, _Traits>* __buf = __is.rdbuf(); local 190 typename _Traits::int_type __c1 = __buf->sbumpc(); 201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
|
H A D | _num_get.c | 368 __read_float(__iostring& __buf, _InputIter& __in_ite, _InputIter& __end, argument 393 __in_ite = __copy_sign(__in_ite, __end, __buf, __xplus, __xminus); 397 __digits_before_dot = __copy_grouped_digits(__in_ite, __end, __buf, __digits, 400 __digits_before_dot = __copy_digits(__in_ite, __end, __buf, __digits); 404 __buf.push_back('.'); 406 __digits_after_dot = __copy_digits(__in_ite, __end, __buf, __digits); 414 __buf.push_back('e'); 416 __in_ite = __copy_sign(__in_ite, __end, __buf, __xplus, __xminus); 417 __ok = __copy_digits(__in_ite, __end, __buf, __digits); 433 __iostring __buf ; local [all...] |
H A D | _time_facets.c | 429 _STLP_BASIC_IOSTRING(_Ch) __buf; 430 _STLP_PRIV __write_formatted_time(__buf, __ct, __format, __modifier, this->_M_timeinfo, __tmb); 431 return copy(__buf.begin(), __buf.end(), __s);
|
H A D | _ostream.c | 37 basic_ostream<_CharT, _Traits>::basic_ostream(basic_streambuf<_CharT, _Traits>* __buf) argument 39 this->init(__buf); 397 basic_streambuf<_CharT, _Traits>* __buf = this->rdbuf(); local 400 if (this->_S_eof(__buf->sputc(this->widen(*__s++))))
|
H A D | _strstream.h | 77 virtual _Base* setbuf(char* __buf, streamsize __n);
|
H A D | _bitset.h | 769 streambuf* __buf = __is.rdbuf(); 773 typename _Traits::int_type __c1 = __buf->sbumpc(); 784 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) { 820 wstreambuf* __buf = __is.rdbuf(); 824 typename _Traits::int_type __c1 = __buf->sbumpc(); 835 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
|
H A D | _ostream.h | 71 explicit basic_ostream(basic_streambuf<_CharT, _Traits>* __buf); 101 _Self& operator<<(basic_streambuf<_CharT, _Traits>* __buf);
|
H A D | _num_put.h | 139 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x);
|
H A D | _algo.c | 812 _Temporary_buffer<_ForwardIter, _Tp> __buf(__first, __last); 814 return (__buf.size() > 0) ? 816 _Distance(__buf.requested_size()), 817 __buf.begin(), __buf.size(), 820 _Distance(__buf.requested_size()), 1541 _Temporary_buffer<_BidirectionalIter, _Tp> __buf(__first, __last); 1542 if (__buf.begin() == 0) 1546 __buf.begin(), _Distance(__buf [all...] |
H A D | _rope.h | 1235 _CharT* __buf = _STLP_CREATE_ALLOCATOR(allocator_type,__a, _CharT).allocate(_S_rounded_up_size(_p_size)); 1237 _STLP_PRIV __ucopy_n(__s, _p_size, __buf); 1238 _S_construct_null(__buf + _p_size); 1241 return _S_new_RopeLeaf(__buf, _p_size, __a); 1243 _STLP_UNWIND(_RopeRep::_S_free_string(__buf, _p_size, __a)) 1396 _CharT* __buf = _M_tree_ptr.allocate(_S_rounded_up_size(1)); local 1398 _Copy_Construct(__buf, __c); 1399 _S_construct_null(__buf + 1); 1402 _M_tree_ptr._M_data = _S_new_RopeLeaf(__buf, 1, __a); 1404 _STLP_UNWIND(_RopeRep::_S_free_string(__buf, [all...] |
H A D | _sstream.h | 89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
|
H A D | _string.c | 579 _CharT* __buf, size_t __n) { 582 _STLP_STD::copy(__s.begin(), __s.begin() + __n, __buf); 583 __buf[__n] = _CharT(); 578 _S_string_copy(const basic_string<_CharT,_Traits,_Alloc>& __s, _CharT* __buf, size_t __n) argument
|
H A D | _string.h | 1154 _CharT* __buf, size_t __n);
|
/ndk/sources/cxx-stl/stlport/src/ |
H A D | c_locale.h | 123 const char * _Locale_ctype_default(char * __buf); 124 const char * _Locale_numeric_default(char * __buf); 125 const char * _Locale_time_default(char * __buf); 126 const char * _Locale_collate_default(char * __buf); 127 const char * _Locale_monetary_default(char * __buf); 128 const char * _Locale_messages_default(char * __buf); 132 * __buf points to a buffer that can hold at least _Locale_MAX_SIMPLE_NAME 134 * string, in __buf. This function can't fail, at worst name is truncated. 136 char const* _Locale_ctype_name(const struct _Locale_ctype *, char* __buf); 137 char const* _Locale_codecvt_name(const struct _Locale_codecvt *, char* __buf); [all...] |