Home
last modified time | relevance | path

Searched defs:_CharT (Results 1 – 24 of 24) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios.c40 ::basic_ios(basic_streambuf<_CharT, _Traits>* __streambuf) in basic_ios()
48 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __buf) { in rdbuf()
57 basic_ios<_CharT, _Traits>::copyfmt(const basic_ios<_CharT, _Traits>& __x) { in copyfmt()
97 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb) in init()
D_string_io.h65 getline(basic_istream<_CharT, _Traits>& __is, in getline()
66 basic_string<_CharT,_Traits,_Alloc>& __s) { in getline()
D_istreambuf_iterator.h74 bool equal(const istreambuf_iterator<_CharT, _Traits>& __i) const { in equal()
106 inline istreambuf_iterator<_CharT, _Traits>::istreambuf_iterator(basic_istream<_CharT, _Traits>& __… in istreambuf_iterator()
134 inline input_iterator_tag _STLP_CALL iterator_category(const istreambuf_iterator<_CharT, _Traits>&)… in iterator_category()
137 distance_type(const istreambuf_iterator<_CharT, _Traits>&) { return (streamoff*)0; } in distance_type()
139 inline _CharT* _STLP_CALL value_type(const istreambuf_iterator<_CharT, _Traits>&) { return (_CharT*… in value_type()
D_ostream.h180 explicit sentry(basic_ostream<_CharT, _Traits>& __str) in sentry()
218 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str) { in __init_bostr()
233 __get_ostreambuf(basic_ostream<_CharT, _Traits>& __St) in __get_ostreambuf()
357 endl(basic_ostream<_CharT, _Traits>& __os) { in endl()
365 ends(basic_ostream<_CharT, _Traits>& __os) { in ends()
372 flush(basic_ostream<_CharT, _Traits>& __os) { in flush()
D_string_io.c16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os, in __stlp_string_fill()
17 basic_streambuf<_CharT, _Traits>* __buf, in __stlp_string_fill()
133 getline(basic_istream<_CharT, _Traits>& __is, in getline()
134 basic_string<_CharT,_Traits,_Alloc>& __s, in getline()
D_ostream.c37 basic_ostream<_CharT, _Traits>::basic_ostream(basic_streambuf<_CharT, _Traits>* __buf) in basic_ostream()
73 ::_M_copy_buffered(basic_streambuf<_CharT, _Traits>* __from, in _M_copy_buffered()
145 ::_M_copy_unbuffered(basic_streambuf<_CharT, _Traits>* __from, in _M_copy_unbuffered()
194 __put_num(basic_ostream<_CharT, _Traits>& __os, _Number __x) { in __put_num()
D_string_sum_methods.h24 …basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) in basic_string()
49 _CharT* _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) in _M_append_fast()
53 …_CharT* _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__bu… in _M_append_fast()
56 …_CharT* _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> … in _M_append_fast()
71 _CharT* _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, in _M_append_fast_pos()
77 …_CharT* _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *… in _M_append_fast_pos()
82 …_CharT* _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageD… in _M_append_fast_pos()
101 …_Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> c… in _M_append_sum()
124 …_Self& _M_append_sum_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir… in _M_append_sum_pos()
148 …void _M_append_sum_no_overflow(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _Stor… in _M_append_sum_no_overflow()
D_istream.c168 __pushback(basic_streambuf<_CharT, _Traits>* __buf, _CharT __c) { in __pushback()
186 __get_num(basic_istream<_CharT, _Traits>& __that, _Number& __val) { in __get_num()
579 __read_unbuffered(basic_istream<_CharT, _Traits>* __that, basic_streambuf<_CharT, _Traits>* __buf, in __read_unbuffered()
635 __read_buffered(basic_istream<_CharT, _Traits>* __that, basic_streambuf<_CharT, _Traits>* __buf, in __read_buffered()
888 _M_ignore_unbuffered(basic_istream<_CharT, _Traits>* __that, in _M_ignore_unbuffered()
889 basic_streambuf<_CharT, _Traits>* __buf, in _M_ignore_unbuffered()
928 _M_ignore_buffered(basic_istream<_CharT, _Traits>* __that, in _M_ignore_buffered()
929 basic_streambuf<_CharT, _Traits>* __buf, in _M_ignore_buffered()
983 _M_ignore_unbuffered(basic_istream<_CharT, _Traits>* __that, in _M_ignore_unbuffered()
984 basic_streambuf<_CharT, _Traits>* __buf, in _M_ignore_unbuffered()
[all …]
D_istream.h86 explicit basic_istream(basic_streambuf<_CharT, _Traits>* __buf) : in basic_istream()
140 _Self& get(basic_streambuf<_CharT, _Traits>& __buf) in get()
206 sentry(basic_istream<_CharT, _Traits>& __istr, _No_Skip_WS) : /* _M_buf(__istr.rdbuf()), */ in sentry()
D_ostreambuf_iterator.h79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __… in ostreambuf_iterator()
92 iterator_category(const ostreambuf_iterator<_CharT, _Traits>&) { return output_iterator_tag(); } in iterator_category()
D_rope.c59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) in _Rope_iterator()
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos): in _Rope_iterator()
90 void _Rope_iterator_base<_CharT,_Alloc>::_S_setbuf( in _S_setbuf()
136 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache( in _S_setcache()
208 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache_for_incr( in _S_setcache_for_incr()
395 void _Terminate_RopeLeaf(_Rope_RopeLeaf<_CharT,_Alloc> *__r, in _Terminate_RopeLeaf()
402 void _Terminate_RopeLeaf(_Rope_RopeLeaf<_CharT,_Alloc> *__r, in _Terminate_RopeLeaf()
786 _Rope_RopeRep<_CharT, _Alloc> * __r, in _S_apply_to_pieces()
845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) { in _Rope_fill()
851 basic_ostream<_CharT, _Traits>& _S_io_get(basic_ostream<_CharT, _Traits>& __o, in _S_io_get()
[all …]
D_string_hash.h34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) { in __stl_string_hash()
D_stream_iterator.h89 typedef char _CharT; typedef
164 typedef char _CharT; typedef
201 iterator_category(const ostream_iterator<_TpP, _CharT, _Traits>&) { return output_iterator_tag(); } in iterator_category() argument
D_sstream.c51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode) in basic_stringbuf()
64 basic_stringbuf<_CharT, _Traits, _Alloc>::str(const basic_string<_CharT, _Traits, _Alloc>& __s) in str()
262 basic_stringbuf<_CharT, _Traits, _Alloc>::setbuf(_CharT*, streamsize __n) { in setbuf() argument
D_collate.h163 const basic_string<_CharT, _Traits, _Alloc>& __x, in __locale_do_operator_call()
D_string_sum.h258 …_BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __re… in _M_get_storage()
263 …_BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __re… in _M_get_storage()
268 …_BString& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const& __re… in _M_get_storage()
276 …_BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const… in _M_get_storage()
281 …_BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const… in _M_get_storage()
286 …_BString const& _M_get_storage(__bstr_sum<_CharT, _Traits, _Alloc, _Lhs, _Rhs, _StorageDir> const… in _M_get_storage()
D_iostream_string.h123 # define _STLP_BASIC_IOSTRING(_CharT) _STLP_PRIV __basic_iostring<_CharT> argument
D_num_get.c239 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT* /*dummy*/) { in __get_decimal_integer() argument
248 ios_base::iostate& __err, _Integer& __val, _CharT* /*__pc*/) { in __do_get_integer() argument
428 ios_base::iostate& __err, _Float& __val, _CharT* /*__pc*/) { in __do_get_float() argument
450 ios_base::iostate& __err, bool& __x, _CharT* /*__pc*/) { in __do_get_alphabool() argument
D_string.c60 typedef typename _Traits::char_type _CharT; typedef
578 void _STLP_CALL _S_string_copy(const basic_string<_CharT,_Traits,_Alloc>& __s, in _S_string_copy()
647 basic_string<_CharT, _Traits, _Alloc>::basic_string(const basic_string<_CharT, _Traits, _Alloc> & _… in basic_string()
D_monetary.c124 _StrType& __digits, bool &__is_positive, _CharT* /*__dummy*/) { in __money_do_get() argument
D_fstream.h407 static int_type _STLP_CALL _M_doit(basic_filebuf<_CharT, _Traits>* __this) { in _M_doit()
D_num_put.c475 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT /*__fill*/, in do_put() argument
D_string.h1122 swap(basic_string<_CharT,_Traits,_Alloc>& __x, in swap()
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_string_sum_methods.h23 …basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) in basic_string()
49 _Base& _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str) in _M_append_fast()
53 _Base& _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _Base &__str) in _M_append_fast()
56 …_Base& _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> c… in _M_append_fast()
70 _Base& _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str, in _M_append_fast_pos()
75 …_Base& _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _Base &__… in _M_append_fast_pos()
80 …_Base& _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDi… in _M_append_fast_pos()
99 …_Self& _M_append_sum (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> c… in _M_append_sum()
106 …_Self& _M_append_sum_pos (_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDi… in _M_append_sum_pos()