Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp685 wchar_t mb_four_bytes = 0x24b62; in TEST() local
691 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fputwc(mb_four_bytes, fp))); in TEST()
708 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fgetwc(fp))); in TEST()
729 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fgetwc(fp))); in TEST()
754 wchar_t mb_four_bytes = 0x24b62; in TEST() local
759 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fputwc(mb_four_bytes, fp))); in TEST()