/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 | _streambuf.c | 68 int_type __c = this->sbumpc(); in xsgetn() local 112 basic_streambuf<_CharT, _Traits>::_M_xsputnc(_CharT __c, streamsize __n) in _M_xsputnc()
|
D | _string.c | 180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) { in append() 222 basic_string<_CharT,_Traits,_Alloc>::assign(size_type __n, _CharT __c) { in assign() 257 _CharT __c) { in _M_insert_aux() 281 size_t __n, _CharT __c) { in insert() 373 size_type __n, _CharT __c) { in replace() 438 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find(_CharT __c, size_type __pos) const in find() 468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const in rfind() 528 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(_CharT __c, size_type __pos) const { in find_first_not_of() 559 basic_string<_CharT, _Traits, _Alloc>::find_last_not_of(_CharT __c, size_type __pos) const in find_last_not_of()
|
/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++/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++/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++/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++/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++/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++/src/support/solaris/ |
D | xlocale.c | 26 wint_t btowc_l(int __c, locale_t __l) { in btowc_l() 31 int wctob_l(wint_t __c, locale_t __l) { in wctob_l() 133 int toupper_l(int __c, locale_t __l) { in toupper_l() 138 int tolower_l(int __c, locale_t __l) { in tolower_l() 143 wint_t towupper_l(wint_t __c, locale_t __l) { in towupper_l() 147 wint_t towlower_l(wint_t __c, locale_t __l) { in towlower_l()
|
/ndk/sources/cxx-stl/llvm-libc++/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++/test/input.output/iostream.format/input.streams/istream.unformatted/ |
D | get_streambuf_chart.pass.cpp | 42 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
D | get_streambuf.pass.cpp | 41 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
|
/ndk/sources/cxx-stl/llvm-libc++/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()
|