Searched refs:oss03 (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/
H A D2.cc54 std::ostringstream oss03; local
55 oss03.width(5);
56 oss03.fill('0');
57 oss03.flags(std::ios_base::left);
58 oss03 << str03;
59 tmp = oss03.str();
H A D3.cc53 std::ostringstream oss03; local
54 oss03.width(5);
55 oss03.fill('0');
56 oss03.flags(std::ios_base::right);
57 oss03 << str03;
58 tmp = oss03.str();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/
H A D2.cc55 std::ostringstream oss03; local
56 oss03.width(5);
57 oss03.fill('0');
58 oss03.flags(std::ios_base::left);
59 oss03 << str03;
60 tmp = oss03.str();
H A D3.cc54 std::ostringstream oss03; local
55 oss03.width(5);
56 oss03.fill('0');
57 oss03.flags(std::ios_base::right);
58 oss03 << str03;
59 tmp = oss03.str();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D2.cc52 std::wostringstream oss03; local
53 oss03.width(5);
54 oss03.fill(L'0');
55 oss03.flags(std::ios_base::left);
56 oss03 << str03;
57 tmp = oss03.str();
H A D3.cc51 std::wostringstream oss03; local
52 oss03.width(5);
53 oss03.fill(L'0');
54 oss03.flags(std::ios_base::right);
55 oss03 << str03;
56 tmp = oss03.str();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D2.cc53 std::wostringstream oss03; local
54 oss03.width(5);
55 oss03.fill(L'0');
56 oss03.flags(std::ios_base::left);
57 oss03 << str03;
58 tmp = oss03.str();
H A D3.cc52 std::wostringstream oss03; local
53 oss03.width(5);
54 oss03.fill(L'0');
55 oss03.flags(std::ios_base::right);
56 oss03 << str03;
57 tmp = oss03.str();

Completed in 111 milliseconds