/external/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str) 44 { return __str += __c.getValue(); } 45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str) 46 { return __str.append(__s, __s_size); } 47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str) 48 { return _M_append_fast(__s.c_str(), __s.size(), __str); } 49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str) 50 { return _M_append_fast(__s.b_str(), __str); } 51 _Base& _M_append_fast(_Self const& __s, _Base &__str) 52 { return _M_append_fast(__s.data(), __s.size(), __str); } [all...] |
/ndk/sources/android/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 43 _Base& _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str) 44 { return __str += __c.getValue(); } 45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str) 46 { return __str.append(__s, __s_size); } 47 _Base& _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str) 48 { return _M_append_fast(__s.c_str(), __s.size(), __str); } 49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str) 50 { return _M_append_fast(__s.b_str(), __str); } 51 _Base& _M_append_fast(_Self const& __s, _Base &__str) 52 { return _M_append_fast(__s.data(), __s.size(), __str); } [all...] |
/external/stlport/stlport/stl/ |
_num_get.h | 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, 66 { return do_get(__ii, __end, __str, __err, __val); } 70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, 72 { return do_get(__ii, __end, __str, __err, __val); } 74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, 76 { return do_get(__ii, __end, __str, __err, __val); } 79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, 81 { return do_get(__ii, __end, __str, __err, __val); } 83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, 85 { return do_get(__ii, __end, __str, __err, __val); [all...] |
_stdexcept_base.c | 19 __Named_exception::__Named_exception(const string& __str) { 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
|
_string_fwd.h | 50 const char* _STLP_CALL __get_c_string(const string& __str);
|
_num_get.c | 247 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str, 249 locale __loc = __str.getloc(); 258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype); 427 __do_get_float(_InputIter& __in_ite, _InputIter& __end, ios_base& __str, 429 locale __loc = __str.getloc(); 449 __do_get_alphabool(_InputIter& __in_ite, _InputIter& __end, ios_base& __str, 451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc()); 523 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, 525 { return _STLP_PRIV __do_get_integer(__in_ite, __end, __str, __err, __val, (_CharT*)0 ); } 529 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, [all...] |
_ostream.h | 45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str); 180 explicit sentry(basic_ostream<_CharT, _Traits>& __str) 181 : _M_str(__str), /* _M_buf(__str.rdbuf()), */ _M_ok(_STLP_PRIV __init_bostr(__str)) 218 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str) { 219 if (__str.good()) { 221 if (!__str.rdbuf()) 222 __str.setstate(ios_base::badbit); 223 if (__str.tie() [all...] |
_sstream.h | 98 static _CharT* _S_start(const _String& __str) { return __CONST_CAST(_CharT*, __str.data()); } 99 static _CharT* _S_finish(const _String& __str) { return __CONST_CAST(_CharT*, __str.data()) + __str.size(); } 132 basic_istringstream(const _String& __str, 175 basic_ostringstream(const _String& __str, 221 basic_stringstream(const _String& __str,
|
_time_facets.h | 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, 142 { return do_get_time(__s, __end, __str, __err, __t); } 143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str, 145 { return do_get_date(__s, __end, __str, __err, __t); } 146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str, 148 { return do_get_weekday(__s, __end, __str, __err, __t); } 149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str, 151 { return do_get_monthname(__s, __end, __str, __err, __t); } 152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str, 154 { return do_get_year(__s, __end, __str, __err, __t); [all...] |
_num_put.c | 74 __put_float(__iostring &__str, _OutputIter __oi, 81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point); 96 __put_float(__iostring &__str, _OutputIter __oi, 100 if ((__group_pos < __str.size()) && (__str[__group_pos] == '.')) { 101 __str[__group_pos] = __decimal_point; 105 __insert_grouping(__str, __group_pos, 109 return __copy_float_and_fill(__str.data(), __str.data() + __str.size(), __oi 389 basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np.falsename(); local [all...] |
_monetary.h | 62 ios_base& __str, ios_base::iostate& __err, 64 { return do_get(__s, __end, __intl, __str, __err, __units); } 66 ios_base& __str, ios_base::iostate& __err, 68 { return do_get(__s, __end, __intl, __str, __err, __digits); } 75 ios_base& __str, ios_base::iostate& __err, 78 ios_base& __str, ios_base::iostate& __err, 395 iter_type put(iter_type __s, bool __intl, ios_base& __str, 397 { return do_put(__s, __intl, __str, __fill, __units); } 398 iter_type put(iter_type __s, bool __intl, ios_base& __str, 401 { return do_put(__s, __intl, __str, __fill, __digits); [all...] |
_monetary.c | 123 ios_base& __str, ios_base::iostate& __err, 137 locale __loc = __str.getloc(); 149 bool __symbol_required = (__str.flags() & ios_base::showbase) != 0; 280 ios_base& __str, ios_base::iostate& __err, 284 __s = _STLP_PRIV __money_do_get(__s, __end, __intl, __str, __err, __buf, __is_positive, (_CharT*)0); 305 ios_base& __str, ios_base::iostate& __err, 308 return _STLP_PRIV __money_do_get(__s, __end, __intl, __str, __err, __digits, __is_positive, (_CharT*)0); 316 _OutputIter __money_do_put(_OutputIter __s, bool __intl, ios_base& __str, 325 locale __loc = __str.getloc(); 408 streamsize __width = __str.width() [all...] |
_stdexcept_base.h | 70 __Named_exception(const string& __str);
|
_sstream.c | 402 ::basic_istringstream(const _String& __str,ios_base::openmode __mode) 404 _M_buf(__str, __mode | ios_base::in) { 425 ::basic_ostringstream(const _String& __str, ios_base::openmode __mode) 427 _M_buf(__str, __mode | ios_base::out) { 447 ::basic_stringstream(const _String& __str, ios_base::openmode __mode) 448 : basic_iostream<_CharT, _Traits>(0), _M_buf(__str, __mode) {
|
/ndk/sources/android/stlport/stlport/stl/ |
_num_get.h | 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, 66 { return do_get(__ii, __end, __str, __err, __val); } 70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, 72 { return do_get(__ii, __end, __str, __err, __val); } 74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, 76 { return do_get(__ii, __end, __str, __err, __val); } 79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, 81 { return do_get(__ii, __end, __str, __err, __val); } 83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, 85 { return do_get(__ii, __end, __str, __err, __val); [all...] |
_stdexcept_base.c | 19 __Named_exception::__Named_exception(const string& __str) { 20 size_t __size = strlen(_STLP_PRIV __get_c_string(__str)) + 1; 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 38 strncpy_s(_M_name, __size, _STLP_PRIV __get_c_string(__str), __size - 1);
|
_string_fwd.h | 50 const char* _STLP_CALL __get_c_string(const string& __str);
|
_num_get.c | 247 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str, 249 locale __loc = __str.getloc(); 258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype); 427 __do_get_float(_InputIter& __in_ite, _InputIter& __end, ios_base& __str, 429 locale __loc = __str.getloc(); 449 __do_get_alphabool(_InputIter& __in_ite, _InputIter& __end, ios_base& __str, 451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc()); 523 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, 525 { return _STLP_PRIV __do_get_integer(__in_ite, __end, __str, __err, __val, (_CharT*)0 ); } 529 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, [all...] |
_ostream.h | 45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str); 180 explicit sentry(basic_ostream<_CharT, _Traits>& __str) 181 : _M_str(__str), /* _M_buf(__str.rdbuf()), */ _M_ok(_STLP_PRIV __init_bostr(__str)) 218 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str) { 219 if (__str.good()) { 221 if (!__str.rdbuf()) 222 __str.setstate(ios_base::badbit); 223 if (__str.tie() [all...] |
_sstream.h | 98 static _CharT* _S_start(const _String& __str) { return __CONST_CAST(_CharT*, __str.data()); } 99 static _CharT* _S_finish(const _String& __str) { return __CONST_CAST(_CharT*, __str.data()) + __str.size(); } 132 basic_istringstream(const _String& __str, 175 basic_ostringstream(const _String& __str, 221 basic_stringstream(const _String& __str,
|
_time_facets.h | 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, 142 { return do_get_time(__s, __end, __str, __err, __t); } 143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str, 145 { return do_get_date(__s, __end, __str, __err, __t); } 146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str, 148 { return do_get_weekday(__s, __end, __str, __err, __t); } 149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str, 151 { return do_get_monthname(__s, __end, __str, __err, __t); } 152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str, 154 { return do_get_year(__s, __end, __str, __err, __t); [all...] |
_num_put.c | 74 __put_float(__iostring &__str, _OutputIter __oi, 81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point); 96 __put_float(__iostring &__str, _OutputIter __oi, 100 if ((__group_pos < __str.size()) && (__str[__group_pos] == '.')) { 101 __str[__group_pos] = __decimal_point; 105 __insert_grouping(__str, __group_pos, 109 return __copy_float_and_fill(__str.data(), __str.data() + __str.size(), __oi 389 basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np.falsename(); local [all...] |
_monetary.h | 62 ios_base& __str, ios_base::iostate& __err, 64 { return do_get(__s, __end, __intl, __str, __err, __units); } 66 ios_base& __str, ios_base::iostate& __err, 68 { return do_get(__s, __end, __intl, __str, __err, __digits); } 75 ios_base& __str, ios_base::iostate& __err, 78 ios_base& __str, ios_base::iostate& __err, 395 iter_type put(iter_type __s, bool __intl, ios_base& __str, 397 { return do_put(__s, __intl, __str, __fill, __units); } 398 iter_type put(iter_type __s, bool __intl, ios_base& __str, 401 { return do_put(__s, __intl, __str, __fill, __digits); [all...] |
_monetary.c | 123 ios_base& __str, ios_base::iostate& __err, 137 locale __loc = __str.getloc(); 149 bool __symbol_required = (__str.flags() & ios_base::showbase) != 0; 280 ios_base& __str, ios_base::iostate& __err, 284 __s = _STLP_PRIV __money_do_get(__s, __end, __intl, __str, __err, __buf, __is_positive, (_CharT*)0); 305 ios_base& __str, ios_base::iostate& __err, 308 return _STLP_PRIV __money_do_get(__s, __end, __intl, __str, __err, __digits, __is_positive, (_CharT*)0); 316 _OutputIter __money_do_put(_OutputIter __s, bool __intl, ios_base& __str, 325 locale __loc = __str.getloc(); 408 streamsize __width = __str.width() [all...] |
_stdexcept_base.h | 70 __Named_exception(const string& __str);
|