Home | History | Annotate | Download | only in bits

Lines Matching defs:string_type

926       typedef basic_string<_CharT>	string_type;
1037 * This function returns a string_type to use as a currency symbol. It
1041 * @return @a string_type representing a currency symbol.
1043 string_type
1050 * This function returns a string_type to use as a sign for positive
1058 * @return @a string_type representing a positive sign.
1060 string_type
1067 * This function returns a string_type to use as a sign for negative
1075 * @return @a string_type representing a negative sign.
1077 string_type
1182 * This function returns a string_type to use as a currency symbol.
1186 * @return @a string_type representing a currency symbol.
1188 virtual string_type
1195 * This function returns a string_type to use as a sign for positive
1199 * @return @a string_type representing a positive sign.
1201 virtual string_type
1208 * This function returns a string_type to use as a sign for negative
1212 * @return @a string_type representing a negative sign.
1214 virtual string_type
1310 typedef basic_string<_CharT> string_type;
1359 typedef basic_string<_CharT> string_type;
1434 ios_base::iostate& __err, string_type& __digits) const
1469 ios_base::iostate& __err, string_type& __digits) const;
1507 typedef basic_string<_CharT> string_type;
1564 char_type __fill, const string_type& __digits) const
1621 const string_type& __digits) const;
1633 const string_type& __digits) const;
1677 typedef basic_string<_CharT> string_type;
1760 string_type
1761 get(catalog __c, int __set, int __msgid, const string_type& __s) const
1810 virtual string_type
1811 do_get(catalog, int, int, const string_type& __dfault) const;
1823 _M_convert_to_char(const string_type& __msg) const
1830 string_type
1855 return string_type(__to);
1867 return string_type();
1891 typedef basic_string<_CharT> string_type;