Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp1388 wchar_t mb_four_bytes = 0x24b62; in TEST() local
1394 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fputwc(mb_four_bytes, fp))); in TEST()
1411 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fgetwc(fp))); in TEST()
1432 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fgetwc(fp))); in TEST()
1457 wchar_t mb_four_bytes = 0x24b62; in TEST() local
1462 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fputwc(mb_four_bytes, fp))); in TEST()