/external/stlport/test/unit/ |
codecvt_test.cpp | 458 class my_codecvt : public my_codecvt_base { class in inherits:my_codecvt_base 460 explicit my_codecvt(size_t r = 0) function in class:my_codecvt 497 ifs.imbue( locale(locale(), new my_codecvt) );
|
fstream_test.cpp | 700 typedef codecvt<char, char, my_state> my_codecvt; typedef 701 locale my_loc(locale::classic(), new my_codecvt()); 702 // Check that my_codecvt has not replace default codecvt: 703 CPPUNIT_ASSERT( (has_facet<my_codecvt>(my_loc)) );
|
/ndk/tests/device/test-gnustl-full/unit/ |
codecvt_test.cpp | 460 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) );
|
fstream_test.cpp | 718 typedef codecvt<char, char, my_state> my_codecvt; typedef 719 locale my_loc(locale::classic(), new my_codecvt()); 720 // Check that my_codecvt has not replace default codecvt: 721 CPPUNIT_ASSERT( (has_facet<my_codecvt>(my_loc)) );
|
/ndk/tests/device/test-stlport/unit/ |
codecvt_test.cpp | 460 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) );
|
fstream_test.cpp | 718 typedef codecvt<char, char, my_state> my_codecvt; typedef 719 locale my_loc(locale::classic(), new my_codecvt()); 720 // Check that my_codecvt has not replace default codecvt: 721 CPPUNIT_ASSERT( (has_facet<my_codecvt>(my_loc)) );
|