Home | History | Annotate | Download | only in unit

Lines Matching defs:utf8_str

569     const string utf8_str
581 int len = cvt.length(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), sizeof(wbuf) / sizeof(wchar_t));
582 CPPUNIT_ASSERT( utf8_str.size() == (size_t)len );
586 res = cvt.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next,
589 CPPUNIT_ASSERT( from_next == utf8_str.data() + utf8_str.size() );
594 const char* from = utf8_str.data();
595 const char* from_end = from + utf8_str.size();
596 from_next = utf8_str.data();
635 CPPUNIT_CHECK( string(buf, to_next) == utf8_str );