Lines Matching refs:ios_base

415        *  the end, err |= ios_base::failbit.  If parsing reads all the
416 * characters, err |= ios_base::eofbit.
426 get_time(iter_type __beg, iter_type __end, ios_base& __io,
427 ios_base::iostate& __err, tm* __tm) const
440 * the end, err |= ios_base::failbit. If parsing reads all the
441 * characters, err |= ios_base::eofbit.
451 get_date(iter_type __beg, iter_type __end, ios_base& __io,
452 ios_base::iostate& __err, tm* __tm) const
468 * If an error occurs before the end, err |= ios_base::failbit. If
469 * parsing reads all the characters, err |= ios_base::eofbit.
479 get_weekday(iter_type __beg, iter_type __end, ios_base& __io,
480 ios_base::iostate& __err, tm* __tm) const
496 * If an error occurs before the end, err |= ios_base::failbit. If
498 * ios_base::eofbit.
508 get_monthname(iter_type __beg, iter_type __end, ios_base& __io,
509 ios_base::iostate& __err, tm* __tm) const
523 * If an error occurs before the end, err |= ios_base::failbit. If
524 * parsing reads all the characters, err |= ios_base::eofbit.
534 get_year(iter_type __beg, iter_type __end, ios_base& __io,
535 ios_base::iostate& __err, tm* __tm) const
572 do_get_time(iter_type __beg, iter_type __end, ios_base& __io,
573 ios_base::iostate& __err, tm* __tm) const;
591 do_get_date(iter_type __beg, iter_type __end, ios_base& __io,
592 ios_base::iostate& __err, tm* __tm) const;
610 do_get_weekday(iter_type __beg, iter_type __end, ios_base&,
611 ios_base::iostate& __err, tm* __tm) const;
629 do_get_monthname(iter_type __beg, iter_type __end, ios_base&,
630 ios_base::iostate& __err, tm* __tm) const;
648 do_get_year(iter_type __beg, iter_type __end, ios_base& __io,
649 ios_base::iostate& __err, tm* __tm) const;
655 ios_base& __io, ios_base::iostate& __err) const;
661 ios_base& __io, ios_base::iostate& __err) const;
667 ios_base& __io, ios_base::iostate& __err) const;
671 _M_extract_via_format(iter_type __beg, iter_type __end, ios_base& __io,
672 ios_base::iostate& __err, tm* __tm,
750 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
770 put(iter_type __s, ios_base& __io, char_type __fill,
797 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
1416 get(iter_type __s, iter_type __end, bool __intl, ios_base& __io,
1417 ios_base::iostate& __err, long double& __units) const
1447 get(iter_type __s, iter_type __end, bool __intl, ios_base& __io,
1448 ios_base::iostate& __err, string_type& __digits) const
1466 __do_get(iter_type __s, iter_type __end, bool __intl, ios_base& __io,
1467 ios_base::iostate& __err, double& __units) const;
1470 do_get(iter_type __s, iter_type __end, bool __intl, ios_base& __io,
1471 ios_base::iostate& __err, long double& __units) const;
1482 do_get(iter_type __s, iter_type __end, bool __intl, ios_base& __io,
1483 ios_base::iostate& __err, string_type& __digits) const;
1488 do_get(iter_type __s, iter_type __end, bool __intl, ios_base& __io,
1489 ios_base::iostate& __err, long double& __units) const;
1494 _M_extract(iter_type __s, iter_type __end, ios_base& __io,
1495 ios_base::iostate& __err, string& __digits) const;
1556 put(iter_type __s, bool __intl, ios_base& __io,
1579 put(iter_type __s, bool __intl, ios_base& __io,
1609 __do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
1613 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
1637 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
1643 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
1649 _M_insert(iter_type __s, ios_base& __io, char_type __fill,