Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp1392 wchar_t mb_four_bytes = 0x24b62; in TEST() local
1398 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fputwc(mb_four_bytes, fp))); in TEST()
1415 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fgetwc(fp))); in TEST()
1436 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fgetwc(fp))); in TEST()
1461 wchar_t mb_four_bytes = 0x24b62; in TEST() local
1466 ASSERT_EQ(mb_four_bytes, static_cast<wchar_t>(fputwc(mb_four_bytes, fp))); in TEST()