Searched refs:gnu_ctype (Results 1 – 9 of 9) sorted by relevance
34 class gnu_ctype: public std::ctype<unsigned char> class41 gnu_ctype(size_t __refs = 0) in gnu_ctype() function in gnu_ctype46 ~gnu_ctype();133 gnu_ctype::~gnu_ctype() { } in ~gnu_ctype()135 gnu_ctype facet01;
34 class gnu_ctype: public std::ctype<char_type> { }; class52 gnu_ctype gctype; in test01()
35 class gnu_ctype: public std::ctype<char_type> { }; class53 gnu_ctype gctype; in test01()
36 class gnu_ctype: public std::ctype<char> { }; class182 gnu_ctype obj02; in test01()
39 class gnu_ctype: public std::ctype<char_type> { }; class57 gnu_ctype gctype; in test01()
38 class gnu_ctype: public std::ctype<char_type> { }; class56 gnu_ctype gctype; in test01()
37 class gnu_ctype: public std::ctype<char_type> { }; class68 gnu_ctype gctype; in test01()
37 class gnu_ctype: public std::ctype<char_type> { }; class67 gnu_ctype gctype; in test01()
234 class gnu_ctype : public std::ctype<wchar_t> class263 oss.imbue(locale(locale::classic(), new gnu_ctype)); in test07()