Searched refs:oss3 (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D23953.cc42 ostringstream oss1, oss2, oss3; local
47 oss3.imbue(locale(oss3.getloc(), new Punct3));
50 const num_put<char>& ng3 = use_facet<num_put<char> >(oss3.getloc());
64 oss3.precision(1);
65 oss3.setf(ios_base::fixed, ios_base::floatfield);
66 ng3.put(oss3.rdbuf(), oss3, '+', d1);
67 result3 = oss3.str();
H A D38196.cc36 ostringstream oss1, oss2, oss3, oss4;
41 oss3.imbue(locale(oss3.getloc(), new my_punct));
45 const num_put<char>& ng3 = use_facet<num_put<char> >(oss3.getloc());
61 oss3.width(6);
62 oss3.setf(ios_base::internal, ios_base::adjustfield);
63 oss3.setf(ios_base::boolalpha);
64 ng3.put(oss3.rdbuf(), oss3, '*', false);
65 result3 = oss3
[all...]
H A D38210.cc30 ostringstream oss1, oss2, oss3, oss4;
35 const num_put<char>& ng3 = use_facet<num_put<char> >(oss3.getloc());
51 oss3.width(5);
52 oss3.setf(ios_base::internal, ios_base::adjustfield);
53 ng3.put(oss3.rdbuf(), oss3, '*', p);
54 result3 = oss3.str();
H A D12.cc32 ostringstream oss1, oss2, oss3; local
35 const num_put<char>& np3 = use_facet<num_put<char> >(oss3.getloc());
53 oss3.setf(ios_base::showpos);
54 np3.put(oss3.rdbuf(), oss3, '*', d1);
55 result3 = oss3.str();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D23953.cc42 wostringstream oss1, oss2, oss3; local
47 oss3.imbue(locale(oss3.getloc(), new Punct3));
50 const num_put<wchar_t>& ng3 = use_facet<num_put<wchar_t> >(oss3.getloc());
64 oss3.precision(1);
65 oss3.setf(ios_base::fixed, ios_base::floatfield);
66 ng3.put(oss3.rdbuf(), oss3, L'+', d1);
67 result3 = oss3.str();
H A D38196.cc36 wostringstream oss1, oss2, oss3, oss4;
41 oss3.imbue(locale(oss3.getloc(), new my_punct));
45 const num_put<wchar_t>& ng3 = use_facet<num_put<wchar_t> >(oss3.getloc());
61 oss3.width(6);
62 oss3.setf(ios_base::internal, ios_base::adjustfield);
63 oss3.setf(ios_base::boolalpha);
64 ng3.put(oss3.rdbuf(), oss3, L'*', false);
65 result3 = oss3
[all...]
H A D38210.cc30 wostringstream oss1, oss2, oss3, oss4;
35 const num_put<wchar_t>& ng3 = use_facet<num_put<wchar_t> >(oss3.getloc());
51 oss3.width(5);
52 oss3.setf(ios_base::internal, ios_base::adjustfield);
53 ng3.put(oss3.rdbuf(), oss3, L'*', p);
54 result3 = oss3.str();
H A D12.cc32 wostringstream oss1, oss2, oss3; local
35 const num_put<wchar_t>& np3 = use_facet<num_put<wchar_t> >(oss3.getloc());
53 oss3.setf(ios_base::showpos);
54 np3.put(oss3.rdbuf(), oss3, L'*', d1);
55 result3 = oss3.str();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D23953.cc43 ostringstream oss1, oss2, oss3; local
48 oss3.imbue(locale(oss3.getloc(), new Punct3));
51 const num_put<char>& ng3 = use_facet<num_put<char> >(oss3.getloc());
65 oss3.precision(1);
66 oss3.setf(ios_base::fixed, ios_base::floatfield);
67 ng3.put(oss3.rdbuf(), oss3, '+', d1);
68 result3 = oss3.str();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D23953.cc43 wostringstream oss1, oss2, oss3; local
48 oss3.imbue(locale(oss3.getloc(), new Punct3));
51 const num_put<wchar_t>& ng3 = use_facet<num_put<wchar_t> >(oss3.getloc());
65 oss3.precision(1);
66 oss3.setf(ios_base::fixed, ios_base::floatfield);
67 ng3.put(oss3.rdbuf(), oss3, L'+', d1);
68 result3 = oss3.str();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A Ddr696.cc49 ostringstream oss3; local
50 oss3 << numeric_limits<short>::min();
51 istringstream iss3(oss3.str());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A Ddr696.cc49 wostringstream oss3; local
50 oss3 << numeric_limits<short>::min();
51 wistringstream iss3(oss3.str());

Completed in 184 milliseconds