HomeSort by relevance Sort by last modified time
    Searched full:__str (Results 126 - 150 of 416) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str);
180 explicit sentry(basic_ostream<_CharT, _Traits>& __str)
181 : _M_str(__str), /* _M_buf(__str.rdbuf()), */ _M_ok(_STLP_PRIV __init_bostr(__str))
218 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str) {
219 if (__str.good()) {
221 if (!__str.rdbuf())
222 __str.setstate(ios_base::badbit);
223 if (__str.tie()
    [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...]
  /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...]
_ostream.h 45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str);
180 explicit sentry(basic_ostream<_CharT, _Traits>& __str)
181 : _M_str(__str), /* _M_buf(__str.rdbuf()), */ _M_ok(_STLP_PRIV __init_bostr(__str))
218 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str) {
219 if (__str.good()) {
221 if (!__str.rdbuf())
222 __str.setstate(ios_base::badbit);
223 if (__str.tie()
    [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...]
  /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...]
_ostream.h 45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str);
180 explicit sentry(basic_ostream<_CharT, _Traits>& __str)
181 : _M_str(__str), /* _M_buf(__str.rdbuf()), */ _M_ok(_STLP_PRIV __init_bostr(__str))
218 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str) {
219 if (__str.good()) {
221 if (!__str.rdbuf())
222 __str.setstate(ios_base::badbit);
223 if (__str.tie()
    [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...]
  /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...]
_ostream.h 45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str);
180 explicit sentry(basic_ostream<_CharT, _Traits>& __str)
181 : _M_str(__str), /* _M_buf(__str.rdbuf()), */ _M_ok(_STLP_PRIV __init_bostr(__str))
218 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str) {
219 if (__str.good()) {
221 if (!__str.rdbuf())
222 __str.setstate(ios_base::badbit);
223 if (__str.tie()
    [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...]
  /prebuilts/ndk/8/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...]
_ostream.h 45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str);
180 explicit sentry(basic_ostream<_CharT, _Traits>& __str)
181 : _M_str(__str), /* _M_buf(__str.rdbuf()), */ _M_ok(_STLP_PRIV __init_bostr(__str))
218 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str) {
219 if (__str.good()) {
221 if (!__str.rdbuf())
222 __str.setstate(ios_base::badbit);
223 if (__str.tie()
    [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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/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...]
_ostream.h 45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str);
180 explicit sentry(basic_ostream<_CharT, _Traits>& __str)
181 : _M_str(__str), /* _M_buf(__str.rdbuf()), */ _M_ok(_STLP_PRIV __init_bostr(__str))
218 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str) {
219 if (__str.good()) {
221 if (!__str.rdbuf())
222 __str.setstate(ios_base::badbit);
223 if (__str.tie()
    [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...]
  /external/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 431 basic_string(const basic_string& __str);
438 basic_string(const basic_string& __str, size_type __pos,
447 basic_string(const basic_string& __str, size_type __pos,
505 operator=(const basic_string& __str)
506 { return this->assign(__str); }
790 operator+=(const basic_string& __str)
791 { return this->append(__str); }
831 append(const basic_string& __str);
846 append(const basic_string& __str, size_type __pos, size_type __n);
924 assign(const basic_string& __str);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 431 basic_string(const basic_string& __str);
438 basic_string(const basic_string& __str, size_type __pos,
447 basic_string(const basic_string& __str, size_type __pos,
505 operator=(const basic_string& __str)
506 { return this->assign(__str); }
790 operator+=(const basic_string& __str)
791 { return this->append(__str); }
831 append(const basic_string& __str);
846 append(const basic_string& __str, size_type __pos, size_type __n);
924 assign(const basic_string& __str);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 431 basic_string(const basic_string& __str);
438 basic_string(const basic_string& __str, size_type __pos,
447 basic_string(const basic_string& __str, size_type __pos,
505 operator=(const basic_string& __str)
506 { return this->assign(__str); }
790 operator+=(const basic_string& __str)
791 { return this->append(__str); }
831 append(const basic_string& __str);
846 append(const basic_string& __str, size_type __pos, size_type __n);
924 assign(const basic_string& __str);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h 431 basic_string(const basic_string& __str);
438 basic_string(const basic_string& __str, size_type __pos,
447 basic_string(const basic_string& __str, size_type __pos,
505 operator=(const basic_string& __str)
506 { return this->assign(__str); }
790 operator+=(const basic_string& __str)
791 { return this->append(__str); }
831 append(const basic_string& __str);
846 append(const basic_string& __str, size_type __pos, size_type __n);
924 assign(const basic_string& __str);
    [all...]
  /external/clang/test/SemaTemplate/
exception-spec-crash.cpp 17 basic_string(basic_string &&__str)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
string_conversions.h 51 const char* __name, const _CharT* __str, std::size_t* __idx,
58 const _TRet __tmp = __convf(__str, &__endptr, __base...);
60 if (__endptr == __str)
71 *__idx = __endptr - __str;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
string_conversions.h 55 const char* __name, const _CharT* __str, std::size_t* __idx,
62 const _TRet __tmp = __convf(__str, &__endptr, __base...);
64 if (__endptr == __str)
75 *__idx = __endptr - __str;

Completed in 1423 milliseconds

1 2 3 4 56 7 8 91011>>