Home | History | Annotate | Download | only in tests

Lines Matching defs:wx

1977   wchar_t wx;
1978 int res = mbtowc(&wx, x, 3);
1980 EXPECT_NOT_POISONED(wx);
1985 wchar_t wx;
1988 int res = mbrtowc(&wx, x, 3, &mbs);
1990 EXPECT_NOT_POISONED(wx);