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