Home
last modified time | relevance | path

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

/external/stlport/test/unit/
Dcodecvt_test.cpp456 typedef std::codecvt<wchar_t, char, mbstate_t> my_codecvt_base; typedef
458 class my_codecvt : public my_codecvt_base {
461 : my_codecvt_base(r) {} in my_codecvt()