HomeSort by relevance Sort by last modified time
    Searched refs:__s (Results 251 - 275 of 802) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pod_char_traits.h 118 length(const char_type* __s)
120 const char_type* __p = __s;
123 return (__p - __s);
127 find(const char_type* __s, size_t __n, const char_type& __a)
129 for (const char_type* __p = __s; size_t(__p - __s) < __n; ++__p)
150 assign(char_type* __s, size_t __n, char_type __a)
152 std::fill_n(__s, __n, __a);
153 return __s;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pod_char_traits.h 123 length(const char_type* __s)
125 const char_type* __p = __s;
128 return (__p - __s);
132 find(const char_type* __s, size_t __n, const char_type& __a)
134 for (const char_type* __p = __s; size_t(__p - __s) < __n; ++__p)
155 assign(char_type* __s, size_t __n, char_type __a)
157 std::fill_n(__s, __n, __a);
158 return __s;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pod_char_traits.h 126 length(const char_type* __s)
128 const char_type* __p = __s;
131 return (__p - __s);
135 find(const char_type* __s, size_t __n, const char_type& __a)
137 for (const char_type* __p = __s; size_t(__p - __s) < __n; ++__p)
158 assign(char_type* __s, size_t __n, char_type __a)
160 std::fill_n(__s, __n, __a);
161 return __s;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 115 __do_put_float(_OutputIter __s, ios_base& __f,
122 return __put_float(__buf, __s, __f, __fill,
192 __put_integer(char* __buf, char* __iend, _OutputIter __s,
224 return __copy_integer_and_fill((wchar_t*)__wbuf, __len, __s,
232 __put_integer(char* __buf, char* __iend, _OutputIter __s,
260 return __copy_integer_and_fill(__buf, __len, __s, __flags, __f.width(0), __fill, '+', '-');
372 __do_put_integer(_OutputIter __s, ios_base& __f, _CharT __fill, _Integer __x) {
381 return __put_integer(__ibeg, (char*)__buf + __buf_size, __s, __f, __flags, __fill);
386 __do_put_bool(_OutputIter __s, ios_base& __f, _CharT __fill, bool __x) {
393 return _STLP_STD::copy(__str.begin(), __str.end(), __s);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/src/support/solaris/
xlocale.c 36 size_t wcrtomb_l(char *__s, wchar_t __wc, mbstate_t *__ps, locale_t __l) {
39 __s, __wc, __ps);
42 size_t mbrtowc_l(wchar_t *__pwc, const char *__s, size_t __n,
46 __pwc, __s, __n, __ps);
55 size_t mbrlen_l(const char *__s, size_t __n, mbstate_t *__ps, locale_t __l) {
57 return __l->lc_ctype->cmapp->core.user_api->mbrlen(__l->lc_ctype->cmapp, __s,
90 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm
94 __s, __size, __fmt, __tm);
153 #define vsnprintf_l(__s, __n, __l, __format, __va) \
154 vsnprintf(__s, __n, __format, __va)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wchar2.h 121 extern wchar_t *__wmemset_chk (wchar_t *__s, wchar_t __c, size_t __n,
123 extern wchar_t *__REDIRECT_NTH (__wmemset_alias, (wchar_t *__s, wchar_t __c,
126 (wchar_t *__s, wchar_t __c, size_t __n,
132 __NTH (wmemset (wchar_t *__restrict __s, wchar_t __c, size_t __n))
134 if (__bos0 (__s) != (size_t) -1)
137 return __wmemset_chk (__s, __c, __n, __bos0 (__s) / sizeof (wchar_t));
139 if (__n > __bos0 (__s) / sizeof (wchar_t))
140 return __wmemset_chk_warn (__s, __c, __n,
141 __bos0 (__s) / sizeof (wchar_t))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar2.h 121 extern wchar_t *__wmemset_chk (wchar_t *__s, wchar_t __c, size_t __n,
123 extern wchar_t *__REDIRECT_NTH (__wmemset_alias, (wchar_t *__s, wchar_t __c,
126 (wchar_t *__s, wchar_t __c, size_t __n,
132 __NTH (wmemset (wchar_t *__restrict __s, wchar_t __c, size_t __n))
134 if (__bos0 (__s) != (size_t) -1)
137 return __wmemset_chk (__s, __c, __n, __bos0 (__s) / sizeof (wchar_t));
139 if (__n > __bos0 (__s) / sizeof (wchar_t))
140 return __wmemset_chk_warn (__s, __c, __n,
141 __bos0 (__s) / sizeof (wchar_t))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar2.h 121 extern wchar_t *__wmemset_chk (wchar_t *__s, wchar_t __c, size_t __n,
123 extern wchar_t *__REDIRECT_NTH (__wmemset_alias, (wchar_t *__s, wchar_t __c,
126 (wchar_t *__s, wchar_t __c, size_t __n,
132 __NTH (wmemset (wchar_t *__restrict __s, wchar_t __c, size_t __n))
134 if (__bos0 (__s) != (size_t) -1)
137 return __wmemset_chk (__s, __c, __n, __bos0 (__s) / sizeof (wchar_t));
139 if (__n > __bos0 (__s) / sizeof (wchar_t))
140 return __wmemset_chk_warn (__s, __c, __n,
141 __bos0 (__s) / sizeof (wchar_t))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stream_iterator.h 61 istream_iterator(istream_type& __s)
62 : _M_stream(&__s)
164 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
176 ostream_iterator(ostream_type& __s, const _CharT* __c)
177 : _M_stream(&__s), _M_string(__c) { }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stream_iterator.h 68 istream_iterator(istream_type& __s)
69 : _M_stream(&__s)
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
183 ostream_iterator(ostream_type& __s, const _CharT* __c)
184 : _M_stream(&__s), _M_string(__c) { }
basic_string.h 316 _M_check(size_type __pos, const char* __s) const
319 __throw_out_of_range(__N(__s));
324 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
327 __throw_length_error(__N(__s));
340 _M_disjunct(const _CharT* __s) const
342 return (less<const _CharT*>()(__s, _M_data())
343 || less<const _CharT*>()(_M_data() + this->size(), __s));
349 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
352 traits_type::assign(*__d, *__s);
354 traits_type::copy(__d, __s, __n)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stream_iterator.h 68 istream_iterator(istream_type& __s)
69 : _M_stream(&__s)
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
183 ostream_iterator(ostream_type& __s, const _CharT* __c)
184 : _M_stream(&__s), _M_string(__c) { }
basic_string.h 316 _M_check(size_type __pos, const char* __s) const
319 __throw_out_of_range(__N(__s));
324 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
327 __throw_length_error(__N(__s));
340 _M_disjunct(const _CharT* __s) const
342 return (less<const _CharT*>()(__s, _M_data())
343 || less<const _CharT*>()(_M_data() + this->size(), __s));
349 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
352 traits_type::assign(*__d, *__s);
354 traits_type::copy(__d, __s, __n)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 61 istream_iterator(istream_type& __s)
62 : _M_stream(&__s)
164 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
176 ostream_iterator(ostream_type& __s, const _CharT* __c)
177 : _M_stream(&__s), _M_string(__c) { }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 61 istream_iterator(istream_type& __s)
62 : _M_stream(&__s)
164 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
176 ostream_iterator(ostream_type& __s, const _CharT* __c)
177 : _M_stream(&__s), _M_string(__c) { }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 61 istream_iterator(istream_type& __s)
62 : _M_stream(&__s)
164 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
176 ostream_iterator(ostream_type& __s, const _CharT* __c)
177 : _M_stream(&__s), _M_string(__c) { }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stream_iterator.h 61 istream_iterator(istream_type& __s)
62 : _M_stream(&__s)
164 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
176 ostream_iterator(ostream_type& __s, const _CharT* __c)
177 : _M_stream(&__s), _M_string(__c) { }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stream_iterator.h 68 istream_iterator(istream_type& __s)
69 : _M_stream(&__s)
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
183 ostream_iterator(ostream_type& __s, const _CharT* __c)
184 : _M_stream(&__s), _M_string(__c) { }
basic_string.h 316 _M_check(size_type __pos, const char* __s) const
319 __throw_out_of_range(__N(__s));
324 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
327 __throw_length_error(__N(__s));
340 _M_disjunct(const _CharT* __s) const
342 return (less<const _CharT*>()(__s, _M_data())
343 || less<const _CharT*>()(_M_data() + this->size(), __s));
349 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
352 traits_type::assign(*__d, *__s);
354 traits_type::copy(__d, __s, __n)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stream_iterator.h 68 istream_iterator(istream_type& __s)
69 : _M_stream(&__s)
171 ostream_iterator(ostream_type& __s) : _M_stream(&__s), _M_string(0) {}
180 * @param __s Underlying ostream to write to.
183 ostream_iterator(ostream_type& __s, const _CharT* __c)
184 : _M_stream(&__s), _M_string(__c) { }
basic_string.h 318 _M_check(size_type __pos, const char* __s) const
321 __throw_out_of_range(__N(__s));
326 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
329 __throw_length_error(__N(__s));
342 _M_disjunct(const _CharT* __s) const
344 return (less<const _CharT*>()(__s, _M_data())
345 || less<const _CharT*>()(_M_data() + this->size(), __s));
351 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
354 traits_type::assign(*__d, *__s);
356 traits_type::copy(__d, __s, __n)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring.h 93 _M_check(size_type __pos, const char* __s) const
96 std::__throw_out_of_range(__N(__s));
101 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
104 std::__throw_length_error(__N(__s));
117 _M_disjunct(const _CharT* __s) const
119 return (std::less<const _CharT*>()(__s, this->_M_data())
121 + this->size(), __s));
213 * @param __s Source character array.
217 * NB: @a __s must have at least @a __n characters, '\\0' has no special
220 __versa_string(const _CharT* __s, size_type __n
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 93 _M_check(size_type __pos, const char* __s) const
96 std::__throw_out_of_range(__N(__s));
101 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
104 std::__throw_length_error(__N(__s));
117 _M_disjunct(const _CharT* __s) const
119 return (std::less<const _CharT*>()(__s, this->_M_data())
121 + this->size(), __s));
213 * @param __s Source character array.
217 * NB: @a __s must have at least @a __n characters, '\\0' has no special
220 __versa_string(const _CharT* __s, size_type __n
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 93 _M_check(size_type __pos, const char* __s) const
96 std::__throw_out_of_range(__N(__s));
101 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
104 std::__throw_length_error(__N(__s));
117 _M_disjunct(const _CharT* __s) const
119 return (std::less<const _CharT*>()(__s, this->_M_data())
121 + this->size(), __s));
213 * @param __s Source character array.
217 * NB: @a __s must have at least @a __n characters, '\\0' has no special
220 __versa_string(const _CharT* __s, size_type __n
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 93 _M_check(size_type __pos, const char* __s) const
96 std::__throw_out_of_range(__N(__s));
101 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
104 std::__throw_length_error(__N(__s));
117 _M_disjunct(const _CharT* __s) const
119 return (std::less<const _CharT*>()(__s, this->_M_data())
121 + this->size(), __s));
213 * @param __s Source character array.
217 * NB: @a __s must have at least @a __n characters, '\\0' has no special
220 __versa_string(const _CharT* __s, size_type __n
    [all...]

Completed in 1753 milliseconds

<<11121314151617181920>>