Home
last modified time | relevance | path

Searched refs:bad_utf8_str (Results 1 – 1 of 1) sorted by relevance

/external/stlport/test/unit/
Dcodecvt_test.cpp638 const string bad_utf8_str("\xdf\xdf\xdf\xdf\xdf"); 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()