| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| D | _messages_facets.h | 65 string_type get(catalog __c, int __set, int __msgid, in get() 68 inline void close(catalog __c) const in close() 78 virtual string_type do_get(catalog __c, int __set, int __msgid, in do_get() 81 virtual void do_close(catalog __c) const in do_close() 98 inline string_type get(catalog __c, int __set, int __msgid, in get() 101 inline void close(catalog __c) const in close() 111 virtual string_type do_get(catalog __c, int __set, int __msgid, in do_get() 114 virtual void do_close(catalog __c) const in do_close()
|
| D | _ios.h | 110 static bool _STLP_CALL _S_eof(int_type __c) { in _S_eof() 145 basic_ios<_CharT, _Traits>::narrow(_CharT __c, char __default) const in narrow() 150 basic_ios<_CharT, _Traits>::widen(char __c) const in widen() 156 basic_ios<char, char_traits<char> >::narrow(char __c, char) const in narrow() argument 163 basic_ios<char, char_traits<char> >::widen(char __c) const in widen()
|
| D | char_traits.h | 160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { in find() 175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) { in assign() 181 static int_type _STLP_CALL not_eof(const int_type& __c) in not_eof() 184 static char_type _STLP_CALL to_char_type(const int_type& __c) in to_char_type() 187 static int_type _STLP_CALL to_int_type(const char_type& __c) in to_int_type() 219 static char _STLP_CALL to_char_type(const int& __c) in to_char_type() 222 static int _STLP_CALL to_int_type(const char& __c) in to_int_type() 234 static char* _STLP_CALL assign(char* __s, size_t __n, char __c) { in assign() 260 static wchar_t* _STLP_CALL assign(wchar_t* __s, size_t __n, wchar_t __c) in assign()
|
| D | _ctype.h | 78 bool is(mask __m, char __c) const in is() 101 char widen(char __c) const { return do_widen(__c); } in widen() 106 char narrow(char __c, char __dfault) const { in narrow() 183 bool is(mask __m, wchar_t __c) const in is() 206 wchar_t widen(char __c) const { return do_widen(__c); } in widen() 211 char narrow(wchar_t __c, char __dfault) const in narrow()
|
| D | _ostream.c | 139 int_type __c; member 149 int_type __c; in _M_copy_unbuffered() local 300 void basic_ostream<_CharT, _Traits>::_M_put_char(_CharT __c) { in _M_put_char() 408 basic_ostream<_CharT, _Traits>::put(char_type __c) { in put()
|
| D | _sstream.c | 107 int_type __c = _Traits::to_int_type(*this->gptr()); in uflow() local 117 basic_stringbuf<_CharT, _Traits, _Alloc>::pbackfail(int_type __c) { in pbackfail() 142 __BSB_int_type__ basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(int_type __c) in overflow() 213 basic_stringbuf<_CharT, _Traits, _Alloc>::_M_xsputnc(char_type __c, in _M_xsputnc()
|
| D | _streambuf.h | 198 int_type sputc(char_type __c) { in sputc() 208 streamsize _M_sputnc(char_type __c, streamsize __n) in _M_sputnc() 241 int_type sputbackc(char_type __c) { in sputbackc()
|
| D | _num_get.c | 38 inline bool _STLP_CALL __get_fdigit(char __c, const char*) in __get_fdigit() argument 41 inline bool _STLP_CALL __get_fdigit_or_sep(char& __c, char __sep, const char *__digits) { in __get_fdigit_or_sep() 62 _CharT __c = *__in_ite; in __get_base_or_zero() local 132 const _CharT __c = *__first; in __get_integer() local 192 const _CharT __c = *__first; in __get_integer() local 300 _CharT __c = *__first; in __copy_sign() local 319 _CharT __c = *__first; in __copy_digits() local 342 _CharT __c = *__first; in __copy_grouped_digits() local 459 _CharT __c = *__in_ite; in __do_get_alphabool() local
|
| /ndk/sources/cxx-stl/stlport/src/ |
| D | complex_io.cpp | 52 char __c; in operator >>() local 78 char __c; in operator >>() local 105 char __c; in operator >>() local
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ |
| D | ios_base.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
| D | ostream.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
| D | basic_ios.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
| D | streambuf.pass.cpp | 44 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/ |
| D | CharT_pointer.pass.cpp | 41 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/ |
| D | ends.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
| D | endl.pass.cpp | 40 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
| D | xlocale.c | 34 wint_t btowc_l(int __c, locale_t __l) { in btowc_l() 39 int wctob_l(wint_t __c, locale_t __l) { in wctob_l() 141 int toupper_l(int __c, locale_t __l) { in toupper_l() 146 int tolower_l(int __c, locale_t __l) { in tolower_l() 151 wint_t towupper_l(wint_t __c, locale_t __l) { in towupper_l() 155 wint_t towlower_l(wint_t __c, locale_t __l) { in towlower_l()
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
| D | streambuf.pass.cpp | 44 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/ |
| D | put_time.pass.cpp | 36 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ |
| D | get_streambuf.pass.cpp | 41 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
| D | get_streambuf_chart.pass.cpp | 42 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/ |
| D | put.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
| D | write.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/ |
| D | pointer.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
| D | _string.h | 118 : _M_non_dbg_impl(__n, __c, __a), _M_iter_list(&_M_non_dbg_impl) {} in _M_non_dbg_impl() argument 198 void resize(size_type __n, _CharT __c) { in resize() 305 _Self& append(size_type __n, _CharT __c) { in append() 312 void push_back(_CharT __c) { in push_back() 354 _Self& assign(size_type __n, _CharT __c) { in assign() 419 _Self& insert(size_type __pos, size_type __n, _CharT __c) { in insert() 426 iterator insert(iterator __p, _CharT __c) { in insert() 434 void insert(iterator __p, size_t __n, _CharT __c) { in insert() 548 _Self& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) { in replace() 583 _Self& replace(iterator __f, iterator __l, size_type __n, _CharT __c) { in replace() [all …]
|