Searched refs:mb_three_bytes (Results 1 – 1 of 1) sorted by relevance
1419 wchar_t mb_three_bytes = 0x20ac; in TEST() local1425 ASSERT_EQ(mb_three_bytes, static_cast<wchar_t>(fputwc(mb_three_bytes, fp))); in TEST()1441 ASSERT_EQ(mb_three_bytes, static_cast<wchar_t>(fgetwc(fp))); in TEST()1466 ASSERT_EQ(mb_three_bytes, static_cast<wchar_t>(fgetwc(fp))); in TEST()1488 wchar_t mb_three_bytes = 0x20ac; in TEST() local1493 ASSERT_EQ(mb_three_bytes, static_cast<wchar_t>(fputwc(mb_three_bytes, fp))); in TEST()