Searched refs:gnu_codecvt (Results 1 – 6 of 6) sorted by relevance
29 class gnu_codecvt: public ccodecvt { }; class43 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()
42 class gnu_codecvt: public std::codecvt<unsigned char, unsigned long, char> class47 gnu_codecvt facet01; in test02()
28 class gnu_codecvt: public ccodecvt { }; class40 locale loc(locale::classic(), new gnu_codecvt); in test01()
29 class gnu_codecvt: public ccodecvt { }; class42 locale loc02(locale::classic(), new gnu_codecvt); in test01()
37 class gnu_codecvt: public std::codecvt<char, char, std::mbstate_t> { }; class183 gnu_codecvt obj03; in test01()
41 class gnu_codecvt: public c_codecvt { }; class129 locale loc02(locale::classic(), new gnu_codecvt); in test01()134 VERIFY (has_facet<gnu_codecvt>(loc02)); in test01()