Searched refs:mb_one_bytes (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dstdio_test.cpp564 wchar_t mb_one_bytes = L'h'; local
570 ASSERT_EQ(mb_one_bytes, static_cast<wchar_t>(fputwc(mb_one_bytes, fp)));
584 ASSERT_EQ(mb_one_bytes, static_cast<wchar_t>(fgetwc(fp)));
609 ASSERT_EQ(mb_one_bytes, static_cast<wchar_t>(fgetwc(fp)));

Completed in 19 milliseconds