Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dstdio_test.cpp1389 wchar_t mb_one_bytes = L'h'; in TEST() local
1395 ASSERT_EQ(mb_one_bytes, static_cast<wchar_t>(fputwc(mb_one_bytes, fp))); in TEST()
1409 ASSERT_EQ(mb_one_bytes, static_cast<wchar_t>(fgetwc(fp))); in TEST()
1434 ASSERT_EQ(mb_one_bytes, static_cast<wchar_t>(fgetwc(fp))); in TEST()