Searched refs:__s (Results 1 - 25 of 1035) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/include/
H A Dstring.h74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);} argument
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} argument
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} argument
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);} argument
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __ argument
92 strrchr( char* __s, int __c) argument
95 __libcpp_memchr(const void* __s, int __c, size_t __n) argument
97 memchr(const void* __s, int __c, size_t __n) argument
99 memchr( void* __s, int __c, size_t __n) argument
[all...]
H A Dwchar.h133 wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcschr(__s, __c);} argument
135 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} argument
137 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} argument
147 wchar_t* __libcpp_wcsrchr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcsrchr(__s, __c);} argument
149 const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __ argument
151 wcsrchr( wchar_t* __s, wchar_t __c) argument
161 __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) argument
163 wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) argument
165 wmemchr( wchar_t* __s, wchar_t __c, size_t __n) argument
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
H A Dstring.h74 char* __libcpp_strchr(const char* __s, int __c) {return (char*)strchr(__s, __c);} argument
76 const char* strchr(const char* __s, int __c) {return __libcpp_strchr(__s, __c);} argument
78 char* strchr( char* __s, int __c) {return __libcpp_strchr(__s, __c);} argument
88 char* __libcpp_strrchr(const char* __s, int __c) {return (char*)strrchr(__s, __c);} argument
90 const char* strrchr(const char* __s, int __c) {return __libcpp_strrchr(__s, __ argument
92 strrchr( char* __s, int __c) argument
95 __libcpp_memchr(const void* __s, int __c, size_t __n) argument
97 memchr(const void* __s, int __c, size_t __n) argument
99 memchr( void* __s, int __c, size_t __n) argument
[all...]
H A Dwchar.h133 wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcschr(__s, __c);} argument
135 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} argument
137 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} argument
147 wchar_t* __libcpp_wcsrchr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcsrchr(__s, __c);} argument
149 const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __ argument
151 wcsrchr( wchar_t* __s, wchar_t __c) argument
161 __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) argument
163 wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) argument
165 wmemchr( wchar_t* __s, wchar_t __c, size_t __n) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h269 inline ios_base& _STLP_CALL boolalpha(ios_base& __s) argument
270 { __s.setf(ios_base::boolalpha); return __s;}
272 inline ios_base& _STLP_CALL noboolalpha(ios_base& __s) argument
273 { __s.unsetf(ios_base::boolalpha); return __s;}
275 inline ios_base& _STLP_CALL showbase(ios_base& __s) argument
276 { __s.setf(ios_base::showbase); return __s;}
278 inline ios_base& _STLP_CALL noshowbase(ios_base& __s) argument
281 showpoint(ios_base& __s) argument
284 noshowpoint(ios_base& __s) argument
287 showpos(ios_base& __s) argument
290 noshowpos(ios_base& __s) argument
293 skipws(ios_base& __s) argument
296 noskipws(ios_base& __s) argument
299 uppercase(ios_base& __s) argument
302 nouppercase(ios_base& __s) argument
305 unitbuf(ios_base& __s) argument
308 nounitbuf(ios_base& __s) argument
313 internal(ios_base& __s) argument
316 left(ios_base& __s) argument
319 right(ios_base& __s) argument
323 dec(ios_base& __s) argument
326 hex(ios_base& __s) argument
329 oct(ios_base& __s) argument
334 fixed(ios_base& __s) argument
337 scientific(ios_base& __s) argument
[all...]
H A D_string_sum_methods.h24 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) argument
25 : _STLP_STRING_SUM_BASE(_Reserve_t(), __s.size(), __s.get_allocator())
26 { _M_append_sum(__s); }
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, argument
32 : _STLP_STRING_SUM_BASE(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a) {
33 size_type __size = __s.size();
37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos));
45 _CharT* _M_append_fast(_CharT const* __s, size_typ argument
47 _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) argument
49 _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) argument
51 _M_append_fast(_Self const& __s, _CharT *__buf) argument
56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf) argument
65 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, size_type __pos, size_type __n) argument
68 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
71 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, size_type __pos, size_type __n) argument
74 _M_append_fast_pos(_Self const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
82 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
101 _M_append_sum(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) argument
124 _M_append_sum_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, size_type __pos, size_type __n) argument
148 _M_append_sum_no_overflow(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, size_type __pos, size_type __n) argument
[all...]
H A D_string_hash.h34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) { argument
36 size_t __len = __s.size();
37 const _CharT* __data = __s.data();
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
48 { return __stl_string_hash(__s); }
55 size_t operator()(const string& __s) const
56 { return __stl_string_hash(__s); }
62 size_t operator()(const wstring& __s) const
63 { return __stl_string_hash(__s); }
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h269 inline ios_base& _STLP_CALL boolalpha(ios_base& __s) argument
270 { __s.setf(ios_base::boolalpha); return __s;}
272 inline ios_base& _STLP_CALL noboolalpha(ios_base& __s) argument
273 { __s.unsetf(ios_base::boolalpha); return __s;}
275 inline ios_base& _STLP_CALL showbase(ios_base& __s) argument
276 { __s.setf(ios_base::showbase); return __s;}
278 inline ios_base& _STLP_CALL noshowbase(ios_base& __s) argument
281 showpoint(ios_base& __s) argument
284 noshowpoint(ios_base& __s) argument
287 showpos(ios_base& __s) argument
290 noshowpos(ios_base& __s) argument
293 skipws(ios_base& __s) argument
296 noskipws(ios_base& __s) argument
299 uppercase(ios_base& __s) argument
302 nouppercase(ios_base& __s) argument
305 unitbuf(ios_base& __s) argument
308 nounitbuf(ios_base& __s) argument
313 internal(ios_base& __s) argument
316 left(ios_base& __s) argument
319 right(ios_base& __s) argument
323 dec(ios_base& __s) argument
326 hex(ios_base& __s) argument
329 oct(ios_base& __s) argument
334 fixed(ios_base& __s) argument
337 scientific(ios_base& __s) argument
[all...]
H A D_string_sum_methods.h24 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) argument
25 : _STLP_STRING_SUM_BASE(_Reserve_t(), __s.size(), __s.get_allocator())
26 { _M_append_sum(__s); }
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, argument
32 : _STLP_STRING_SUM_BASE(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a) {
33 size_type __size = __s.size();
37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos));
45 _CharT* _M_append_fast(_CharT const* __s, size_typ argument
47 _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) argument
49 _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) argument
51 _M_append_fast(_Self const& __s, _CharT *__buf) argument
56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf) argument
65 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, size_type __pos, size_type __n) argument
68 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
71 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, size_type __pos, size_type __n) argument
74 _M_append_fast_pos(_Self const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
82 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
101 _M_append_sum(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) argument
124 _M_append_sum_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, size_type __pos, size_type __n) argument
148 _M_append_sum_no_overflow(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, size_type __pos, size_type __n) argument
[all...]
H A D_string_hash.h34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) { argument
36 size_t __len = __s.size();
37 const _CharT* __data = __s.data();
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
48 { return __stl_string_hash(__s); }
55 size_t operator()(const string& __s) const
56 { return __stl_string_hash(__s); }
62 size_t operator()(const wstring& __s) const
63 { return __stl_string_hash(__s); }
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h269 inline ios_base& _STLP_CALL boolalpha(ios_base& __s) argument
270 { __s.setf(ios_base::boolalpha); return __s;}
272 inline ios_base& _STLP_CALL noboolalpha(ios_base& __s) argument
273 { __s.unsetf(ios_base::boolalpha); return __s;}
275 inline ios_base& _STLP_CALL showbase(ios_base& __s) argument
276 { __s.setf(ios_base::showbase); return __s;}
278 inline ios_base& _STLP_CALL noshowbase(ios_base& __s) argument
281 showpoint(ios_base& __s) argument
284 noshowpoint(ios_base& __s) argument
287 showpos(ios_base& __s) argument
290 noshowpos(ios_base& __s) argument
293 skipws(ios_base& __s) argument
296 noskipws(ios_base& __s) argument
299 uppercase(ios_base& __s) argument
302 nouppercase(ios_base& __s) argument
305 unitbuf(ios_base& __s) argument
308 nounitbuf(ios_base& __s) argument
313 internal(ios_base& __s) argument
316 left(ios_base& __s) argument
319 right(ios_base& __s) argument
323 dec(ios_base& __s) argument
326 hex(ios_base& __s) argument
329 oct(ios_base& __s) argument
334 fixed(ios_base& __s) argument
337 scientific(ios_base& __s) argument
[all...]
H A D_string_sum_methods.h24 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) argument
25 : _STLP_STRING_SUM_BASE(_Reserve_t(), __s.size(), __s.get_allocator())
26 { _M_append_sum(__s); }
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, argument
32 : _STLP_STRING_SUM_BASE(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a) {
33 size_type __size = __s.size();
37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos));
45 _CharT* _M_append_fast(_CharT const* __s, size_typ argument
47 _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) argument
49 _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) argument
51 _M_append_fast(_Self const& __s, _CharT *__buf) argument
56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf) argument
65 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, size_type __pos, size_type __n) argument
68 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
71 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, size_type __pos, size_type __n) argument
74 _M_append_fast_pos(_Self const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
82 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
101 _M_append_sum(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) argument
124 _M_append_sum_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, size_type __pos, size_type __n) argument
148 _M_append_sum_no_overflow(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, size_type __pos, size_type __n) argument
[all...]
H A D_string_hash.h34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) { argument
36 size_t __len = __s.size();
37 const _CharT* __data = __s.data();
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
48 { return __stl_string_hash(__s); }
55 size_t operator()(const string& __s) const
56 { return __stl_string_hash(__s); }
62 size_t operator()(const wstring& __s) const
63 { return __stl_string_hash(__s); }
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h269 inline ios_base& _STLP_CALL boolalpha(ios_base& __s) argument
270 { __s.setf(ios_base::boolalpha); return __s;}
272 inline ios_base& _STLP_CALL noboolalpha(ios_base& __s) argument
273 { __s.unsetf(ios_base::boolalpha); return __s;}
275 inline ios_base& _STLP_CALL showbase(ios_base& __s) argument
276 { __s.setf(ios_base::showbase); return __s;}
278 inline ios_base& _STLP_CALL noshowbase(ios_base& __s) argument
281 showpoint(ios_base& __s) argument
284 noshowpoint(ios_base& __s) argument
287 showpos(ios_base& __s) argument
290 noshowpos(ios_base& __s) argument
293 skipws(ios_base& __s) argument
296 noskipws(ios_base& __s) argument
299 uppercase(ios_base& __s) argument
302 nouppercase(ios_base& __s) argument
305 unitbuf(ios_base& __s) argument
308 nounitbuf(ios_base& __s) argument
313 internal(ios_base& __s) argument
316 left(ios_base& __s) argument
319 right(ios_base& __s) argument
323 dec(ios_base& __s) argument
326 hex(ios_base& __s) argument
329 oct(ios_base& __s) argument
334 fixed(ios_base& __s) argument
337 scientific(ios_base& __s) argument
[all...]
H A D_string_sum_methods.h24 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) argument
25 : _STLP_STRING_SUM_BASE(_Reserve_t(), __s.size(), __s.get_allocator())
26 { _M_append_sum(__s); }
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, argument
32 : _STLP_STRING_SUM_BASE(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a) {
33 size_type __size = __s.size();
37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos));
45 _CharT* _M_append_fast(_CharT const* __s, size_typ argument
47 _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) argument
49 _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) argument
51 _M_append_fast(_Self const& __s, _CharT *__buf) argument
56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf) argument
65 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, size_type __pos, size_type __n) argument
68 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
71 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, size_type __pos, size_type __n) argument
74 _M_append_fast_pos(_Self const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
82 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
101 _M_append_sum(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) argument
124 _M_append_sum_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, size_type __pos, size_type __n) argument
148 _M_append_sum_no_overflow(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, size_type __pos, size_type __n) argument
[all...]
H A D_string_hash.h34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) { argument
36 size_t __len = __s.size();
37 const _CharT* __data = __s.data();
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
48 { return __stl_string_hash(__s); }
55 size_t operator()(const string& __s) const
56 { return __stl_string_hash(__s); }
62 size_t operator()(const wstring& __s) const
63 { return __stl_string_hash(__s); }
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string_sum_methods.h23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) argument
24 : _M_non_dbg_impl(_Reserve_t(), __s.size(), __s.get_allocator()),
26 { _M_append_sum(__s, _M_non_dbg_impl); }
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, argument
32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a),
34 size_type __size = __s.size();
39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl);
45 _Base& _M_append_fast(_CharT const* __s, size_typ argument
47 _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str) argument
49 _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str) argument
51 _M_append_fast(_Self const& __s, _Base &__str) argument
56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str) argument
64 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _Base &__str, size_type __pos, size_type __n) argument
67 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str, size_type __pos, size_type __n) argument
70 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str, size_type __pos, size_type __n) argument
73 _M_append_fast_pos(_Self const& __s, _Base &__str, size_type __pos, size_type __n) argument
80 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str, size_type __pos, size_type __n) argument
99 _M_append_sum(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__impl) argument
106 _M_append_sum_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, size_type __pos, size_type __n, _Base &__impl) argument
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string_sum_methods.h23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) argument
24 : _M_non_dbg_impl(_Reserve_t(), __s.size(), __s.get_allocator()),
26 { _M_append_sum(__s, _M_non_dbg_impl); }
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, argument
32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a),
34 size_type __size = __s.size();
39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl);
45 _Base& _M_append_fast(_CharT const* __s, size_typ argument
47 _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str) argument
49 _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str) argument
51 _M_append_fast(_Self const& __s, _Base &__str) argument
56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str) argument
64 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _Base &__str, size_type __pos, size_type __n) argument
67 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str, size_type __pos, size_type __n) argument
70 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str, size_type __pos, size_type __n) argument
73 _M_append_fast_pos(_Self const& __s, _Base &__str, size_type __pos, size_type __n) argument
80 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str, size_type __pos, size_type __n) argument
99 _M_append_sum(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__impl) argument
106 _M_append_sum_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, size_type __pos, size_type __n, _Base &__impl) argument
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string_sum_methods.h23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) argument
24 : _M_non_dbg_impl(_Reserve_t(), __s.size(), __s.get_allocator()),
26 { _M_append_sum(__s, _M_non_dbg_impl); }
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, argument
32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a),
34 size_type __size = __s.size();
39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl);
45 _Base& _M_append_fast(_CharT const* __s, size_typ argument
47 _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str) argument
49 _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str) argument
51 _M_append_fast(_Self const& __s, _Base &__str) argument
56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str) argument
64 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _Base &__str, size_type __pos, size_type __n) argument
67 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str, size_type __pos, size_type __n) argument
70 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str, size_type __pos, size_type __n) argument
73 _M_append_fast_pos(_Self const& __s, _Base &__str, size_type __pos, size_type __n) argument
80 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str, size_type __pos, size_type __n) argument
99 _M_append_sum(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__impl) argument
106 _M_append_sum_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, size_type __pos, size_type __n, _Base &__impl) argument
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string_sum_methods.h23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) argument
24 : _M_non_dbg_impl(_Reserve_t(), __s.size(), __s.get_allocator()),
26 { _M_append_sum(__s, _M_non_dbg_impl); }
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, argument
32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a),
34 size_type __size = __s.size();
39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl);
45 _Base& _M_append_fast(_CharT const* __s, size_typ argument
47 _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str) argument
49 _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str) argument
51 _M_append_fast(_Self const& __s, _Base &__str) argument
56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str) argument
64 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _Base &__str, size_type __pos, size_type __n) argument
67 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _Base &__str, size_type __pos, size_type __n) argument
70 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _Base &__str, size_type __pos, size_type __n) argument
73 _M_append_fast_pos(_Self const& __s, _Base &__str, size_type __pos, size_type __n) argument
80 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__str, size_type __pos, size_type __n) argument
99 _M_append_sum(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _Base &__impl) argument
106 _M_append_sum_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, size_type __pos, size_type __n, _Base &__impl) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
H A Dmessages_members.h50 messages<_CharT>::messages(__c_locale __cloc, const char* __s, argument
54 if (__builtin_strcmp(__s, _S_get_c_name()) != 0)
56 const size_t __len = __builtin_strlen(__s) + 1;
58 __builtin_memcpy(__tmp, __s, __len);
70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, argument
73 bindtextdomain(__s.c_str(), __dir);
74 return this->do_open(__s, __loc);
88 messages<_CharT>::do_open(const basic_string<char>& __s, argument
93 textdomain(__s.c_str());
104 messages_byname<_CharT>::messages_byname(const char* __s, size_ argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
H A Dmessages_members.h50 messages<_CharT>::messages(__c_locale __cloc, const char* __s, argument
54 if (__builtin_strcmp(__s, _S_get_c_name()) != 0)
56 const size_t __len = __builtin_strlen(__s) + 1;
58 __builtin_memcpy(__tmp, __s, __len);
70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, argument
73 bindtextdomain(__s.c_str(), __dir);
74 return this->do_open(__s, __loc);
88 messages<_CharT>::do_open(const basic_string<char>& __s, argument
93 textdomain(__s.c_str());
104 messages_byname<_CharT>::messages_byname(const char* __s, size_ argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
H A Dmessages_members.h50 messages<_CharT>::messages(__c_locale __cloc, const char* __s, argument
54 if (__builtin_strcmp(__s, _S_get_c_name()) != 0)
56 const size_t __len = __builtin_strlen(__s) + 1;
58 __builtin_memcpy(__tmp, __s, __len);
70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, argument
73 bindtextdomain(__s.c_str(), __dir);
74 return this->do_open(__s, __loc);
88 messages<_CharT>::do_open(const basic_string<char>& __s, argument
93 textdomain(__s.c_str());
104 messages_byname<_CharT>::messages_byname(const char* __s, size_ argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
H A Dmessages_members.h50 messages<_CharT>::messages(__c_locale __cloc, const char* __s, argument
54 if (__builtin_strcmp(__s, _S_get_c_name()) != 0)
56 const size_t __len = __builtin_strlen(__s) + 1;
58 __builtin_memcpy(__tmp, __s, __len);
70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, argument
73 bindtextdomain(__s.c_str(), __dir);
74 return this->do_open(__s, __loc);
88 messages<_CharT>::do_open(const basic_string<char>& __s, argument
93 textdomain(__s.c_str());
104 messages_byname<_CharT>::messages_byname(const char* __s, size_ argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dstrings.h46 extern void bzero (void *__s, size_t __n) __THROW;
56 extern char *index (char *__s, int __c)
58 extern __const char *index (__const char *__s, int __c)
63 index (char *__s, int __c) __THROW
65 return __builtin_index (__s, __c);
69 index (__const char *__s, int __c) __THROW
71 return __builtin_index (__s, __c);
76 extern char *index (__const char *__s, int __c)
84 extern char *rindex (char *__s, int __c)
86 extern __const char *rindex (__const char *__s, in
[all...]

Completed in 1110 milliseconds

1234567891011>>