Searched defs:mb_three_bytes (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dstdio_test.cpp566 wchar_t mb_three_bytes = 0x20ac; local
572 ASSERT_EQ(mb_three_bytes, static_cast<wchar_t>(fputwc(mb_three_bytes, fp)));
588 ASSERT_EQ(mb_three_bytes, static_cast<wchar_t>(fgetwc(fp)));
613 ASSERT_EQ(mb_three_bytes, static_cast<wchar_t>(fgetwc(fp)));
635 wchar_t mb_three_bytes = 0x20ac; local
640 ASSERT_EQ(mb_three_bytes, static_cast<wchar_t>(fputwc(mb_three_bytes, fp)));

Completed in 161 milliseconds