Home | History | Annotate | Download | only in unit

Lines Matching refs:codecvt_base

521     CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
536 codecvt_base::result res;
548 CPPUNIT_ASSERT( res == codecvt_base::ok );
559 CPPUNIT_ASSERT( res == codecvt_base::ok );
576 codecvt_base::result res;
588 CPPUNIT_ASSERT( res == codecvt_base::ok );
603 case codecvt_base::ok:
610 case codecvt_base::partial:
619 case codecvt_base::error:
620 case codecvt_base::noconv:
634 CPPUNIT_ASSERT( res == codecvt_base::ok );
646 CPPUNIT_ASSERT( res == codecvt_base::error );