Searched refs:__c (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10.1/libstdcxx-104.1/src/
H A Dctype_members.cc64 ctype<wchar_t>::do_toupper(wchar_t __c) const
65 { return towupper(__c); }
79 ctype<wchar_t>::do_tolower(wchar_t __c) const
80 { return towlower(__c); }
95 do_widen(char __c) const
96 { return _M_widen[static_cast<unsigned char>(__c)]; }
117 const int __c = wctob(__wc); local
118 return (__c == EOF ? __dfault : static_cast<char>(__c));
133 const int __c local
142 const int __c = wctob(*__lo); local
156 const int __c = wctob(__i); local
[all...]
H A Dstreambuf.cc46 traits_type::int_type __c = __sbin->sgetc(); local
47 while (!traits_type::eq_int_type(__c, traits_type::eof()))
60 __c = __sbin->underflow();
64 __c = __sbout->sputc(traits_type::to_char_type(__c));
65 if (traits_type::eq_int_type(__c, traits_type::eof()))
71 __c = __sbin->snextc();
86 traits_type::int_type __c = __sbin->sgetc(); local
87 while (!traits_type::eq_int_type(__c, traits_type::eof()))
100 __c
[all...]
H A Distream.cc53 int_type __c = __sb->sgetc(); local
56 && !traits_type::eq_int_type(__c, __eof)
57 && !traits_type::eq_int_type(__c, __idelim))
74 __c = __sb->sgetc();
78 *__s++ = traits_type::to_char_type(__c);
80 __c = __sb->snextc();
84 if (traits_type::eq_int_type(__c, __eof))
86 else if (traits_type::eq_int_type(__c, __idelim))
126 int_type __c = __sb->sgetc(); local
132 && !traits_type::eq_int_type(__c, __eo
213 __int_type __c = __sb->sgetc(); local
289 __int_type __c = __sb->sgetc(); local
363 __int_type __c = __sb->sgetc(); local
433 int_type __c = __sb->sgetc(); local
506 int_type __c = __sb->sgetc(); local
592 __int_type __c = __sb->sgetc(); local
[all...]
H A Dcompatibility.cc75 int_type __c = __sb->sgetc(); local
82 && !traits_type::eq_int_type(__c, __eof))
91 __c = __sb->sgetc();
96 __c = __sb->snextc();
100 && !traits_type::eq_int_type(__c, __eof))
112 if (traits_type::eq_int_type(__c, __eof))
141 int_type __c = __sb->sgetc(); local
147 && !traits_type::eq_int_type(__c, __eof))
156 __c = __sb->sgetc();
161 __c
[all...]
H A Dmt_allocator.cc109 char* __c = __p - _M_get_align(); local
110 _Block_record* __block_record = reinterpret_cast<_Block_record*>(__c);
136 char* __c = static_cast<char*>(__v) + sizeof(_Block_address); local
137 _Block_record* __block_record = reinterpret_cast<_Block_record*>(__c);
141 __c += __bin_size;
142 __block_record->_M_next = reinterpret_cast<_Block_record*>(__c);
258 char* __c = __p - _M_get_align(); local
259 _Block_record* __block_record = reinterpret_cast<_Block_record*>(__c);
380 char* __c = static_cast<char*>(__v) + sizeof(_Block_address); local
381 __block_record = reinterpret_cast<_Block_record*>(__c);
425 char* __c = static_cast<char*>(__v) + sizeof(_Block_address); local
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dstdio_sync_filebuf.h95 syncungetc(int_type __c);
98 syncputc(int_type __c);
103 int_type __c = this->syncgetc(); local
104 return this->syncungetc(__c);
116 pbackfail(int_type __c = traits_type::eof())
122 if (traits_type::eq_int_type(__c, __eof)) // unget
130 __ret = this->syncungetc(__c);
141 overflow(int_type __c = traits_type::eof())
144 if (traits_type::eq_int_type(__c, traits_type::eof()))
149 __ret = traits_type::not_eof(__c);
199 syncungetc(int_type __c) argument
204 syncputc(int_type __c) argument
232 syncungetc(int_type __c) argument
237 syncputc(int_type __c) argument
248 int_type __c = this->syncgetc(); local
[all...]
H A Dpod_char_traits.h166 to_int_type(const char_type& __c) argument
167 { return char_type::template to<int_type>(__c); }
181 not_eof(const int_type& __c) argument
182 { return eq_int_type(__c, eof()) ? int_type() : __c; }
H A Dropeimpl.h157 _Rope_RopeConcatenation<_CharT, _Alloc>* __c = local
159 _RopeRep* __left = __c->_M_left;
166 __curr_rope = __c->_M_right;
202 _Rope_RopeConcatenation<_CharT, _Alloc>* __c; local
216 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node;
219 __node_start_pos -= __c->_M_left->_M_size;
229 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node;
233 __node_start_pos += __c->_M_left->_M_size;
234 __current_node = __c->_M_right;
391 _Rope_RopeConcatenation<_CharT,_Alloc>* __c local
745 _RopeConcatenation* __c = (_RopeConcatenation*)__base; local
926 _S_apply_to_pieces(_Rope_char_consumer<_CharT>& __c, const _RopeRep* __r, size_t __begin, size_t __end) argument
1086 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1126 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1259 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1335 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1385 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1485 operator =(_CharT __c) argument
1531 rope(size_t __n, _CharT __c, const allocator_type& __a) argument
[all...]
H A Dvstring.h206 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()) argument
207 : __vstring_base(__n, __c, __a) { }
249 operator=(_CharT __c) argument
251 this->assign(1, __c);
360 resize(size_type __n, _CharT __c);
521 operator+=(_CharT __c) argument
523 this->push_back(__c);
591 append(size_type __n, _CharT __c) argument
592 { return _M_replace_aux(this->size(), size_type(0), __n, __c); }
612 push_back(_CharT __c) argument
695 assign(size_type __n, _CharT __c) argument
724 insert(iterator __p, size_type __n, _CharT __c) argument
844 insert(size_type __pos, size_type __n, _CharT __c) argument
861 insert(iterator __p, _CharT __c) argument
1044 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) argument
1122 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c) argument
1451 find_first_of(_CharT __c, size_type __pos = 0) const argument
1512 find_last_of(_CharT __c, size_type __pos = npos) const argument
[all...]
H A Dvstring_util.h130 _S_assign(_CharT* __d, size_type __n, _CharT __c) argument
133 traits_type::assign(*__d, __c);
135 traits_type::assign(__d, __n, __c);
H A Dsso_string_base.h138 _M_construct(size_type __req, _CharT __c);
185 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a);
341 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a) argument
343 { _M_construct(__n, __c); }
435 _M_construct(size_type __n, _CharT __c) argument
444 _S_assign(_M_data(), __n, __c); local
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dboost_concept_check.h202 _Tp __c _IsUnused(__a); // require const copy constructor
218 _Tp __c _IsUnused(__b);
582 const _Container __c;
583 __i = __c.begin();
584 __i = __c.end();
585 __n = __c.size();
586 __n = __c.max_size();
587 __b = __c.empty();
607 __i = __c.begin();
608 __i = __c
[all...]
H A Dchar_traits.h126 to_char_type(const int_type& __c) argument
127 { return static_cast<char_type>(__c); }
130 to_int_type(const char_type& __c) argument
131 { return static_cast<int_type>(__c); }
142 not_eof(const int_type& __c) argument
143 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
277 to_char_type(const int_type& __c) argument
278 { return static_cast<char_type>(__c); }
283 to_int_type(const char_type& __c) argument
294 not_eof(const int_type& __c) argument
347 to_char_type(const int_type& __c) argument
350 to_int_type(const char_type& __c) argument
360 not_eof(const int_type& __c) argument
[all...]
H A Dctype_noninline.h69 ctype<char>::do_toupper(char __c) const
70 { return ::toupper((int) __c); }
84 ctype<char>::do_tolower(char __c) const
85 { return ::tolower((int) __c); }
H A Dstreambuf_iterator.h244 operator=(_CharT __c) argument
247 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
339 int_type __c = __sb->sgetc(); local
340 while (!traits_type::eq_int_type(__c, traits_type::eof()))
348 __c = __sb->underflow();
352 *__result++ = traits_type::to_char_type(__c);
353 __c = __sb->snextc();
375 int_type __c = __sb->sgetc(); local
376 while (!traits_type::eq_int_type(__c, traits_type::eof())
377 && !traits_type::eq_int_type(__c, __iva
[all...]
H A Dlocale_facets.h167 is(mask __m, char_type __c) const
168 { return this->do_is(__m, __c); }
230 toupper(char_type __c) const
231 { return this->do_toupper(__c); }
259 tolower(char_type __c) const
260 { return this->do_tolower(__c); }
291 widen(char __c) const
292 { return this->do_widen(__c); }
329 narrow(char_type __c, char __dfault) const argument
330 { return this->do_narrow(__c, __dfaul
934 narrow(char_type __c, char __dfault) const argument
1133 do_narrow(char_type __c, char) const argument
1198 char __c; local
4464 get(catalog __c, int __set, int __msgid, const string_type& __s) const argument
4620 isspace(_CharT __c, const locale& __loc) argument
4626 isprint(_CharT __c, const locale& __loc) argument
4632 iscntrl(_CharT __c, const locale& __loc) argument
4638 isupper(_CharT __c, const locale& __loc) argument
4644 islower(_CharT __c, const locale& __loc) argument
4650 isalpha(_CharT __c, const locale& __loc) argument
4656 isdigit(_CharT __c, const locale& __loc) argument
4662 ispunct(_CharT __c, const locale& __loc) argument
4668 isxdigit(_CharT __c, const locale& __loc) argument
4674 isalnum(_CharT __c, const locale& __loc) argument
4680 isgraph(_CharT __c, const locale& __loc) argument
4686 toupper(_CharT __c, const locale& __loc) argument
4692 tolower(_CharT __c, const locale& __loc) argument
[all...]
H A Dctype_inline.h49 is(mask __m, char __c) const
52 return _M_table[static_cast<unsigned char>(__c)] & __m;
54 return __istype(__c, __m);
127 do_is(mask __m, wchar_t __c) const
129 return __istype (__c, __m);
H A Dbasic_string.h359 _M_assign(_CharT* __d, size_type __n, _CharT __c) argument
362 traits_type::assign(*__d, __c);
364 traits_type::assign(__d, __n, __c);
477 basic_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc());
519 operator=(_CharT __c) argument
521 this->assign(1, __c);
630 resize(size_type __n, _CharT __c);
790 operator+=(_CharT __c) argument
792 this->push_back(__c);
849 append(size_type __n, _CharT __c);
869 push_back(_CharT __c) argument
943 assign(size_type __n, _CharT __c) argument
972 insert(iterator __p, size_type __n, _CharT __c) argument
1089 insert(size_type __pos, size_type __n, _CharT __c) argument
1106 insert(iterator __p, _CharT __c) argument
1281 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) argument
1359 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c) argument
1726 find_first_of(_CharT __c, size_type __pos = 0) const argument
1787 find_last_of(_CharT __c, size_type __pos = npos) const argument
[all...]
H A Dostream_insert.h64 const _CharT __c = __out.fill(); local
67 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c);
H A Dstl_stack.h131 stack(const _Sequence& __c = _Sequence())
132 : c(__c) { }
H A Dbasic_ios.h416 narrow(char_type __c, char __dfault) const;
434 widen(char __c) const;
H A Dstream_iterator.h181 ostream_iterator(ostream_type& __s, const _CharT* __c) argument
182 : _M_stream(&__s), _M_string(__c) { }
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_char_traits.i55 to_char_type(const int_type& __c);
60 to_int_type(const char_type& __c);
69 not_eof(const int_type& __c);
111 to_char_type(const int_type& __c) ;
114 to_int_type(const char_type& __c) ;
123 not_eof(const int_type& __c);
H A Dstd_basic_string.i76 append(size_type __n, _CharT __c);
98 insert(size_type __pos, size_type __n, _CharT __c);
115 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c);
131 find(_CharT __c, size_type __pos = 0) const;
140 rfind(_CharT __c, size_type __pos = npos) const;
149 find_first_of(_CharT __c, size_type __pos = 0) const;
158 find_last_of(_CharT __c, size_type __pos = npos) const;
168 find_first_not_of(_CharT __c, size_type __pos = 0) const;
178 find_last_not_of(_CharT __c, size_type __pos = npos) const;
219 insert(iterator __p, size_type __n, _CharT __c);
[all...]
H A Dstd_streambuf.i68 sputbackc(char_type __c);
75 sputc(char_type __c);

Completed in 224 milliseconds

12