Searched refs:incomplete (Results 1 – 2 of 2) sorted by relevance
397 const char* incomplete = INCOMPLETE; in test_mbsrtowcs() local398 ASSERT_EQ(static_cast<size_t>(-1), mbsrtowcs(out, &incomplete, 2, ps)); in test_mbsrtowcs()400 ASSERT_EQ('\xc2', *incomplete); in test_mbsrtowcs()552 const char* incomplete = "\xc2"; // Incomplete UTF-8 sequence. in TEST() local553 src = incomplete; in TEST()558 src = incomplete; in TEST()
177 // The FreeBSD complex functions appear to be better, but they're incomplete.