Home | History | Annotate | Download | only in bits

Lines Matching full:__io

133       _M_extract(iter_type __beg, iter_type __end, ios_base& __io,
141 const locale& __loc = __io._M_getloc();
181 // if (__io.flags() & ios_base::showbase), otherwise
184 if (__io.flags() & ios_base::showbase || __sign_size > 1
203 && (__j || __io.flags() & ios_base::showbase))
351 __do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io,
355 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str)
356 : _M_extract<false>(__beg, __end, __io, __err, __str);
365 do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io,
369 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str)
370 : _M_extract<false>(__beg, __end, __io, __err, __str);
378 do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io,
383 const locale& __loc = __io._M_getloc();
387 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str)
388 : _M_extract<false>(__beg, __end, __io, __err, __str);
402 _M_insert(iter_type __s, ios_base& __io, char_type __fill,
409 const locale& __loc = __io._M_getloc();
485 const ios_base::fmtflags __f = __io.flags()
488 __len += ((__io.flags() & ios_base::showbase)
494 const size_type __width = static_cast<size_type>(__io.width());
504 if (__io.flags() & ios_base::showbase)
554 __io.width(0);
562 __do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
564 { return this->do_put(__s, __intl, __io, __fill, (long double) __units); }
570 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
573 const locale __loc = __io.getloc();
601 return __intl ? _M_insert<true>(__s, __io, __fill, __digits)
602 : _M_insert<false>(__s, __io, __fill, __digits);
608 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
610 { return __intl ? _M_insert<true>(__s, __io, __fill, __digits)
611 : _M_insert<false>(__s, __io, __fill, __digits); }
628 _M_extract_via_format(iter_type __beg, iter_type __end, ios_base& __io,
632 const locale& __loc = __io._M_getloc();
657 7, __io, __tmperr);
664 7, __io, __tmperr);
672 __months1, 12, __io, __tmperr);
679 __months2, 12, __io, __tmperr);
685 __beg = _M_extract_via_format(__beg, __end, __io, __tmperr,
691 __io, __tmperr);
698 1, __io, __tmperr);
701 2, __io, __tmperr);
707 __beg = _M_extract_via_format(__beg, __end, __io, __tmperr,
713 __io, __tmperr);
718 __io, __tmperr);
723 __io, __tmperr);
730 __io, __tmperr);
742 __beg = _M_extract_via_format(__beg, __end, __io, __tmperr,
753 __io, __tmperr);
765 __beg = _M_extract_via_format(__beg, __end, __io, __tmperr,
772 __beg = _M_extract_via_format(__beg, __end, __io, __tmperr,
779 __beg = _M_extract_via_format(__beg, __end, __io, __tmperr,
791 __io, __tmperr);
802 14, __io, __tmperr);
810 __io, __tmperr);
812 __io, __tmperr);
844 ios_base& __io, ios_base::iostate& __err) const
846 const locale& __loc = __io._M_getloc();
887 ios_base& __io, ios_base::iostate& __err) const
890 const locale& __loc = __io._M_getloc();
961 ios_base& __io, ios_base::iostate& __err) const
964 const locale& __loc = __io._M_getloc();
1030 do_get_time(iter_type __beg, iter_type __end, ios_base& __io,
1033 const locale& __loc = __io._M_getloc();
1037 __beg = _M_extract_via_format(__beg, __end, __io, __err,
1047 do_get_date(iter_type __beg, iter_type __end, ios_base& __io,
1050 const locale& __loc = __io._M_getloc();
1054 __beg = _M_extract_via_format(__beg, __end, __io, __err,
1064 do_get_weekday(iter_type __beg, iter_type __end, ios_base& __io,
1068 const locale& __loc = __io._M_getloc();
1078 __io, __tmperr);
1093 ios_base& __io, ios_base::iostate& __err, tm* __tm) const
1096 const locale& __loc = __io._M_getloc();
1106 __io, __tmperr);
1120 do_get_year(iter_type __beg, iter_type __end, ios_base& __io,
1123 const locale& __loc = __io._M_getloc();
1129 __io, __tmperr);
1143 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
1146 const locale& __loc = __io._M_getloc();
1168 __s = this->do_put(__s, __io, __fill, __tm, __format, __mod);
1178 do_put(iter_type __s, ios_base& __io, char_type, const tm* __tm,
1181 const locale& __loc = __io._M_getloc();