HomeSort by relevance Sort by last modified time
    Searched refs:__str (Results 51 - 75 of 128) sorted by null

1 23 4 5 6

  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_time_facets.h 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str,
142 { return do_get_time(__s, __end, __str, __err, __t); }
143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str,
145 { return do_get_date(__s, __end, __str, __err, __t); }
146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str,
148 { return do_get_weekday(__s, __end, __str, __err, __t); }
149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str,
151 { return do_get_monthname(__s, __end, __str, __err, __t); }
152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str,
154 { return do_get_year(__s, __end, __str, __err, __t);
    [all...]
_num_put.c 74 __put_float(__iostring &__str, _OutputIter __oi,
81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point);
96 __put_float(__iostring &__str, _OutputIter __oi,
100 if ((__group_pos < __str.size()) && (__str[__group_pos] == '.')) {
101 __str[__group_pos] = __decimal_point;
105 __insert_grouping(__str, __group_pos,
109 return __copy_float_and_fill(__str.data(), __str.data() + __str.size(), __oi
389 basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np.falsename(); local
    [all...]
_monetary.h 62 ios_base& __str, ios_base::iostate& __err,
64 { return do_get(__s, __end, __intl, __str, __err, __units); }
66 ios_base& __str, ios_base::iostate& __err,
68 { return do_get(__s, __end, __intl, __str, __err, __digits); }
75 ios_base& __str, ios_base::iostate& __err,
78 ios_base& __str, ios_base::iostate& __err,
395 iter_type put(iter_type __s, bool __intl, ios_base& __str,
397 { return do_put(__s, __intl, __str, __fill, __units); }
398 iter_type put(iter_type __s, bool __intl, ios_base& __str,
401 { return do_put(__s, __intl, __str, __fill, __digits);
    [all...]
_monetary.c 123 ios_base& __str, ios_base::iostate& __err,
137 locale __loc = __str.getloc();
149 bool __symbol_required = (__str.flags() & ios_base::showbase) != 0;
280 ios_base& __str, ios_base::iostate& __err,
284 __s = _STLP_PRIV __money_do_get(__s, __end, __intl, __str, __err, __buf, __is_positive, (_CharT*)0);
305 ios_base& __str, ios_base::iostate& __err,
308 return _STLP_PRIV __money_do_get(__s, __end, __intl, __str, __err, __digits, __is_positive, (_CharT*)0);
316 _OutputIter __money_do_put(_OutputIter __s, bool __intl, ios_base& __str,
325 locale __loc = __str.getloc();
408 streamsize __width = __str.width()
    [all...]
_stdexcept_base.h 69 __Named_exception(const string& __str);
_sstream.c 402 ::basic_istringstream(const _String& __str,ios_base::openmode __mode)
404 _M_buf(__str, __mode | ios_base::in) {
425 ::basic_ostringstream(const _String& __str, ios_base::openmode __mode)
427 _M_buf(__str, __mode | ios_base::out) {
447 ::basic_stringstream(const _String& __str, ios_base::openmode __mode)
448 : basic_iostream<_CharT, _Traits>(0), _M_buf(__str, __mode) {
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 74 __put_float(__iostring &__str, _OutputIter __oi,
81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point);
96 __put_float(__iostring &__str, _OutputIter __oi,
100 if ((__group_pos < __str.size()) && (__str[__group_pos] == '.')) {
101 __str[__group_pos] = __decimal_point;
105 __insert_grouping(__str, __group_pos,
109 return __copy_float_and_fill(__str.data(), __str.data() + __str.size(), __oi
389 basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np.falsename(); local
    [all...]
_monetary.h 62 ios_base& __str, ios_base::iostate& __err,
64 { return do_get(__s, __end, __intl, __str, __err, __units); }
66 ios_base& __str, ios_base::iostate& __err,
68 { return do_get(__s, __end, __intl, __str, __err, __digits); }
75 ios_base& __str, ios_base::iostate& __err,
78 ios_base& __str, ios_base::iostate& __err,
395 iter_type put(iter_type __s, bool __intl, ios_base& __str,
397 { return do_put(__s, __intl, __str, __fill, __units); }
398 iter_type put(iter_type __s, bool __intl, ios_base& __str,
401 { return do_put(__s, __intl, __str, __fill, __digits);
    [all...]
_monetary.c 123 ios_base& __str, ios_base::iostate& __err,
137 locale __loc = __str.getloc();
149 bool __symbol_required = (__str.flags() & ios_base::showbase) != 0;
280 ios_base& __str, ios_base::iostate& __err,
284 __s = _STLP_PRIV __money_do_get(__s, __end, __intl, __str, __err, __buf, __is_positive, (_CharT*)0);
305 ios_base& __str, ios_base::iostate& __err,
308 return _STLP_PRIV __money_do_get(__s, __end, __intl, __str, __err, __digits, __is_positive, (_CharT*)0);
316 _OutputIter __money_do_put(_OutputIter __s, bool __intl, ios_base& __str,
325 locale __loc = __str.getloc();
408 streamsize __width = __str.width()
    [all...]
_stdexcept_base.h 69 __Named_exception(const string& __str);
_sstream.c 402 ::basic_istringstream(const _String& __str,ios_base::openmode __mode)
404 _M_buf(__str, __mode | ios_base::in) {
425 ::basic_ostringstream(const _String& __str, ios_base::openmode __mode)
427 _M_buf(__str, __mode | ios_base::out) {
447 ::basic_stringstream(const _String& __str, ios_base::openmode __mode)
448 : basic_iostream<_CharT, _Traits>(0), _M_buf(__str, __mode) {
_time_facets.c 306 ios_base& __str, ios_base::iostate& __err,
316 __str, __err, __t);
330 ios_base& __str, ios_base::iostate& __err,
339 __str, __err, __t);
369 ios_base &__str, ios_base::iostate &__err,
386 ios_base &__str, ios_base::iostate &__err,
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 74 __put_float(__iostring &__str, _OutputIter __oi,
81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point);
96 __put_float(__iostring &__str, _OutputIter __oi,
100 if ((__group_pos < __str.size()) && (__str[__group_pos] == '.')) {
101 __str[__group_pos] = __decimal_point;
105 __insert_grouping(__str, __group_pos,
109 return __copy_float_and_fill(__str.data(), __str.data() + __str.size(), __oi
389 basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np.falsename(); local
    [all...]
_monetary.h 62 ios_base& __str, ios_base::iostate& __err,
64 { return do_get(__s, __end, __intl, __str, __err, __units); }
66 ios_base& __str, ios_base::iostate& __err,
68 { return do_get(__s, __end, __intl, __str, __err, __digits); }
75 ios_base& __str, ios_base::iostate& __err,
78 ios_base& __str, ios_base::iostate& __err,
395 iter_type put(iter_type __s, bool __intl, ios_base& __str,
397 { return do_put(__s, __intl, __str, __fill, __units); }
398 iter_type put(iter_type __s, bool __intl, ios_base& __str,
401 { return do_put(__s, __intl, __str, __fill, __digits);
    [all...]
_monetary.c 123 ios_base& __str, ios_base::iostate& __err,
137 locale __loc = __str.getloc();
149 bool __symbol_required = (__str.flags() & ios_base::showbase) != 0;
280 ios_base& __str, ios_base::iostate& __err,
284 __s = _STLP_PRIV __money_do_get(__s, __end, __intl, __str, __err, __buf, __is_positive, (_CharT*)0);
305 ios_base& __str, ios_base::iostate& __err,
308 return _STLP_PRIV __money_do_get(__s, __end, __intl, __str, __err, __digits, __is_positive, (_CharT*)0);
316 _OutputIter __money_do_put(_OutputIter __s, bool __intl, ios_base& __str,
325 locale __loc = __str.getloc();
408 streamsize __width = __str.width()
    [all...]
_stdexcept_base.h 69 __Named_exception(const string& __str);
_sstream.c 402 ::basic_istringstream(const _String& __str,ios_base::openmode __mode)
404 _M_buf(__str, __mode | ios_base::in) {
425 ::basic_ostringstream(const _String& __str, ios_base::openmode __mode)
427 _M_buf(__str, __mode | ios_base::out) {
447 ::basic_stringstream(const _String& __str, ios_base::openmode __mode)
448 : basic_iostream<_CharT, _Traits>(0), _M_buf(__str, __mode) {
_time_facets.c 305 ios_base& __str, ios_base::iostate& __err,
315 __str, __err, __t);
329 ios_base& __str, ios_base::iostate& __err,
338 __str, __err, __t);
368 ios_base &__str, ios_base::iostate &__err,
385 ios_base &__str, ios_base::iostate &__err,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
argz.h 90 __const char *__restrict __str) __THROW;
93 __const char *__restrict __str) __THROW;
134 __const char *__restrict __str,
139 __const char *__restrict __str,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
argz.h 90 __const char *__restrict __str) __THROW;
93 __const char *__restrict __str) __THROW;
134 __const char *__restrict __str,
139 __const char *__restrict __str,
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_sstream.i 50 basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __str,
85 basic_istringstream(const basic_string<_CharT, _Traits, _Alloc>& __str,
124 basic_ostringstream(const basic_string<_CharT, _Traits, _Alloc>& __str,
164 basic_stringstream(const basic_string<_CharT, _Traits, _Alloc>& __str,
  /external/valgrind/include/
pub_tool_basics.h 439 #define VG_STRINGIFZ(__str) #__str
440 #define VG_STRINGIFY(__str) VG_STRINGIFZ(__str)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio2.h 220 extern char *__gets_chk (char *__str, size_t) __wur;
221 extern char *__REDIRECT (__gets_warn, (char *__str), gets)
226 gets (char *__str)
228 if (__bos (__str) != (size_t) -1)
229 return __gets_chk (__str, __bos (__str));
230 return __gets_warn (__str);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio2.h 220 extern char *__gets_chk (char *__str, size_t) __wur;
221 extern char *__REDIRECT (__gets_warn, (char *__str), gets)
226 gets (char *__str)
228 if (__bos (__str) != (size_t) -1)
229 return __gets_chk (__str, __bos (__str));
230 return __gets_warn (__str);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio2.h 220 extern char *__gets_chk (char *__str, size_t) __wur;
221 extern char *__REDIRECT (__gets_warn, (char *__str), gets)
226 gets (char *__str)
228 if (__bos (__str) != (size_t) -1)
229 return __gets_chk (__str, __bos (__str));
230 return __gets_warn (__str);

Completed in 3344 milliseconds

1 23 4 5 6