Home | History | Annotate | Download | only in unit

Lines Matching defs:utf8_str

567     const string utf8_str
579 int len = cvt.length(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), sizeof(wbuf) / sizeof(wchar_t));
580 CPPUNIT_ASSERT( utf8_str.size() == (size_t)len );
584 res = cvt.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next,
587 CPPUNIT_ASSERT( from_next == utf8_str.data() + utf8_str.size() );
592 const char* from = utf8_str.data();
593 const char* from_end = from + utf8_str.size();
594 from_next = utf8_str.data();
633 CPPUNIT_CHECK( string(buf, to_next) == utf8_str );