Home | History | Annotate | Download | only in bits

Lines Matching defs:char_type

367       typedef _CharT			char_type;
678 typedef _CharT char_type;
708 typedef _CharT char_type;
735 * @param fill char_type to use for padding.
742 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
755 * @param fill char_type to use for padding.
762 put(iter_type __s, ios_base& __io, char_type __fill,
782 * @param fill char_type to use for padding.
789 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
802 typedef _CharT char_type;
925 typedef _CharT char_type;
982 * This function returns a char_type to use as a decimal point. It
984 * moneypunct<char_type>::do_decimal_point().
986 * @return @a char_type representing a decimal point.
988 char_type
995 * This function returns a char_type to use as a thousands
997 * moneypunct<char_type>::do_thousands_sep().
999 * @return char_type representing a thousands separator.
1001 char_type
1026 * moneypunct<char_type>::do_grouping().
1039 * moneypunct<char_type>::do_curr_symbol().
1052 * moneypunct<char_type>::do_positive_sign().
1069 * moneypunct<char_type>::do_negative_sign().
1086 * returning moneypunct<char_type>::do_frac_digits().
1103 * returning moneypunct<char_type>::do_pos_format() or
1104 * moneypunct<char_type>::do_neg_format().
1145 * Returns a char_type to use as a decimal point. This function is a
1148 * @return @a char_type representing a decimal point.
1150 virtual char_type
1157 * Returns a char_type to use as a thousands separator. This function
1160 * @return @a char_type representing a thousands separator.
1162 virtual char_type
1309 typedef _CharT char_type;
1357 typedef _CharT char_type;
1505 typedef _CharT char_type;
1536 * @param fill char_type to use for padding.
1542 char_type __fill, long double __units) const
1558 * @param fill char_type to use for padding.
1564 char_type __fill, const string_type& __digits) const
1586 * @param fill char_type to use for padding.
1593 __do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
1597 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
1615 * @param fill char_type to use for padding.
1620 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
1626 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
1632 _M_insert(iter_type __s, ios_base& __io, char_type __fill,
1676 typedef _CharT char_type;
1890 typedef _CharT char_type;