Home | History | Annotate | Download | only in bits

Lines Matching defs:char_type

374       typedef _CharT			char_type;
690 typedef _CharT char_type;
721 typedef _CharT char_type;
748 * @param fill char_type to use for padding.
755 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
768 * @param fill char_type to use for padding.
775 put(iter_type __s, ios_base& __io, char_type __fill,
795 * @param fill char_type to use for padding.
802 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
815 typedef _CharT char_type;
940 typedef _CharT char_type;
998 * This function returns a char_type to use as a decimal point. It
1000 * moneypunct<char_type>::do_decimal_point().
1002 * @return @a char_type representing a decimal point.
1004 char_type
1011 * This function returns a char_type to use as a thousands
1013 * moneypunct<char_type>::do_thousands_sep().
1015 * @return char_type representing a thousands separator.
1017 char_type
1043 * moneypunct<char_type>::do_grouping().
1056 * moneypunct<char_type>::do_curr_symbol().
1069 * moneypunct<char_type>::do_positive_sign().
1086 * moneypunct<char_type>::do_negative_sign().
1103 * returning moneypunct<char_type>::do_frac_digits().
1120 * returning moneypunct<char_type>::do_pos_format() or
1121 * moneypunct<char_type>::do_neg_format().
1163 * Returns a char_type to use as a decimal point. This function is a
1166 * @return @a char_type representing a decimal point.
1168 virtual char_type
1175 * Returns a char_type to use as a thousands separator. This function
1178 * @return @a char_type representing a thousands separator.
1180 virtual char_type
1327 typedef _CharT char_type;
1376 typedef _CharT char_type;
1526 typedef _CharT char_type;
1557 * @param fill char_type to use for padding.
1563 char_type __fill, long double __units) const
1580 * @param fill char_type to use for padding.
1586 char_type __fill, const string_type& __digits) const
1608 * @param fill char_type to use for padding.
1615 __do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
1619 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
1638 * @param fill char_type to use for padding.
1643 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
1649 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
1655 _M_insert(iter_type __s, ios_base& __io, char_type __fill,
1701 typedef _CharT char_type;
1915 typedef _CharT char_type;