Home
last modified time | relevance | path

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

/external/stlport/test/unit/
Dcodecvt_test.cpp458 class my_codecvt : public my_codecvt_base { class
460 explicit my_codecvt(size_t r = 0) in my_codecvt() function in my_codecvt
497 ifs.imbue( locale(locale(), new my_codecvt) ); in imbue_while_reading()
Dfstream_test.cpp700 typedef codecvt<char, char, my_state> my_codecvt; in custom_facet() typedef
701 locale my_loc(locale::classic(), new my_codecvt()); in custom_facet()
703 CPPUNIT_ASSERT( (has_facet<my_codecvt>(my_loc)) ); in custom_facet()
/external/stlport/doc/
DREADME.borland140 class my_codecvt : public codecvt<char, char, my_state>