HomeSort by relevance Sort by last modified time
    Searched refs:__str (Results 101 - 125 of 211) sorted by null

1 2 3 45 6 7 8 9

  /prebuilts/ndk/8/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);
  /prebuilts/ndk/9/sources/cxx-stl/EH/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);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_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 70 __Named_exception(const string& __str);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_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 70 __Named_exception(const string& __str);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_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 70 __Named_exception(const string& __str);
  /external/valgrind/include/
pub_tool_basics.h 336 #define VG_STRINGIFZ(__str) #__str
337 #define VG_STRINGIFY(__str) VG_STRINGIFZ(__str)
  /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,
  /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);

Completed in 1997 milliseconds

1 2 3 45 6 7 8 9