Home
last modified time | relevance | path

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

/bionic/tests/
Dwchar_test.cpp368 const char* incomplete = "A" "\xc2"; in test_mbsrtowcs() local
369 ASSERT_EQ(static_cast<size_t>(-1), mbsrtowcs(out, &incomplete, 2, ps)); in test_mbsrtowcs()
371 ASSERT_EQ('\xc2', *incomplete); in test_mbsrtowcs()