Searched refs:my_codecvt (Results 1 – 3 of 3) sorted by relevance
458 class my_codecvt : public my_codecvt_base { class460 explicit my_codecvt(size_t r = 0) in my_codecvt() function in my_codecvt497 ifs.imbue( locale(locale(), new my_codecvt) ); in imbue_while_reading()
700 typedef codecvt<char, char, my_state> my_codecvt; in custom_facet() typedef701 locale my_loc(locale::classic(), new my_codecvt()); in custom_facet()703 CPPUNIT_ASSERT( (has_facet<my_codecvt>(my_loc)) ); in custom_facet()
140 class my_codecvt : public codecvt<char, char, my_state>