Searched refs:ios_base (Results 751 - 775 of 1320) sorted by relevance

<<31323334353637383940>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D4.cc78 VERIFY( is.rdstate() == ios_base::goodbit );
86 VERIFY( is.rdstate() == ios_base::failbit );
94 VERIFY( is.rdstate() == ios_base::eofbit );
102 VERIFY( is.rdstate() == (ios_base::eofbit | ios_base::failbit) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/
H A D1.cc35 std::wstringbuf isbuf_03(str_02, std::ios_base::in);
36 std::wstringbuf isbuf_04(str_02, std::ios_base::in);
41 std::ios_base::iostate state1, state2, statefail, stateeof;
42 statefail = std::ios_base::failbit;
43 stateeof = std::ios_base::eofbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/peek/char/
H A D1.cc37 std::stringbuf isbuf_03(str_02, std::ios_base::in);
38 std::stringbuf isbuf_04(str_02, std::ios_base::in);
43 std::ios_base::iostate state1, state2, statefail, stateeof;
44 statefail = std::ios_base::failbit;
45 stateeof = std::ios_base::eofbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/peek/wchar_t/
H A D1.cc35 std::wstringbuf isbuf_03(str_02, std::ios_base::in);
36 std::wstringbuf isbuf_04(str_02, std::ios_base::in);
41 std::ios_base::iostate state1, state2, statefail, stateeof;
42 statefail = std::ios_base::failbit;
43 stateeof = std::ios_base::eofbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/
H A D1.cc49 // pubseekpos(pos_type sp, ios_base::openmode)
55 pt_1 = strb_01.pubseekoff(2, std::ios_base::beg);
58 pt_1 = strb_01.pubseekoff(0, std::ios_base::cur, std::ios_base::out);
66 pt_2 = strb_01.pubseekpos(pt_1, std::ios_base::in|std::ios_base::out);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dstrstream.cc224 strstreambuf::seekoff(off_type off, ios_base::seekdir dir,
225 ios_base::openmode mode)
230 if ((mode & (ios_base::in | ios_base::out))
231 == (ios_base::in | ios_base::out) &&
232 (dir == ios_base::beg || dir == ios_base::end))
234 else if (mode & ios_base::in)
236 else if (mode & ios_base
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dstrstream.cc229 strstreambuf::seekoff(off_type off, ios_base::seekdir dir,
230 ios_base::openmode mode)
235 if ((mode & (ios_base::in | ios_base::out))
236 == (ios_base::in | ios_base::out) &&
237 (dir == ios_base::beg || dir == ios_base::end))
239 else if (mode & ios_base::in)
241 else if (mode & ios_base
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dc_locale.cc49 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err,
90 __err = ios_base::failbit;
105 __err = ios_base::failbit;
114 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err,
136 __err = ios_base::failbit;
150 __err = ios_base::failbit;
160 ios_base::iostate& __err, const __c_locale&) throw()
188 __err = ios_base::failbit;
202 __err = ios_base::failbit;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/
H A D1.cc46 const ios_base::iostate good = ios_base::goodbit;
47 ios_base::iostate errorstate = good;
53 // get_year(iter_type, iter_type, ios_base&, ios_base::iostate&, tm*) const
62 VERIFY( errorstate == ios_base::eofbit );
82 VERIFY( errorstate == ios_base::failbit );
101 VERIFY( errorstate == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/
H A D1.cc46 const ios_base::iostate good = ios_base::goodbit;
47 ios_base::iostate errorstate = good;
53 // get_year(iter_type, iter_type, ios_base&, ios_base::iostate&, tm*) const
62 VERIFY( errorstate == ios_base::eofbit );
82 VERIFY( errorstate == ios_base::failbit );
101 VERIFY( errorstate == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/locale/generic/
H A Dc_locale.cc51 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err,
81 __err |= ios_base::failbit;
88 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err,
100 __err |= ios_base::failbit;
108 ios_base::iostate& __err, const __c_locale&)
128 __err |= ios_base::failbit;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/
H A D1.cc46 const ios_base::iostate good = ios_base::goodbit;
47 ios_base::iostate errorstate = good;
53 // get_year(iter_type, iter_type, ios_base&, ios_base::iostate&, tm*) const
62 VERIFY( errorstate == ios_base::eofbit );
82 VERIFY( errorstate == ios_base::failbit );
101 VERIFY( errorstate == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/
H A D1.cc46 const ios_base::iostate good = ios_base::goodbit;
47 ios_base::iostate errorstate = good;
53 // get_year(iter_type, iter_type, ios_base&, ios_base::iostate&, tm*) const
62 VERIFY( errorstate == ios_base::eofbit );
82 VERIFY( errorstate == ios_base::failbit );
101 VERIFY( errorstate == ios_base::eofbit );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.h415 * the end, err |= ios_base::failbit. If parsing reads all the
416 * characters, err |= ios_base::eofbit.
426 get_time(iter_type __beg, iter_type __end, ios_base& __io,
427 ios_base::iostate& __err, tm* __tm) const
440 * the end, err |= ios_base::failbit. If parsing reads all the
441 * characters, err |= ios_base::eofbit.
451 get_date(iter_type __beg, iter_type __end, ios_base& __io,
452 ios_base::iostate& __err, tm* __tm) const
468 * If an error occurs before the end, err |= ios_base::failbit. If
469 * parsing reads all the characters, err |= ios_base
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D15565.cc44 oss.setf(ios_base::showpos);
52 oss.setf(ios_base::showpos);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D15565.cc44 oss.setf(ios_base::showpos);
52 oss.setf(ios_base::showpos);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/open/
H A D12790-1.cc44 fb.open(name, ios_base::out);
49 fb.open(name, ios_base::in);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/
H A D9182-2.cc63 fbuf1.open(name_07, ios_base::out | ios_base::trunc);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/
H A D1-out.cc46 fb_02.open(name_02, ios_base::out | ios_base::trunc);
H A D2-out.cc47 fb_02.open(name_02, ios_base::out | ios_base::trunc);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D12790-1.cc68 fb.open(name, ios_base::out);
72 fb.pubseekoff(0, ios_base::cur);
H A D12790-2.cc69 fb.open(name, ios_base::out);
73 fb.pubseekoff(0, ios_base::cur);
H A D12790-3.cc69 fb.open(name, ios_base::out);
72 fb.pubseekoff(0, ios_base::cur);
H A D12790-4.cc68 fb.open(name, ios_base::out);
73 fb.pubseekoff(0, ios_base::cur);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/
H A D12790-1.cc66 fb.open(name, ios_base::out);
70 fb.pubseekoff(0, ios_base::cur);

Completed in 174 milliseconds

<<31323334353637383940>>