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

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/stlport/stl/
_string.c 180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
186 _STLP_PRIV __uninitialized_fill_n(this->_M_finish + 1, __n - 1, __c);
188 _Traits::assign(*end(), __c); local
222 basic_string<_CharT,_Traits,_Alloc>::assign(size_type __n, _CharT __c) {
224 _Traits::assign(this->_M_Start(), __n, __c);
229 _Traits::assign(this->_M_Start(), size(), __c);
230 append(__n - size(), __c);
233 _Self __str(__n, __c);
257 _CharT __c) {
262 _Traits::assign(*__p, __c);
    [all...]
_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);
_istream.h 130 _Self& get(char_type& __c);
157 _Self& putback(char_type __c);
168 void _M_formatted_get(_CharT& __c);
238 operator>>(basic_istream<_CharT, _Traits>& __in_str, _CharT& __c) {
239 __in_str._M_formatted_get(__c);
245 operator>>(basic_istream<char, _Traits>& __in_str, unsigned char& __c) {
246 __in_str._M_formatted_get(__REINTERPRET_CAST(char&,__c));
252 operator>>(basic_istream<char, _Traits>& __in_str, signed char& __c) {
253 __in_str._M_formatted_get(__REINTERPRET_CAST(char&,__c));
_rope.c 173 const _RopeConcat* __c = __STATIC_CAST(const _RopeConcat*, __curr_rope); local
174 _RopeRep* __left = __c->_M_left;
180 __curr_rope = __c->_M_right;
215 const _RopeConcat* __c; local
229 __c = __STATIC_CAST(const _RopeConcat*, __current_node);
232 __node_start_pos -= __c->_M_left->_M_size._M_data;
241 __c = __STATIC_CAST(const _RopeConcat*, __current_node);
245 __node_start_pos += __c->_M_left->_M_size._M_data;
246 __current_node = __c->_M_right;
330 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, this) local
641 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __base); local
923 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __r); local
959 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __r); local
1069 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1133 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1184 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.c 180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
186 _STLP_PRIV __uninitialized_fill_n(this->_M_finish + 1, __n - 1, __c);
188 _Traits::assign(*end(), __c); local
222 basic_string<_CharT,_Traits,_Alloc>::assign(size_type __n, _CharT __c) {
224 _Traits::assign(this->_M_Start(), __n, __c);
229 _Traits::assign(this->_M_Start(), size(), __c);
230 append(__n - size(), __c);
233 _Self __str(__n, __c);
257 _CharT __c) {
262 _Traits::assign(*__p, __c);
    [all...]
_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);
_istream.h 130 _Self& get(char_type& __c);
157 _Self& putback(char_type __c);
168 void _M_formatted_get(_CharT& __c);
238 operator>>(basic_istream<_CharT, _Traits>& __in_str, _CharT& __c) {
239 __in_str._M_formatted_get(__c);
245 operator>>(basic_istream<char, _Traits>& __in_str, unsigned char& __c) {
246 __in_str._M_formatted_get(__REINTERPRET_CAST(char&,__c));
252 operator>>(basic_istream<char, _Traits>& __in_str, signed char& __c) {
253 __in_str._M_formatted_get(__REINTERPRET_CAST(char&,__c));
_rope.c 173 const _RopeConcat* __c = __STATIC_CAST(const _RopeConcat*, __curr_rope); local
174 _RopeRep* __left = __c->_M_left;
180 __curr_rope = __c->_M_right;
215 const _RopeConcat* __c; local
229 __c = __STATIC_CAST(const _RopeConcat*, __current_node);
232 __node_start_pos -= __c->_M_left->_M_size._M_data;
241 __c = __STATIC_CAST(const _RopeConcat*, __current_node);
245 __node_start_pos += __c->_M_left->_M_size._M_data;
246 __current_node = __c->_M_right;
330 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, this) local
641 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __base); local
923 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __r); local
959 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __r); local
1069 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1133 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1184 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string.c 180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
186 _STLP_PRIV __uninitialized_fill_n(this->_M_finish + 1, __n - 1, __c);
188 _Traits::assign(*end(), __c); local
222 basic_string<_CharT,_Traits,_Alloc>::assign(size_type __n, _CharT __c) {
224 _Traits::assign(this->_M_Start(), __n, __c);
229 _Traits::assign(this->_M_Start(), size(), __c);
230 append(__n - size(), __c);
233 _Self __str(__n, __c);
257 _CharT __c) {
262 _Traits::assign(*__p, __c);
    [all...]
_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);
_istream.h 130 _Self& get(char_type& __c);
157 _Self& putback(char_type __c);
168 void _M_formatted_get(_CharT& __c);
238 operator>>(basic_istream<_CharT, _Traits>& __in_str, _CharT& __c) {
239 __in_str._M_formatted_get(__c);
245 operator>>(basic_istream<char, _Traits>& __in_str, unsigned char& __c) {
246 __in_str._M_formatted_get(__REINTERPRET_CAST(char&,__c));
252 operator>>(basic_istream<char, _Traits>& __in_str, signed char& __c) {
253 __in_str._M_formatted_get(__REINTERPRET_CAST(char&,__c));
_rope.c 173 const _RopeConcat* __c = __STATIC_CAST(const _RopeConcat*, __curr_rope); local
174 _RopeRep* __left = __c->_M_left;
180 __curr_rope = __c->_M_right;
215 const _RopeConcat* __c; local
229 __c = __STATIC_CAST(const _RopeConcat*, __current_node);
232 __node_start_pos -= __c->_M_left->_M_size._M_data;
241 __c = __STATIC_CAST(const _RopeConcat*, __current_node);
245 __node_start_pos += __c->_M_left->_M_size._M_data;
246 __current_node = __c->_M_right;
330 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, this) local
641 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __base); local
923 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __r); local
959 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __r); local
1069 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1133 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1184 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string.c 180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
186 _STLP_PRIV __uninitialized_fill_n(this->_M_finish + 1, __n - 1, __c);
188 _Traits::assign(*end(), __c); local
222 basic_string<_CharT,_Traits,_Alloc>::assign(size_type __n, _CharT __c) {
224 _Traits::assign(this->_M_Start(), __n, __c);
229 _Traits::assign(this->_M_Start(), size(), __c);
230 append(__n - size(), __c);
233 _Self __str(__n, __c);
257 _CharT __c) {
262 _Traits::assign(*__p, __c);
    [all...]
_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);
_istream.h 130 _Self& get(char_type& __c);
157 _Self& putback(char_type __c);
168 void _M_formatted_get(_CharT& __c);
238 operator>>(basic_istream<_CharT, _Traits>& __in_str, _CharT& __c) {
239 __in_str._M_formatted_get(__c);
245 operator>>(basic_istream<char, _Traits>& __in_str, unsigned char& __c) {
246 __in_str._M_formatted_get(__REINTERPRET_CAST(char&,__c));
252 operator>>(basic_istream<char, _Traits>& __in_str, signed char& __c) {
253 __in_str._M_formatted_get(__REINTERPRET_CAST(char&,__c));
_rope.c 173 const _RopeConcat* __c = __STATIC_CAST(const _RopeConcat*, __curr_rope); local
174 _RopeRep* __left = __c->_M_left;
180 __curr_rope = __c->_M_right;
215 const _RopeConcat* __c; local
229 __c = __STATIC_CAST(const _RopeConcat*, __current_node);
232 __node_start_pos -= __c->_M_left->_M_size._M_data;
241 __c = __STATIC_CAST(const _RopeConcat*, __current_node);
245 __node_start_pos += __c->_M_left->_M_size._M_data;
246 __current_node = __c->_M_right;
330 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, this) local
641 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __base); local
923 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __r); local
959 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __r); local
1069 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1133 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1184 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string.c 180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
186 _STLP_PRIV __uninitialized_fill_n(this->_M_finish + 1, __n - 1, __c);
188 _Traits::assign(*end(), __c); local
222 basic_string<_CharT,_Traits,_Alloc>::assign(size_type __n, _CharT __c) {
224 _Traits::assign(this->_M_Start(), __n, __c);
229 _Traits::assign(this->_M_Start(), size(), __c);
230 append(__n - size(), __c);
233 _Self __str(__n, __c);
257 _CharT __c) {
262 _Traits::assign(*__p, __c);
    [all...]
_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);
_istream.h 130 _Self& get(char_type& __c);
157 _Self& putback(char_type __c);
168 void _M_formatted_get(_CharT& __c);
238 operator>>(basic_istream<_CharT, _Traits>& __in_str, _CharT& __c) {
239 __in_str._M_formatted_get(__c);
245 operator>>(basic_istream<char, _Traits>& __in_str, unsigned char& __c) {
246 __in_str._M_formatted_get(__REINTERPRET_CAST(char&,__c));
252 operator>>(basic_istream<char, _Traits>& __in_str, signed char& __c) {
253 __in_str._M_formatted_get(__REINTERPRET_CAST(char&,__c));
_rope.c 173 const _RopeConcat* __c = __STATIC_CAST(const _RopeConcat*, __curr_rope); local
174 _RopeRep* __left = __c->_M_left;
180 __curr_rope = __c->_M_right;
215 const _RopeConcat* __c; local
229 __c = __STATIC_CAST(const _RopeConcat*, __current_node);
232 __node_start_pos -= __c->_M_left->_M_size._M_data;
241 __c = __STATIC_CAST(const _RopeConcat*, __current_node);
245 __node_start_pos += __c->_M_left->_M_size._M_data;
246 __current_node = __c->_M_right;
330 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, this) local
641 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __base); local
923 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __r); local
959 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __r); local
1069 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1133 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1184 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string.c 180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
186 _STLP_PRIV __uninitialized_fill_n(this->_M_finish + 1, __n - 1, __c);
188 _Traits::assign(*end(), __c); local
222 basic_string<_CharT,_Traits,_Alloc>::assign(size_type __n, _CharT __c) {
224 _Traits::assign(this->_M_Start(), __n, __c);
229 _Traits::assign(this->_M_Start(), size(), __c);
230 append(__n - size(), __c);
233 _Self __str(__n, __c);
257 _CharT __c) {
262 _Traits::assign(*__p, __c);
    [all...]
_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);
_istream.h 130 _Self& get(char_type& __c);
157 _Self& putback(char_type __c);
168 void _M_formatted_get(_CharT& __c);
238 operator>>(basic_istream<_CharT, _Traits>& __in_str, _CharT& __c) {
239 __in_str._M_formatted_get(__c);
245 operator>>(basic_istream<char, _Traits>& __in_str, unsigned char& __c) {
246 __in_str._M_formatted_get(__REINTERPRET_CAST(char&,__c));
252 operator>>(basic_istream<char, _Traits>& __in_str, signed char& __c) {
253 __in_str._M_formatted_get(__REINTERPRET_CAST(char&,__c));
_rope.c 173 const _RopeConcat* __c = __STATIC_CAST(const _RopeConcat*, __curr_rope); local
174 _RopeRep* __left = __c->_M_left;
180 __curr_rope = __c->_M_right;
215 const _RopeConcat* __c; local
229 __c = __STATIC_CAST(const _RopeConcat*, __current_node);
232 __node_start_pos -= __c->_M_left->_M_size._M_data;
241 __c = __STATIC_CAST(const _RopeConcat*, __current_node);
245 __node_start_pos += __c->_M_left->_M_size._M_data;
246 __current_node = __c->_M_right;
330 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, this) local
641 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __base); local
923 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __r); local
959 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __r); local
1069 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1133 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1184 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.h 91 _CursorT __c = static_cast<_CursorT>(__pc); local
93 _M_results.at(__i).first = __c._M_pos();
95 _M_results.at(__i).second = __c._M_pos()+1;

Completed in 699 milliseconds

1 2 3 4 5 6 7 8 91011>>