Lines Matching defs:string_type

1669       typedef basic_string<_CharT>	string_type;
1777 * This function returns a string_type containing the text
1781 * @return string_type representing printed form of true.
1783 string_type
1790 * This function returns a string_type containing the text
1794 * @return string_type representing printed form of false.
1796 string_type
1845 * Returns a string_type containing the text representation for true
1849 * @return string_type representing printed form of true.
1851 virtual string_type
1858 * Returns a string_type containing the text representation for false
1862 * @return string_type representing printed form of false.
1864 virtual string_type
1898 typedef basic_string<_CharT> string_type;
2544 typedef basic_string<_CharT> string_type;
2611 * @return Transformed string_type.
2613 string_type
2672 virtual string_type
2719 typedef basic_string<_CharT> string_type;
3622 typedef basic_string<_CharT> string_type;
3733 * This function returns a string_type to use as a currency symbol. It
3737 * @return @a string_type representing a currency symbol.
3739 string_type
3746 * This function returns a string_type to use as a sign for positive
3754 * @return @a string_type representing a positive sign.
3756 string_type
3763 * This function returns a string_type to use as a sign for negative
3771 * @return @a string_type representing a negative sign.
3773 string_type
3878 * This function returns a string_type to use as a currency symbol.
3882 * @return @a string_type representing a currency symbol.
3884 virtual string_type
3891 * This function returns a string_type to use as a sign for positive
3895 * @return @a string_type representing a positive sign.
3897 virtual string_type
3904 * This function returns a string_type to use as a sign for negative
3908 * @return @a string_type representing a negative sign.
3910 virtual string_type
4006 typedef basic_string<_CharT> string_type;
4053 typedef basic_string<_CharT> string_type;
4128 ios_base::iostate& __err, string_type& __digits) const
4163 ios_base::iostate& __err, string_type& __digits) const;
4201 typedef basic_string<_CharT> string_type;
4258 char_type __fill, const string_type& __digits) const
4315 const string_type& __digits) const;
4327 const string_type& __digits) const;
4372 typedef basic_string<_CharT> string_type;
4455 string_type
4456 get(catalog __c, int __set, int __msgid, const string_type& __s) const
4505 virtual string_type
4506 do_get(catalog, int, int, const string_type& __dfault) const;
4518 _M_convert_to_char(const string_type& __msg) const
4525 string_type
4550 return string_type(__to);
4562 return string_type();
4586 typedef basic_string<_CharT> string_type;