/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
char_traits.h | 153 static size_t _STLP_CALL length(const char_type* __s) { 156 for (; !eq(__s[__i], _NullChar); ++__i) {} 160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { 161 for ( ; __n > 0 ; ++__s, --__n) 162 if (eq(*__s, __c)) 163 return __s; 175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) { 177 __s[__i] = __c; 178 return __s; 228 static size_t _STLP_CALL length(const char* __s) [all...] |
_time_facets.c | 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) { 153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); 305 time_get<_Ch, _InIt>::do_get_date(_InIt __s, _InIt __end, 314 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end, 321 if (__s == __end) 324 return __s; 329 time_get<_Ch, _InIt>::do_get_time(_InIt __s, _InIt __end, 337 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end, 342 if (__s == __end) 344 return __s; [all...] |
_ostream.h | 91 void _M_put_nowiden(const _CharT* __s); 92 void _M_put_widen(const char* __s); 93 bool _M_put_widen_aux(const char* __s, streamsize __n); 97 _Self& write(const char_type* __s, streamsize __n); 195 sentry(const _Self& __s) : _M_str(__s._M_str) {} 248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) { 249 __os._M_put_nowiden(__s); 275 operator<<(basic_ostream<char, char_traits<char> >& __os, const char* __s) { 276 __os._M_put_nowiden(__s); [all...] |
_string_workaround.h | 55 basic_string(const _Self& __s) 56 : _STLP_NO_MEM_T_STRING_BASE(__s) {} 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {} 62 basic_string(const _CharT* __s, size_type __n, 64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {} 66 basic_string(const _CharT* __s, 68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {} 97 _Self& operator=(const _Self& __s) { 98 _Base::operator=(__s); [all...] |
_stdexcept.h | 35 logic_error(const string& __s) : __Named_exception(__s) {} 43 runtime_error(const string& __s) : __Named_exception(__s) {}
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
char_traits.h | 153 static size_t _STLP_CALL length(const char_type* __s) { 156 for (; !eq(__s[__i], _NullChar); ++__i) {} 160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { 161 for ( ; __n > 0 ; ++__s, --__n) 162 if (eq(*__s, __c)) 163 return __s; 175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) { 177 __s[__i] = __c; 178 return __s; 228 static size_t _STLP_CALL length(const char* __s) [all...] |
_time_facets.c | 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) { 153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); 305 time_get<_Ch, _InIt>::do_get_date(_InIt __s, _InIt __end, 314 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end, 321 if (__s == __end) 324 return __s; 329 time_get<_Ch, _InIt>::do_get_time(_InIt __s, _InIt __end, 337 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end, 342 if (__s == __end) 344 return __s; [all...] |
_ostream.h | 91 void _M_put_nowiden(const _CharT* __s); 92 void _M_put_widen(const char* __s); 93 bool _M_put_widen_aux(const char* __s, streamsize __n); 97 _Self& write(const char_type* __s, streamsize __n); 195 sentry(const _Self& __s) : _M_str(__s._M_str) {} 248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) { 249 __os._M_put_nowiden(__s); 275 operator<<(basic_ostream<char, char_traits<char> >& __os, const char* __s) { 276 __os._M_put_nowiden(__s); [all...] |
_string_workaround.h | 55 basic_string(const _Self& __s) 56 : _STLP_NO_MEM_T_STRING_BASE(__s) {} 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {} 62 basic_string(const _CharT* __s, size_type __n, 64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {} 66 basic_string(const _CharT* __s, 68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {} 97 _Self& operator=(const _Self& __s) { 98 _Base::operator=(__s); [all...] |
/external/stlport/stlport/stl/ |
_time_facets.c | 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) { 153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); 305 time_get<_Ch, _InIt>::do_get_date(_InIt __s, _InIt __end, 314 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end, 321 if (__s == __end) 324 return __s; 329 time_get<_Ch, _InIt>::do_get_time(_InIt __s, _InIt __end, 337 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end, 342 if (__s == __end) 344 return __s; [all...] |
_ostream.h | 91 void _M_put_nowiden(const _CharT* __s); 92 void _M_put_widen(const char* __s); 93 bool _M_put_widen_aux(const char* __s, streamsize __n); 97 _Self& write(const char_type* __s, streamsize __n); 195 sentry(const _Self& __s) : _M_str(__s._M_str) {} 248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) { 249 __os._M_put_nowiden(__s); 275 operator<<(basic_ostream<char, char_traits<char> >& __os, const char* __s) { 276 __os._M_put_nowiden(__s); [all...] |
_string_workaround.h | 55 basic_string(const _Self& __s) 56 : _STLP_NO_MEM_T_STRING_BASE(__s) {} 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {} 62 basic_string(const _CharT* __s, size_type __n, 64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {} 66 basic_string(const _CharT* __s, 68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {} 97 _Self& operator=(const _Self& __s) { 98 _Base::operator=(__s); [all...] |
_stdexcept.h | 35 logic_error(const string& __s) : __Named_exception(__s) {} 43 runtime_error(const string& __s) : __Named_exception(__s) {}
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) { 153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); 305 time_get<_Ch, _InIt>::do_get_date(_InIt __s, _InIt __end, 314 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end, 321 if (__s == __end) 324 return __s; 329 time_get<_Ch, _InIt>::do_get_time(_InIt __s, _InIt __end, 337 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end, 342 if (__s == __end) 344 return __s; [all...] |
_ostream.h | 91 void _M_put_nowiden(const _CharT* __s); 92 void _M_put_widen(const char* __s); 93 bool _M_put_widen_aux(const char* __s, streamsize __n); 97 _Self& write(const char_type* __s, streamsize __n); 195 sentry(const _Self& __s) : _M_str(__s._M_str) {} 248 operator<<(basic_ostream<_CharT, _Traits>& __os, const _CharT* __s) { 249 __os._M_put_nowiden(__s); 275 operator<<(basic_ostream<char, char_traits<char> >& __os, const char* __s) { 276 __os._M_put_nowiden(__s); [all...] |
_string_workaround.h | 55 basic_string(const _Self& __s) 56 : _STLP_NO_MEM_T_STRING_BASE(__s) {} 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 60 : _STLP_NO_MEM_T_STRING_BASE(__s, __pos, __n, __a) {} 62 basic_string(const _CharT* __s, size_type __n, 64 : _STLP_NO_MEM_T_STRING_BASE(__s, __n, __a) {} 66 basic_string(const _CharT* __s, 68 : _STLP_NO_MEM_T_STRING_BASE(__s, __a) {} 97 _Self& operator=(const _Self& __s) { 98 _Base::operator=(__s); [all...] |
_stdexcept.h | 35 logic_error(const string& __s) : __Named_exception(__s) {} 43 runtime_error(const string& __s) : __Named_exception(__s) {}
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
string_conversions.h | 79 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local 85 const int __len = __convf(__s, __n, __fmt, __args); 89 return _String(__s, __s + __len);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
time_members.h | 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 61 if (__builtin_strcmp(__s, _S_get_c_name()) != 0) 63 const size_t __len = __builtin_strlen(__s) + 1; 65 __builtin_memcpy(__tmp, __s, __len);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
string_conversions.h | 79 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local 85 const int __len = __convf(__s, __n, __fmt, __args); 89 return _String(__s, __s + __len);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
time_members.h | 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 61 if (__builtin_strcmp(__s, _S_get_c_name()) != 0) 63 const size_t __len = __builtin_strlen(__s) + 1; 65 __builtin_memcpy(__tmp, __s, __len);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
time_members.h | 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 61 if (__builtin_strcmp(__s, _S_get_c_name()) != 0) 63 const size_t __len = __builtin_strlen(__s) + 1; 65 __builtin_memcpy(__tmp, __s, __len);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
string_conversions.h | 79 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local 85 const int __len = __convf(__s, __n, __fmt, __args); 89 return _String(__s, __s + __len);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
time_members.h | 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 61 if (__builtin_strcmp(__s, _S_get_c_name()) != 0) 63 const size_t __len = __builtin_strlen(__s) + 1; 65 __builtin_memcpy(__tmp, __s, __len);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
time_members.h | 57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, 61 if (__builtin_strcmp(__s, _S_get_c_name()) != 0) 63 const size_t __len = __builtin_strlen(__s) + 1; 65 __builtin_memcpy(__tmp, __s, __len);
|