Home | History | Annotate | Download | only in unit

Lines Matching refs:to_next

518     wchar_t *to_next;
519 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
520 CPPUNIT_ASSERT( to_next == &wc );
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
523 CPPUNIT_ASSERT( to_next == &wc + 1 );
543 wchar_t *to_next;
545 wbuf, wbuf + sizeof(wbuf) / sizeof(wchar_t), to_next);
548 cp936_wstr.assign(wbuf, to_next);
554 char *to_next;
556 buf, buf + sizeof(buf), to_next);
558 CPPUNIT_CHECK( string(buf, to_next) == cp936_str );
583 wchar_t *to_next;
585 wbuf, wbuf + sizeof(wbuf) / sizeof(wchar_t), to_next);
588 utf8_wstr.assign(wbuf, to_next);
599 &wc, &wc + 1, to_next);
629 char *to_next;
631 buf, buf + sizeof(buf), to_next);
633 CPPUNIT_CHECK( string(buf, to_next) == utf8_str );
641 wchar_t *to_next;
643 &wc, &wc + 1, to_next);