Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp1420 wchar_t mb_four_bytes = 0x24b62; in TEST() local
1426 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fputwc(mb_four_bytes, fp))); in TEST()
1443 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fgetwc(fp))); in TEST()
1464 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fgetwc(fp))); in TEST()
1489 wchar_t mb_four_bytes = 0x24b62; in TEST() local
1494 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fputwc(mb_four_bytes, fp))); in TEST()