Searched refs:my_codecvt (Results 1 - 4 of 4) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
H A Dcodecvt_test.cpp460 class my_codecvt : public my_codecvt_base { class in inherits:my_codecvt_base
462 explicit my_codecvt(size_t r = 0) function in class:my_codecvt
499 ifs.imbue( locale(locale(), new my_codecvt) );
H A Dfstream_test.cpp719 typedef codecvt<char, char, my_state> my_codecvt; typedef
720 locale my_loc(locale::classic(), new my_codecvt());
721 // Check that my_codecvt has not replace default codecvt:
722 CPPUNIT_ASSERT( (has_facet<my_codecvt>(my_loc)) );
/ndk/tests/device/test-stlport/unit/
H A Dcodecvt_test.cpp460 class my_codecvt : public my_codecvt_base { class in inherits:my_codecvt_base
462 explicit my_codecvt(size_t r = 0) function in class:my_codecvt
499 ifs.imbue( locale(locale(), new my_codecvt) );
H A Dfstream_test.cpp719 typedef codecvt<char, char, my_state> my_codecvt; typedef
720 locale my_loc(locale::classic(), new my_codecvt());
721 // Check that my_codecvt has not replace default codecvt:
722 CPPUNIT_ASSERT( (has_facet<my_codecvt>(my_loc)) );

Completed in 279 milliseconds