Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp1391 wchar_t mb_three_bytes = 0x20ac; in TEST() local
1397 ASSERT_EQ(mb_three_bytes, static_cast<wchar_t>(fputwc(mb_three_bytes, fp))); in TEST()
1413 ASSERT_EQ(mb_three_bytes, static_cast<wchar_t>(fgetwc(fp))); in TEST()
1438 ASSERT_EQ(mb_three_bytes, static_cast<wchar_t>(fgetwc(fp))); in TEST()
1460 wchar_t mb_three_bytes = 0x20ac; in TEST() local
1465 ASSERT_EQ(mb_three_bytes, static_cast<wchar_t>(fputwc(mb_three_bytes, fp))); in TEST()