HomeSort by relevance Sort by last modified time
    Searched defs:__c (Results 51 - 75 of 180) sorted by null

1 23 4 5 6 7 8

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 86 syncungetc(int_type __c);
89 syncputc(int_type __c);
94 int_type __c = this->syncgetc(); local
95 return this->syncungetc(__c);
107 pbackfail(int_type __c = traits_type::eof())
113 if (traits_type::eq_int_type(__c, __eof)) // unget
121 __ret = this->syncungetc(__c);
132 overflow(int_type __c = traits_type::eof())
135 if (traits_type::eq_int_type(__c, traits_type::eof()))
140 __ret = traits_type::not_eof(__c);
239 int_type __c = this->syncgetc(); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 197 char __c = __is.narrow(__c2, '*'); local
199 if (__c == '0' || __c == '1')
200 __tmp.push_back(__c);
_streambuf.c 68 int_type __c = this->sbumpc(); local
69 if (!_Traits::eq_int_type(__c, __eof)) {
70 *__s = _Traits::to_char_type(__c);
112 basic_streambuf<_CharT, _Traits>::_M_xsputnc(_CharT __c, streamsize __n)
121 _Traits::assign(_M_pnext, __chunk, __c);
126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)),
_string_io.c 109 _CharT __c = _Traits::to_char_type(__c1); local
111 if (_Ctype.is(_C_type::space, __c)) {
112 if (_Traits::eq_int_type(__buf->sputbackc(__c), _Traits::eof()))
117 __s.push_back(__c);
152 _CharT __c = _Traits::to_char_type(__c1); local
153 if (!_Traits::eq(__c, __delim))
154 __s.push_back(__c);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 86 syncungetc(int_type __c);
89 syncputc(int_type __c);
94 int_type __c = this->syncgetc(); local
95 return this->syncungetc(__c);
107 pbackfail(int_type __c = traits_type::eof())
113 if (traits_type::eq_int_type(__c, __eof)) // unget
121 __ret = this->syncungetc(__c);
132 overflow(int_type __c = traits_type::eof())
135 if (traits_type::eq_int_type(__c, traits_type::eof()))
140 __ret = traits_type::not_eof(__c);
239 int_type __c = this->syncgetc(); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 197 char __c = __is.narrow(__c2, '*'); local
199 if (__c == '0' || __c == '1')
200 __tmp.push_back(__c);
_streambuf.c 68 int_type __c = this->sbumpc(); local
69 if (!_Traits::eq_int_type(__c, __eof)) {
70 *__s = _Traits::to_char_type(__c);
112 basic_streambuf<_CharT, _Traits>::_M_xsputnc(_CharT __c, streamsize __n)
121 _Traits::assign(_M_pnext, __chunk, __c);
126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)),
_string_io.c 109 _CharT __c = _Traits::to_char_type(__c1); local
111 if (_Ctype.is(_C_type::space, __c)) {
112 if (_Traits::eq_int_type(__buf->sputbackc(__c), _Traits::eof()))
117 __s.push_back(__c);
152 _CharT __c = _Traits::to_char_type(__c1); local
153 if (!_Traits::eq(__c, __delim))
154 __s.push_back(__c);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 86 syncungetc(int_type __c);
89 syncputc(int_type __c);
94 int_type __c = this->syncgetc(); local
95 return this->syncungetc(__c);
107 pbackfail(int_type __c = traits_type::eof())
113 if (traits_type::eq_int_type(__c, __eof)) // unget
121 __ret = this->syncungetc(__c);
132 overflow(int_type __c = traits_type::eof())
135 if (traits_type::eq_int_type(__c, traits_type::eof()))
140 __ret = traits_type::not_eof(__c);
239 int_type __c = this->syncgetc(); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 197 char __c = __is.narrow(__c2, '*'); local
199 if (__c == '0' || __c == '1')
200 __tmp.push_back(__c);
_streambuf.c 68 int_type __c = this->sbumpc(); local
69 if (!_Traits::eq_int_type(__c, __eof)) {
70 *__s = _Traits::to_char_type(__c);
112 basic_streambuf<_CharT, _Traits>::_M_xsputnc(_CharT __c, streamsize __n)
121 _Traits::assign(_M_pnext, __chunk, __c);
126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)),
_string_io.c 109 _CharT __c = _Traits::to_char_type(__c1); local
111 if (_Ctype.is(_C_type::space, __c)) {
112 if (_Traits::eq_int_type(__buf->sputbackc(__c), _Traits::eof()))
117 __s.push_back(__c);
152 _CharT __c = _Traits::to_char_type(__c1); local
153 if (!_Traits::eq(__c, __delim))
154 __s.push_back(__c);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_sync_filebuf.h 86 syncungetc(int_type __c);
89 syncputc(int_type __c);
94 int_type __c = this->syncgetc(); local
95 return this->syncungetc(__c);
107 pbackfail(int_type __c = traits_type::eof())
113 if (traits_type::eq_int_type(__c, __eof)) // unget
121 __ret = this->syncungetc(__c);
132 overflow(int_type __c = traits_type::eof())
135 if (traits_type::eq_int_type(__c, traits_type::eof()))
140 __ret = traits_type::not_eof(__c);
239 int_type __c = this->syncgetc(); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 96 syncungetc(int_type __c);
99 syncputc(int_type __c);
104 int_type __c = this->syncgetc(); local
105 return this->syncungetc(__c);
117 pbackfail(int_type __c = traits_type::eof())
123 if (traits_type::eq_int_type(__c, __eof)) // unget
131 __ret = this->syncungetc(__c);
142 overflow(int_type __c = traits_type::eof())
145 if (traits_type::eq_int_type(__c, traits_type::eof()))
150 __ret = traits_type::not_eof(__c);
249 int_type __c = this->syncgetc(); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 96 syncungetc(int_type __c);
99 syncputc(int_type __c);
104 int_type __c = this->syncgetc(); local
105 return this->syncungetc(__c);
117 pbackfail(int_type __c = traits_type::eof())
123 if (traits_type::eq_int_type(__c, __eof)) // unget
131 __ret = this->syncungetc(__c);
142 overflow(int_type __c = traits_type::eof())
145 if (traits_type::eq_int_type(__c, traits_type::eof()))
150 __ret = traits_type::not_eof(__c);
249 int_type __c = this->syncgetc(); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 197 char __c = __is.narrow(__c2, '*'); local
199 if (__c == '0' || __c == '1')
200 __tmp.push_back(__c);
_streambuf.c 68 int_type __c = this->sbumpc(); local
69 if (!_Traits::eq_int_type(__c, __eof)) {
70 *__s = _Traits::to_char_type(__c);
112 basic_streambuf<_CharT, _Traits>::_M_xsputnc(_CharT __c, streamsize __n)
121 _Traits::assign(_M_pnext, __chunk, __c);
126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)),
_string_io.c 109 _CharT __c = _Traits::to_char_type(__c1); local
111 if (_Ctype.is(_C_type::space, __c)) {
112 if (_Traits::eq_int_type(__buf->sputbackc(__c), _Traits::eof()))
117 __s.push_back(__c);
152 _CharT __c = _Traits::to_char_type(__c1); local
153 if (!_Traits::eq(__c, __delim))
154 __s.push_back(__c);
  /external/stlport/stlport/stl/
_ostream.c 122 : __pfrom(pfrom), __c(0), __do_guard(false) {}
125 __pfrom->sputbackc(_Traits::to_char_type(__c));
130 __c = c;
139 int_type __c; member in struct:_SPutBackC
149 int_type __c; local
155 __c = __from->sbumpc();
162 if (this->_S_eof(__c))
165 __cguard.guard(__c);
169 if (this->_S_eof(__to->sputc(_Traits::to_char_type(__c))))
300 void basic_ostream<_CharT, _Traits>::_M_put_char(_CharT __c) {
    [all...]
_time_facets.c 161 char __c = *__format; local
162 if (__c == '#') { //MS extension
164 __c = *__format;
167 switch (__c) {
407 char __c = _Ct.narrow(*__pat, 0); local
408 if (__c == '%') {
411 __c = _Ct.narrow(*__pat++, 0);
412 if (__c == '#') { // MS extension
413 __mod = __c;
414 __c = _Ct.narrow(*__pat++, 0)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 122 : __pfrom(pfrom), __c(0), __do_guard(false) {}
125 __pfrom->sputbackc(_Traits::to_char_type(__c));
130 __c = c;
139 int_type __c; member in struct:_SPutBackC
149 int_type __c; local
155 __c = __from->sbumpc();
162 if (this->_S_eof(__c))
165 __cguard.guard(__c);
169 if (this->_S_eof(__to->sputc(_Traits::to_char_type(__c))))
300 void basic_ostream<_CharT, _Traits>::_M_put_char(_CharT __c) {
    [all...]
_time_facets.c 161 char __c = *__format; local
162 if (__c == '#') { //MS extension
164 __c = *__format;
167 switch (__c) {
407 char __c = _Ct.narrow(*__pat, 0); local
408 if (__c == '%') {
411 __c = _Ct.narrow(*__pat++, 0);
412 if (__c == '#') { // MS extension
413 __mod = __c;
414 __c = _Ct.narrow(*__pat++, 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
streambuf_iterator.h 233 operator=(_CharT __c)
236 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
328 int_type __c = __sb->sgetc(); local
329 while (!traits_type::eq_int_type(__c, traits_type::eof()))
337 __c = __sb->underflow();
341 *__result++ = traits_type::to_char_type(__c);
342 __c = __sb->snextc();
364 int_type __c = __sb->sgetc(); local
365 while (!traits_type::eq_int_type(__c, traits_type::eof())
366 && !traits_type::eq_int_type(__c, __ival)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 240 operator=(_CharT __c)
243 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
335 int_type __c = __sb->sgetc(); local
336 while (!traits_type::eq_int_type(__c, traits_type::eof()))
344 __c = __sb->underflow();
348 *__result++ = traits_type::to_char_type(__c);
349 __c = __sb->snextc();
371 int_type __c = __sb->sgetc(); local
372 while (!traits_type::eq_int_type(__c, traits_type::eof())
373 && !traits_type::eq_int_type(__c, __ival)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 240 operator=(_CharT __c)
243 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
335 int_type __c = __sb->sgetc(); local
336 while (!traits_type::eq_int_type(__c, traits_type::eof()))
344 __c = __sb->underflow();
348 *__result++ = traits_type::to_char_type(__c);
349 __c = __sb->snextc();
371 int_type __c = __sb->sgetc(); local
372 while (!traits_type::eq_int_type(__c, traits_type::eof())
373 && !traits_type::eq_int_type(__c, __ival)
    [all...]

Completed in 2041 milliseconds

1 23 4 5 6 7 8