Searched refs:w_lit (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/
H A D1.cc31 const wchar_t* w_lit = L"black pearl jasmine tea"; local
42 VERIFY( traits_type::to_char_type(wsbuf.sgetc()) == w_lit[0] );
43 VERIFY( traits_type::to_char_type(getwc(fin)) == w_lit[0] );
44 VERIFY( traits_type::to_char_type(wsbuf.sgetc()) == w_lit[1] );
45 VERIFY( traits_type::to_char_type(wsbuf.sbumpc()) == w_lit[1] );
48 VERIFY( traits_type::to_char_type(getwc(fin)) == w_lit[2] );
55 VERIFY( !wmemcmp(buf, w_lit + 3, 5) );
56 VERIFY( traits_type::to_char_type(getwc(fin)) == w_lit[8] );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/
H A D1.cc31 const wchar_t* w_lit = L"black pearl jasmine tea"; local
42 VERIFY( traits_type::to_char_type(wsbuf.sgetc()) == w_lit[0] );
43 VERIFY( traits_type::to_char_type(getwc(fin)) == w_lit[0] );
44 VERIFY( traits_type::to_char_type(wsbuf.sgetc()) == w_lit[1] );
45 VERIFY( traits_type::to_char_type(wsbuf.sbumpc()) == w_lit[1] );
48 VERIFY( traits_type::to_char_type(getwc(fin)) == w_lit[2] );
55 VERIFY( !wmemcmp(buf, w_lit + 3, 5) );
56 VERIFY( traits_type::to_char_type(getwc(fin)) == w_lit[8] );

Completed in 36 milliseconds