Home | History | Annotate | Download | only in src

Lines Matching refs:wstring

499 wstring numpunct_byname<wchar_t>::do_truename() const {
504 wstring numpunct_byname<wchar_t>::do_falsename() const {
986 inline wstring __do_widen (string const& str) {
988 wstring::_Reserve_t __Reserve;
990 wstring result(__Reserve, __size);
993 wstring result(str.begin(), str.end());
998 wstring moneypunct_byname<wchar_t, true>::do_curr_symbol() const
1001 wstring moneypunct_byname<wchar_t, true>::do_positive_sign() const
1004 wstring moneypunct_byname<wchar_t, true>::do_negative_sign() const
1042 wstring moneypunct_byname<wchar_t, false>::do_curr_symbol() const
1045 wstring moneypunct_byname<wchar_t, false>::do_positive_sign() const
1048 wstring moneypunct_byname<wchar_t, false>::do_negative_sign() const