Searched refs:mb_three_bytes (Results 1 – 1 of 1) sorted by relevance
1391 wchar_t mb_three_bytes = 0x20ac; in TEST() local1397 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() local1465 ASSERT_EQ(mb_three_bytes, static_cast<wchar_t>(fputwc(mb_three_bytes, fp))); in TEST()