Home
last modified time | relevance | path

Searched refs:gnu_codecvt (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dglobal_templates.cc29 class gnu_codecvt: public ccodecvt { }; class
43 locale loc(locale::classic(), new gnu_codecvt); in test01()
45 VERIFY( has_facet<gnu_codecvt>(loc) ); in test01()
53 { const gnu_codecvt& cvt02 = use_facet<gnu_codecvt>(loc); } in test01()
58 { const ccodecvt& cvt03 = use_facet<gnu_codecvt>(cloc); } in test01()
H A Dcodecvt.cc42 class gnu_codecvt: public std::codecvt<unsigned char, unsigned long, char> class
47 gnu_codecvt facet01; in test02()
H A Doperators.cc28 class gnu_codecvt: public ccodecvt { }; class
40 locale loc(locale::classic(), new gnu_codecvt); in test01()
H A Dstatic_members.cc29 class gnu_codecvt: public ccodecvt { }; class
42 locale loc02(locale::classic(), new gnu_codecvt); in test01()
H A Dfacet.cc37 class gnu_codecvt: public std::codecvt<char, char, std::mbstate_t> { }; class
183 gnu_codecvt obj03; in test01()
H A Dctor_copy_dtor.cc41 class gnu_codecvt: public c_codecvt { }; class
129 locale loc02(locale::classic(), new gnu_codecvt); in test01()
134 VERIFY (has_facet<gnu_codecvt>(loc02)); in test01()