Home | History | Annotate | Download | only in bits

Lines Matching full:__io

116       _M_extract(iter_type __beg, iter_type __end, ios_base& __io,
124 const locale& __loc = __io._M_getloc();
164 // if (__io.flags() & ios_base::showbase), otherwise
167 if (__io.flags() & ios_base::showbase || __sign_size > 1
186 && (__j || __io.flags() & ios_base::showbase))
334 __do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io,
338 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str)
339 : _M_extract<false>(__beg, __end, __io, __err, __str);
348 do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io,
352 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str)
353 : _M_extract<false>(__beg, __end, __io, __err, __str);
361 do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io,
366 const locale& __loc = __io._M_getloc();
370 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str)
371 : _M_extract<false>(__beg, __end, __io, __err, __str);
385 _M_insert(iter_type __s, ios_base& __io, char_type __fill,
392 const locale& __loc = __io._M_getloc();
468 const ios_base::fmtflags __f = __io.flags()
471 __len += ((__io.flags() & ios_base::showbase)
477 const size_type __width = static_cast<size_type>(__io.width());
487 if (__io.flags() & ios_base::showbase)
537 __io.width(0);
545 __do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
547 { return this->do_put(__s, __intl, __io, __fill, (long double) __units); }
553 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
556 const locale __loc = __io.getloc();
584 return __intl ? _M_insert<true>(__s, __io, __fill, __digits)
585 : _M_insert<false>(__s, __io, __fill, __digits);
591 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
593 { return __intl ? _M_insert<true>(__s, __io, __fill, __digits)
594 : _M_insert<false>(__s, __io, __fill, __digits); }
611 _M_extract_via_format(iter_type __beg, iter_type __end, ios_base& __io,
615 const locale& __loc = __io._M_getloc();
639 7, __io, __tmperr);
646 7, __io, __tmperr);
654 __months1, 12, __io, __tmperr);
661 __months2, 12, __io, __tmperr);
667 __beg = _M_extract_via_format(__beg, __end, __io, __tmperr,
673 __io, __tmperr);
680 1, __io, __tmperr);
683 2, __io, __tmperr);
689 __beg = _M_extract_via_format(__beg, __end, __io, __tmperr,
695 __io, __tmperr);
700 __io, __tmperr);
705 __io, __tmperr);
712 __io, __tmperr);
724 __beg = _M_extract_via_format(__beg, __end, __io, __tmperr,
735 __io, __tmperr);
747 __beg = _M_extract_via_format(__beg, __end, __io, __tmperr,
754 __beg = _M_extract_via_format(__beg, __end, __io, __tmperr,
761 __beg = _M_extract_via_format(__beg, __end, __io, __tmperr,
768 __io, __tmperr);
773 __io, __tmperr);
784 14, __io, __tmperr);
792 __io, __tmperr);
794 __io, __tmperr);
826 ios_base& __io, ios_base::iostate& __err) const
828 const locale& __loc = __io._M_getloc();
866 ios_base& __io, ios_base::iostate& __err) const
869 const locale& __loc = __io._M_getloc();
938 do_get_time(iter_type __beg, iter_type __end, ios_base& __io,
941 const locale& __loc = __io._M_getloc();
945 __beg = _M_extract_via_format(__beg, __end, __io, __err,
955 do_get_date(iter_type __beg, iter_type __end, ios_base& __io,
958 const locale& __loc = __io._M_getloc();
962 __beg = _M_extract_via_format(__beg, __end, __io, __err,
972 do_get_weekday(iter_type __beg, iter_type __end, ios_base& __io,
976 const locale& __loc = __io._M_getloc();
984 __io, __tmperr);
1022 ios_base& __io, ios_base::iostate& __err, tm* __tm) const
1025 const locale& __loc = __io._M_getloc();
1033 __io, __tmperr);
1070 do_get_year(iter_type __beg, iter_type __end, ios_base& __io,
1073 const locale& __loc = __io._M_getloc();
1099 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
1102 const locale& __loc = __io._M_getloc();
1124 __s = this->do_put(__s, __io, __fill, __tm, __format, __mod);
1134 do_put(iter_type __s, ios_base& __io, char_type, const tm* __tm,
1137 const locale& __loc = __io._M_getloc();