Lines Matching full:wchar_t
22 const wchar_t* input;
24 const wchar_t* output;
256 const wchar_t* input;
258 const wchar_t* output;
410 static const wchar_t* const wchar_cases[] = {
475 const wchar_t* src_w;
971 wchar_t wdst[10];
975 EXPECT_EQ(0, memcmp(wdst, L"abcdefg", sizeof(wchar_t) * 8));
982 wchar_t wdst[2] = {1, 2};
999 wchar_t wdst[8];
1003 EXPECT_EQ(0, memcmp(wdst, L"abcdefg", sizeof(wchar_t) * 8));
1009 wchar_t wdst[7];
1013 EXPECT_EQ(0, memcmp(wdst, L"abcdef", sizeof(wchar_t) * 7));
1019 wchar_t wdst[3];
1023 EXPECT_EQ(0, memcmp(wdst, L"ab", sizeof(wchar_t) * 3));
1029 const wchar_t* input;