Home | History | Annotate | Download | only in unit

Lines Matching defs:wc

519     wchar_t wc;
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
522 CPPUNIT_ASSERT( to_next == &wc );
523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
524 CPPUNIT_ASSERT( wc == L'0' );
525 CPPUNIT_ASSERT( to_next == &wc + 1 );
593 wchar_t wc;
601 &wc, &wc + 1, to_next);
607 CPPUNIT_ASSERT( wc == utf8_wstr[windex++] );
608 wc = 0;
641 wchar_t wc;
645 &wc, &wc + 1, to_next);