Searched refs:gnu_codecvt (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/codecvt/
H A D2.cc27 class gnu_codecvt: public std::codecvt<unsigned char, unsigned long, char> class in inherits:std::codecvt
32 gnu_codecvt facet01;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/global_templates/
H A D1.cc30 class gnu_codecvt: public ccodecvt { }; class in inherits:ccodecvt
44 locale loc(locale::classic(), new gnu_codecvt); local
46 VERIFY( has_facet<gnu_codecvt>(loc) );
54 { const gnu_codecvt& cvt02 __attribute__((unused)) = use_facet<gnu_codecvt>(loc); }
59 { const ccodecvt& cvt03 __attribute__((unused)) = use_facet<gnu_codecvt>(cloc); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/global_templates/
H A D1.cc29 class gnu_codecvt: public ccodecvt { }; class in inherits:ccodecvt
43 locale loc(locale::classic(), new gnu_codecvt); local
45 VERIFY( has_facet<gnu_codecvt>(loc) );
53 { const gnu_codecvt& cvt02 __attribute__((unused)) = use_facet<gnu_codecvt>(loc); }
58 { const ccodecvt& cvt03 __attribute__((unused)) = use_facet<gnu_codecvt>(cloc); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/locale/operations/
H A D1.cc27 class gnu_codecvt: public ccodecvt { }; class in inherits:ccodecvt
39 locale loc(locale::classic(), new gnu_codecvt); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/locale/operations/
H A D1.cc28 class gnu_codecvt: public ccodecvt { }; class in inherits:ccodecvt
40 locale loc(locale::classic(), new gnu_codecvt); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/
H A D1.cc27 class gnu_codecvt: public ccodecvt { }; class in inherits:ccodecvt
40 locale loc02(locale::classic(), new gnu_codecvt); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/
H A D1.cc28 class gnu_codecvt: public ccodecvt { }; class in inherits:ccodecvt
41 locale loc02(locale::classic(), new gnu_codecvt); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/facet/
H A D1.cc36 class gnu_codecvt: public std::codecvt<char, char, std::mbstate_t> { }; class in inherits:std::codecvt
182 gnu_codecvt obj03;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/facet/
H A D1.cc37 class gnu_codecvt: public std::codecvt<char, char, std::mbstate_t> { }; class in inherits:std::codecvt
183 gnu_codecvt obj03;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/locale/cons/
H A D2.cc37 class gnu_codecvt: public c_codecvt { }; class in inherits:c_codecvt
58 locale loc02(locale::classic(), new gnu_codecvt); local
63 VERIFY( has_facet<gnu_codecvt>(loc02) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/locale/cons/
H A D2.cc36 class gnu_codecvt: public c_codecvt { }; class in inherits:c_codecvt
124 locale loc02(locale::classic(), new gnu_codecvt); local
129 VERIFY (has_facet<gnu_codecvt>(loc02));

Completed in 163 milliseconds