Home | History | Annotate | Download | only in unit

Lines Matching refs:to_next

520     wchar_t *to_next;
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 );
525 CPPUNIT_ASSERT( to_next == &wc + 1 );
545 wchar_t *to_next;
547 wbuf, wbuf + sizeof(wbuf) / sizeof(wchar_t), to_next);
550 cp936_wstr.assign(wbuf, to_next);
556 char *to_next;
558 buf, buf + sizeof(buf), to_next);
560 CPPUNIT_CHECK( string(buf, to_next) == cp936_str );
585 wchar_t *to_next;
587 wbuf, wbuf + sizeof(wbuf) / sizeof(wchar_t), to_next);
590 utf8_wstr.assign(wbuf, to_next);
601 &wc, &wc + 1, to_next);
631 char *to_next;
633 buf, buf + sizeof(buf), to_next);
635 CPPUNIT_CHECK( string(buf, to_next) == utf8_str );
643 wchar_t *to_next;
645 &wc, &wc + 1, to_next);