Home
last modified time | relevance | path

Searched defs:__c (Results 1 – 25 of 76) sorted by relevance

1234

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_messages_facets.h65 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.h110 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()
Dchar_traits.h160 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.h78 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.c139 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.c107 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.h198 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.c68 int_type __c = this->sbumpc(); in xsgetn() local
112 basic_streambuf<_CharT, _Traits>::_M_xsputnc(_CharT __c, streamsize __n) in _M_xsputnc()
D_string.c180 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/
Dcomplex_io.cpp52 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/
Dios_base.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
Dostream.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
Dbasic_ios.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
Dstreambuf.pass.cpp44 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/
DCharT_pointer.pass.cpp41 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/
Dends.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
Dendl.pass.cpp40 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/
Dstreambuf.pass.cpp44 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/
Dput_time.pass.cpp36 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
/ndk/sources/cxx-stl/llvm-libc++/src/support/solaris/
Dxlocale.c26 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/
Dput.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
Dwrite.pass.cpp37 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/
Dget_streambuf_chart.pass.cpp42 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()
Dget_streambuf.pass.cpp41 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/
Dpointer.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow()

1234