HomeSort by relevance Sort by last modified time
    Searched refs:__c (Results 126 - 150 of 592) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.c 117 _CharT __c; local
119 __is >> __c; local
120 if (_Traits::eq(__c, __wpunct[0])) { // Left paren
121 __is >> __re >> __c; local
122 if (_Traits::eq(__c, __wpunct[1])) // Comma
123 __is >> __im >> __c; local
124 if (!_Traits::eq(__c, __wpunct[2])) // Right paren
128 __is.putback(__c);
_sstream.c 107 int_type __c = _Traits::to_int_type(*this->gptr()); local
109 return __c;
117 basic_stringbuf<_CharT, _Traits, _Alloc>::pbackfail(int_type __c) {
119 if (!_Traits::eq_int_type(__c, _Traits::eof())) {
120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
122 return __c;
126 *this->gptr() = _Traits::to_char_type(__c);
127 return __c;
134 return _Traits::not_eof(__c);
142 __BSB_int_type__ basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(int_type __c)
    [all...]
_num_get.c 38 inline bool _STLP_CALL __get_fdigit(char __c, const char*)
39 { return __c >= '0' && __c <= '9'; }
41 inline bool _STLP_CALL __get_fdigit_or_sep(char& __c, char __sep, const char *__digits) {
42 if (__c == __sep) {
43 __c = ',' ;
47 return __get_fdigit(__c, __digits);
62 _CharT __c = *__in_ite; local
64 if (__c == __atoms[1] /* __xminus_char */ ) {
68 else if (__c == __atoms[0] /* __xplus_char */
132 const _CharT __c = *__first; local
192 const _CharT __c = *__first; local
300 _CharT __c = *__first; local
319 _CharT __c = *__first; local
342 _CharT __c = *__first; local
459 _CharT __c = *__in_ite; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.c 117 _CharT __c; local
119 __is >> __c; local
120 if (_Traits::eq(__c, __wpunct[0])) { // Left paren
121 __is >> __re >> __c; local
122 if (_Traits::eq(__c, __wpunct[1])) // Comma
123 __is >> __im >> __c; local
124 if (!_Traits::eq(__c, __wpunct[2])) // Right paren
128 __is.putback(__c);
_sstream.c 107 int_type __c = _Traits::to_int_type(*this->gptr()); local
109 return __c;
117 basic_stringbuf<_CharT, _Traits, _Alloc>::pbackfail(int_type __c) {
119 if (!_Traits::eq_int_type(__c, _Traits::eof())) {
120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
122 return __c;
126 *this->gptr() = _Traits::to_char_type(__c);
127 return __c;
134 return _Traits::not_eof(__c);
142 __BSB_int_type__ basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(int_type __c)
    [all...]
_num_get.c 38 inline bool _STLP_CALL __get_fdigit(char __c, const char*)
39 { return __c >= '0' && __c <= '9'; }
41 inline bool _STLP_CALL __get_fdigit_or_sep(char& __c, char __sep, const char *__digits) {
42 if (__c == __sep) {
43 __c = ',' ;
47 return __get_fdigit(__c, __digits);
62 _CharT __c = *__in_ite; local
64 if (__c == __atoms[1] /* __xminus_char */ ) {
68 else if (__c == __atoms[0] /* __xplus_char */
132 const _CharT __c = *__first; local
192 const _CharT __c = *__first; local
300 _CharT __c = *__first; local
319 _CharT __c = *__first; local
342 _CharT __c = *__first; local
459 _CharT __c = *__in_ite; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
nan.h 49 static union { unsigned char __c[4]; float __d; } __nan_union member in union:__anon23902
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
nan.h 49 static union { unsigned char __c[4]; float __d; } __nan_union member in union:__anon25492
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
nan.h 49 static union { unsigned char __c[4]; float __d; } __nan_union member in union:__anon27004
  /external/stlport/stlport/stl/
_sstream.c 107 int_type __c = _Traits::to_int_type(*this->gptr()); local
109 return __c;
117 basic_stringbuf<_CharT, _Traits, _Alloc>::pbackfail(int_type __c) {
119 if (!_Traits::eq_int_type(__c, _Traits::eof())) {
120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
122 return __c;
126 *this->gptr() = _Traits::to_char_type(__c);
127 return __c;
134 return _Traits::not_eof(__c);
142 __BSB_int_type__ basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(int_type __c)
    [all...]
_num_get.c 38 inline bool _STLP_CALL __get_fdigit(char __c, const char*)
39 { return __c >= '0' && __c <= '9'; }
41 inline bool _STLP_CALL __get_fdigit_or_sep(char& __c, char __sep, const char *__digits) {
42 if (__c == __sep) {
43 __c = ',' ;
47 return __get_fdigit(__c, __digits);
62 _CharT __c = *__in_ite; local
64 if (__c == __atoms[1] /* __xminus_char */ ) {
68 else if (__c == __atoms[0] /* __xplus_char */
132 const _CharT __c = *__first; local
192 const _CharT __c = *__first; local
300 _CharT __c = *__first; local
319 _CharT __c = *__first; local
342 _CharT __c = *__first; local
459 _CharT __c = *__in_ite; local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 107 int_type __c = _Traits::to_int_type(*this->gptr()); local
109 return __c;
117 basic_stringbuf<_CharT, _Traits, _Alloc>::pbackfail(int_type __c) {
119 if (!_Traits::eq_int_type(__c, _Traits::eof())) {
120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
122 return __c;
126 *this->gptr() = _Traits::to_char_type(__c);
127 return __c;
134 return _Traits::not_eof(__c);
142 __BSB_int_type__ basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(int_type __c)
    [all...]
_num_get.c 38 inline bool _STLP_CALL __get_fdigit(char __c, const char*)
39 { return __c >= '0' && __c <= '9'; }
41 inline bool _STLP_CALL __get_fdigit_or_sep(char& __c, char __sep, const char *__digits) {
42 if (__c == __sep) {
43 __c = ',' ;
47 return __get_fdigit(__c, __digits);
62 _CharT __c = *__in_ite; local
64 if (__c == __atoms[1] /* __xminus_char */ ) {
68 else if (__c == __atoms[0] /* __xplus_char */
132 const _CharT __c = *__first; local
192 const _CharT __c = *__first; local
300 _CharT __c = *__first; local
319 _CharT __c = *__first; local
342 _CharT __c = *__first; local
459 _CharT __c = *__in_ite; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 107 int_type __c = _Traits::to_int_type(*this->gptr()); local
109 return __c;
117 basic_stringbuf<_CharT, _Traits, _Alloc>::pbackfail(int_type __c) {
119 if (!_Traits::eq_int_type(__c, _Traits::eof())) {
120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
122 return __c;
126 *this->gptr() = _Traits::to_char_type(__c);
127 return __c;
134 return _Traits::not_eof(__c);
142 __BSB_int_type__ basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(int_type __c)
    [all...]
_num_get.c 38 inline bool _STLP_CALL __get_fdigit(char __c, const char*)
39 { return __c >= '0' && __c <= '9'; }
41 inline bool _STLP_CALL __get_fdigit_or_sep(char& __c, char __sep, const char *__digits) {
42 if (__c == __sep) {
43 __c = ',' ;
47 return __get_fdigit(__c, __digits);
62 _CharT __c = *__in_ite; local
64 if (__c == __atoms[1] /* __xminus_char */ ) {
68 else if (__c == __atoms[0] /* __xplus_char */
132 const _CharT __c = *__first; local
192 const _CharT __c = *__first; local
300 _CharT __c = *__first; local
319 _CharT __c = *__first; local
342 _CharT __c = *__first; local
459 _CharT __c = *__in_ite; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 107 int_type __c = _Traits::to_int_type(*this->gptr()); local
109 return __c;
117 basic_stringbuf<_CharT, _Traits, _Alloc>::pbackfail(int_type __c) {
119 if (!_Traits::eq_int_type(__c, _Traits::eof())) {
120 if (_Traits::eq(_Traits::to_char_type(__c), this->gptr()[-1])) {
122 return __c;
126 *this->gptr() = _Traits::to_char_type(__c);
127 return __c;
134 return _Traits::not_eof(__c);
142 __BSB_int_type__ basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(int_type __c)
    [all...]
_num_get.c 38 inline bool _STLP_CALL __get_fdigit(char __c, const char*)
39 { return __c >= '0' && __c <= '9'; }
41 inline bool _STLP_CALL __get_fdigit_or_sep(char& __c, char __sep, const char *__digits) {
42 if (__c == __sep) {
43 __c = ',' ;
47 return __get_fdigit(__c, __digits);
62 _CharT __c = *__in_ite; local
64 if (__c == __atoms[1] /* __xminus_char */ ) {
68 else if (__c == __atoms[0] /* __xplus_char */
132 const _CharT __c = *__first; local
192 const _CharT __c = *__first; local
300 _CharT __c = *__first; local
319 _CharT __c = *__first; local
342 _CharT __c = *__first; local
459 _CharT __c = *__in_ite; local
    [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...]
stl_stack.h 126 stack(const _Sequence& __c = _Sequence())
127 : c(__c) { }
130 stack(const _Sequence& __c)
131 : c(__c) { }
134 stack(_Sequence&& __c = _Sequence())
135 : c(std::move(__c)) { }
  /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...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/include/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...]

Completed in 605 milliseconds

1 2 3 4 56 7 8 91011>>