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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 161 to_int_type(const char_type& __c)
162 { return char_type::template to<int_type>(__c); }
176 not_eof(const int_type& __c)
177 { return eq_int_type(__c, eof()) ? int_type() : __c; }
ropeimpl.h 152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c = local
154 _RopeRep* __left = __c->_M_left;
161 __curr_rope = __c->_M_right;
197 _Rope_RopeConcatenation<_CharT, _Alloc>* __c; local
211 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node;
214 __node_start_pos -= __c->_M_left->_M_size;
224 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node;
228 __node_start_pos += __c->_M_left->_M_size;
229 __current_node = __c->_M_right;
386 _Rope_RopeConcatenation<_CharT,_Alloc>* __c local
740 _RopeConcatenation* __c = (_RopeConcatenation*)__base; local
1081 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1121 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1254 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1330 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1380 _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_compiler.h 165 _CharT __c = *_M_current; local
179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
185 else if (__c == _M_ctype.widen('$'))
192 else if (__c == _M_ctype.widen('.'))
198 else if (__c == _M_ctype.widen('*'))
204 else if (__c == _M_ctype.widen('+'))
210 else if (__c == _M_ctype.widen('|'))
216 else if (__c == _M_ctype.widen('['))
223 else if (__c == _M_ctype.widen('\\'))
230 if (__c == _M_ctype.widen('(')
372 _CharT __c = *_M_current; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_compiler.h 165 _CharT __c = *_M_current; local
179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
185 else if (__c == _M_ctype.widen('$'))
192 else if (__c == _M_ctype.widen('.'))
198 else if (__c == _M_ctype.widen('*'))
204 else if (__c == _M_ctype.widen('+'))
210 else if (__c == _M_ctype.widen('|'))
216 else if (__c == _M_ctype.widen('['))
223 else if (__c == _M_ctype.widen('\\'))
230 if (__c == _M_ctype.widen('(')
372 _CharT __c = *_M_current; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 52 int __c, size_t __n)
59 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
66 extern void *memchr (__const void *__s, int __c, size_t __n)
73 extern void *rawmemchr (__const void *__s, int __c)
77 extern void *memrchr (__const void *__s, int __c, size_t __n)
167 extern char *strchr (__const char *__s, int __c)
170 extern char *strrchr (__const char *__s, int __c)
177 extern char *strchrnul (__const char *__s, int __c)
309 extern char *index (__const char *__s, int __c)
313 extern char *rindex (__const char *__s, int __c)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 52 int __c, size_t __n)
59 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
66 extern void *memchr (__const void *__s, int __c, size_t __n)
73 extern void *rawmemchr (__const void *__s, int __c)
77 extern void *memrchr (__const void *__s, int __c, size_t __n)
167 extern char *strchr (__const char *__s, int __c)
170 extern char *strrchr (__const char *__s, int __c)
177 extern char *strchrnul (__const char *__s, int __c)
309 extern char *index (__const char *__s, int __c)
313 extern char *rindex (__const char *__s, int __c)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 52 int __c, size_t __n)
59 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
66 extern void *memchr (__const void *__s, int __c, size_t __n)
73 extern void *rawmemchr (__const void *__s, int __c)
77 extern void *memrchr (__const void *__s, int __c, size_t __n)
167 extern char *strchr (__const char *__s, int __c)
170 extern char *strrchr (__const char *__s, int __c)
177 extern char *strchrnul (__const char *__s, int __c)
309 extern char *index (__const char *__s, int __c)
313 extern char *rindex (__const char *__s, int __c)
    [all...]
  /external/stlport/stlport/stl/
_istream.c 59 bool operator()(argument_type __c) const
60 { return !_M_ctype->is(ctype_base::space, __c); } member in struct:_Is_not_wspace
71 bool operator()(argument_type __c) const {
72 return _Traits::eq(__c, argument_type()) ||
73 _M_ctype->is(ctype_base::space, __c);
168 __pushback(basic_streambuf<_CharT, _Traits>* __buf, _CharT __c) {
172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
364 basic_istream<_CharT, _Traits>::get(_CharT& __c) {
379 __c = _Traits::to_char_type(__tmp);
400 int_type __c;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.c 59 bool operator()(argument_type __c) const
60 { return !_M_ctype->is(ctype_base::space, __c); } member in struct:_Is_not_wspace
71 bool operator()(argument_type __c) const {
72 return _Traits::eq(__c, argument_type()) ||
73 _M_ctype->is(ctype_base::space, __c);
168 __pushback(basic_streambuf<_CharT, _Traits>* __buf, _CharT __c) {
172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
364 basic_istream<_CharT, _Traits>::get(_CharT& __c) {
379 __c = _Traits::to_char_type(__tmp);
400 int_type __c;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_istream.c 59 bool operator()(argument_type __c) const
60 { return !_M_ctype->is(ctype_base::space, __c); } member in struct:_Is_not_wspace
71 bool operator()(argument_type __c) const {
72 return _Traits::eq(__c, argument_type()) ||
73 _M_ctype->is(ctype_base::space, __c);
168 __pushback(basic_streambuf<_CharT, _Traits>* __buf, _CharT __c) {
172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
364 basic_istream<_CharT, _Traits>::get(_CharT& __c) {
379 __c = _Traits::to_char_type(__tmp);
400 int_type __c;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istream.c 59 bool operator()(argument_type __c) const
60 { return !_M_ctype->is(ctype_base::space, __c); } member in struct:_Is_not_wspace
71 bool operator()(argument_type __c) const {
72 return _Traits::eq(__c, argument_type()) ||
73 _M_ctype->is(ctype_base::space, __c);
168 __pushback(basic_streambuf<_CharT, _Traits>* __buf, _CharT __c) {
172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
364 basic_istream<_CharT, _Traits>::get(_CharT& __c) {
379 __c = _Traits::to_char_type(__tmp);
400 int_type __c;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_istream.c 59 bool operator()(argument_type __c) const
60 { return !_M_ctype->is(ctype_base::space, __c); } member in struct:_Is_not_wspace
71 bool operator()(argument_type __c) const {
72 return _Traits::eq(__c, argument_type()) ||
73 _M_ctype->is(ctype_base::space, __c);
168 __pushback(basic_streambuf<_CharT, _Traits>* __buf, _CharT __c) {
172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
364 basic_istream<_CharT, _Traits>::get(_CharT& __c) {
379 __c = _Traits::to_char_type(__tmp);
400 int_type __c;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_istream.c 59 bool operator()(argument_type __c) const
60 { return !_M_ctype->is(ctype_base::space, __c); } member in struct:_Is_not_wspace
71 bool operator()(argument_type __c) const {
72 return _Traits::eq(__c, argument_type()) ||
73 _M_ctype->is(ctype_base::space, __c);
168 __pushback(basic_streambuf<_CharT, _Traits>* __buf, _CharT __c) {
172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
364 basic_istream<_CharT, _Traits>::get(_CharT& __c) {
379 __c = _Traits::to_char_type(__tmp);
400 int_type __c;
    [all...]
  /external/stlport/stlport/stl/debug/
_string.h 116 basic_string(size_type __n, _CharT __c,
118 : _M_non_dbg_impl(__n, __c, __a), _M_iter_list(&_M_non_dbg_impl) {}
178 _Self& operator=(_CharT __c) {
179 return assign(1, __c);
198 void resize(size_type __n, _CharT __c) {
203 _M_non_dbg_impl.resize(__n, __c);
240 _Self& operator+=(_CharT __c) { return append(1, __c); }
305 _Self& append(size_type __n, _CharT __c) {
307 _M_non_dbg_impl.append(__n, __c);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 116 basic_string(size_type __n, _CharT __c,
118 : _M_non_dbg_impl(__n, __c, __a), _M_iter_list(&_M_non_dbg_impl) {}
178 _Self& operator=(_CharT __c) {
179 return assign(1, __c);
198 void resize(size_type __n, _CharT __c) {
203 _M_non_dbg_impl.resize(__n, __c);
240 _Self& operator+=(_CharT __c) { return append(1, __c); }
305 _Self& append(size_type __n, _CharT __c) {
307 _M_non_dbg_impl.append(__n, __c);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 116 basic_string(size_type __n, _CharT __c,
118 : _M_non_dbg_impl(__n, __c, __a), _M_iter_list(&_M_non_dbg_impl) {}
178 _Self& operator=(_CharT __c) {
179 return assign(1, __c);
198 void resize(size_type __n, _CharT __c) {
203 _M_non_dbg_impl.resize(__n, __c);
240 _Self& operator+=(_CharT __c) { return append(1, __c); }
305 _Self& append(size_type __n, _CharT __c) {
307 _M_non_dbg_impl.append(__n, __c);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 116 basic_string(size_type __n, _CharT __c,
118 : _M_non_dbg_impl(__n, __c, __a), _M_iter_list(&_M_non_dbg_impl) {}
178 _Self& operator=(_CharT __c) {
179 return assign(1, __c);
198 void resize(size_type __n, _CharT __c) {
203 _M_non_dbg_impl.resize(__n, __c);
240 _Self& operator+=(_CharT __c) { return append(1, __c); }
305 _Self& append(size_type __n, _CharT __c) {
307 _M_non_dbg_impl.append(__n, __c);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 116 basic_string(size_type __n, _CharT __c,
118 : _M_non_dbg_impl(__n, __c, __a), _M_iter_list(&_M_non_dbg_impl) {}
178 _Self& operator=(_CharT __c) {
179 return assign(1, __c);
198 void resize(size_type __n, _CharT __c) {
203 _M_non_dbg_impl.resize(__n, __c);
240 _Self& operator+=(_CharT __c) { return append(1, __c); }
305 _Self& append(size_type __n, _CharT __c) {
307 _M_non_dbg_impl.append(__n, __c);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 116 basic_string(size_type __n, _CharT __c,
118 : _M_non_dbg_impl(__n, __c, __a), _M_iter_list(&_M_non_dbg_impl) {}
178 _Self& operator=(_CharT __c) {
179 return assign(1, __c);
198 void resize(size_type __n, _CharT __c) {
203 _M_non_dbg_impl.resize(__n, __c);
240 _Self& operator+=(_CharT __c) { return append(1, __c); }
305 _Self& append(size_type __n, _CharT __c) {
307 _M_non_dbg_impl.append(__n, __c);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h 152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c = local
154 _RopeRep* __left = __c->_M_left;
161 __curr_rope = __c->_M_right;
197 _Rope_RopeConcatenation<_CharT, _Alloc>* __c; local
211 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node;
214 __node_start_pos -= __c->_M_left->_M_size;
224 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node;
228 __node_start_pos += __c->_M_left->_M_size;
229 __current_node = __c->_M_right;
386 _Rope_RopeConcatenation<_CharT,_Alloc>* __c local
740 _RopeConcatenation* __c = (_RopeConcatenation*)__base; local
1081 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1121 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1254 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1330 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1380 _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/ext/
ropeimpl.h 154 _Rope_RopeConcatenation<_CharT, _Alloc>* __c = local
156 _RopeRep* __left = __c->_M_left;
163 __curr_rope = __c->_M_right;
199 _Rope_RopeConcatenation<_CharT, _Alloc>* __c; local
213 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node;
216 __node_start_pos -= __c->_M_left->_M_size;
226 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node;
230 __node_start_pos += __c->_M_left->_M_size;
231 __current_node = __c->_M_right;
388 _Rope_RopeConcatenation<_CharT,_Alloc>* __c local
742 _RopeConcatenation* __c = (_RopeConcatenation*)__base; local
1083 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1123 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1256 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1332 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1382 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 154 _Rope_RopeConcatenation<_CharT, _Alloc>* __c = local
156 _RopeRep* __left = __c->_M_left;
163 __curr_rope = __c->_M_right;
199 _Rope_RopeConcatenation<_CharT, _Alloc>* __c; local
213 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node;
216 __node_start_pos -= __c->_M_left->_M_size;
226 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node;
230 __node_start_pos += __c->_M_left->_M_size;
231 __current_node = __c->_M_right;
388 _Rope_RopeConcatenation<_CharT,_Alloc>* __c local
742 _RopeConcatenation* __c = (_RopeConcatenation*)__base; local
1083 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1123 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1256 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1332 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1382 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c = local
154 _RopeRep* __left = __c->_M_left;
161 __curr_rope = __c->_M_right;
197 _Rope_RopeConcatenation<_CharT, _Alloc>* __c; local
211 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node;
214 __node_start_pos -= __c->_M_left->_M_size;
224 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node;
228 __node_start_pos += __c->_M_left->_M_size;
229 __current_node = __c->_M_right;
386 _Rope_RopeConcatenation<_CharT,_Alloc>* __c local
740 _RopeConcatenation* __c = (_RopeConcatenation*)__base; local
1081 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1121 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1254 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1330 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1380 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c = local
154 _RopeRep* __left = __c->_M_left;
161 __curr_rope = __c->_M_right;
197 _Rope_RopeConcatenation<_CharT, _Alloc>* __c; local
211 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node;
214 __node_start_pos -= __c->_M_left->_M_size;
224 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node;
228 __node_start_pos += __c->_M_left->_M_size;
229 __current_node = __c->_M_right;
386 _Rope_RopeConcatenation<_CharT,_Alloc>* __c local
740 _RopeConcatenation* __c = (_RopeConcatenation*)__base; local
1081 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1121 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1254 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1330 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1380 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c = local
154 _RopeRep* __left = __c->_M_left;
161 __curr_rope = __c->_M_right;
197 _Rope_RopeConcatenation<_CharT, _Alloc>* __c; local
211 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node;
214 __node_start_pos -= __c->_M_left->_M_size;
224 __c = (_Rope_RopeConcatenation<_CharT, _Alloc>*)__current_node;
228 __node_start_pos += __c->_M_left->_M_size;
229 __current_node = __c->_M_right;
386 _Rope_RopeConcatenation<_CharT,_Alloc>* __c local
740 _RopeConcatenation* __c = (_RopeConcatenation*)__base; local
1081 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1121 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1254 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1330 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1380 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
    [all...]

Completed in 1654 milliseconds

1 2 3 4 5 6 7 891011>>