• Home
  • Raw
  • Download

Lines Matching refs:from_next

516     const char *from_next;  in special_encodings()  local
519 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok ); in special_encodings()
521 … CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok ); in special_encodings()
542 const char *from_next; in special_encodings() local
544 res = cvt.in(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), from_next, in special_encodings()
547 CPPUNIT_ASSERT( from_next == cp936_str.data() + cp936_str.size() ); in special_encodings()
552 const wchar_t *from_next; in special_encodings() local
555 res = cvt.out(state, cp936_wstr.data(), cp936_wstr.data() + cp936_wstr.size(), from_next, in special_encodings()
582 const char *from_next; in special_encodings() local
584 res = cvt.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next, in special_encodings()
587 CPPUNIT_ASSERT( from_next == utf8_str.data() + utf8_str.size() ); in special_encodings()
594 from_next = utf8_str.data(); in special_encodings()
598 res = cvt.in(state, from, from + length, from_next, in special_encodings()
603 from = from_next; in special_encodings()
609 if (from_next == from) in special_encodings()
615 from = from_next; in special_encodings()
627 const wchar_t *from_next; in special_encodings() local
630 res = cvt.out(state, utf8_wstr.data(), utf8_wstr.data() + utf8_wstr.size(), from_next, in special_encodings()
640 const char *from_next; in special_encodings() local
642 res = cvt.in(state, bad_utf8_str.data(), bad_utf8_str.data() + bad_utf8_str.size(), from_next, in special_encodings()