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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D23953.cc43 istringstream iss1, iss2, iss3; local
46 iss3.imbue(locale(iss3.getloc(), new Punct3));
49 const num_get<char>& ng3 = use_facet<num_get<char> >(iss3.getloc());
71 iss3.str("1234,56,7.0");
73 end = ng3.get(iss3.rdbuf(), 0, iss3, err, d);
H A D37958.cc58 istringstream iss0, iss1, iss2, iss3, iss4; local
61 iss3.imbue(locale(iss3.getloc(), new Punct3));
66 const num_get<char>& ng3 = use_facet<num_get<char> >(iss3.getloc());
144 iss3.str("blah");
145 iss3.setf(ios_base::boolalpha);
147 end = ng3.get(iss3.rdbuf(), 0, iss3, err, b3);
152 iss3.str("");
153 iss3
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D23953.cc43 wistringstream iss1, iss2, iss3; local
46 iss3.imbue(locale(iss3.getloc(), new Punct3));
49 const num_get<wchar_t>& ng3 = use_facet<num_get<wchar_t> >(iss3.getloc());
71 iss3.str(L"1234,56,7.0");
73 end = ng3.get(iss3.rdbuf(), 0, iss3, err, d);
H A D37958.cc58 wistringstream iss0, iss1, iss2, iss3, iss4; local
61 iss3.imbue(locale(iss3.getloc(), new Punct3));
66 const num_get<wchar_t>& ng3 = use_facet<num_get<wchar_t> >(iss3.getloc());
144 iss3.str(L"blah");
145 iss3.setf(ios_base::boolalpha);
147 end = ng3.get(iss3.rdbuf(), 0, iss3, err, b3);
152 iss3.str(L"");
153 iss3
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D23953.cc44 istringstream iss1, iss2, iss3; local
47 iss3.imbue(locale(iss3.getloc(), new Punct3));
50 const num_get<char>& ng3 = use_facet<num_get<char> >(iss3.getloc());
72 iss3.str("1234,56,7.0");
74 end = ng3.get(iss3.rdbuf(), 0, iss3, err, d);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D23953.cc44 wistringstream iss1, iss2, iss3; local
47 iss3.imbue(locale(iss3.getloc(), new Punct3));
50 const num_get<wchar_t>& ng3 = use_facet<num_get<wchar_t> >(iss3.getloc());
72 iss3.str(L"1234,56,7.0");
74 end = ng3.get(iss3.rdbuf(), 0, iss3, err, d);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A Ddr696.cc51 istringstream iss3(oss3.str());
52 iss3 >> s3;
54 VERIFY( !iss3.fail() && iss3.eof() );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A Ddr696.cc51 wistringstream iss3(oss3.str());
52 iss3 >> s3;
54 VERIFY( !iss3.fail() && iss3.eof() );

Completed in 182 milliseconds