Lines Matching refs:wchar_t
275 // Tests in this group require a wchar_t to hold > 16 bits, and thus
276 // are skipped on Windows, Cygwin, and Symbian, where a wchar_t is
1934 ASSERT_STREQ(static_cast<const wchar_t *>(NULL), NULL);
1960 EXPECT_STRNE(static_cast<const wchar_t *>(NULL), NULL);
1997 // argument type is const wchar_t*.
2003 EXPECT_TRUE(IsSubstring("", "", static_cast<const wchar_t*>(NULL), NULL));
2064 // argument type is const wchar_t*.
2071 // argument type is const wchar_t*.
3809 // Tests using wchar_t values in {EXPECT|ASSERT}_EQ.
3819 static wchar_t wchar;
3866 // Compares an std::wstring to a const wchar_t* that has identical
3875 // Compares an std::wstring to a const wchar_t* that has different
3888 // Compares a wchar_t* to an std::wstring that has different
3891 ASSERT_EQ(const_cast<wchar_t*>(L"foo"), ::std::wstring(L"bar"));
3931 // Compares a const wchar_t* to a ::wstring that has identical content.
3939 // Compares a const wchar_t* to a ::wstring that has different
3945 // Compares a wchar_t* to a ::wstring that has different content.
3946 wchar_t* const p1 = const_cast<wchar_t*>(L"foo");
3983 // Tests using wchar_t pointers in {EXPECT|ASSERT}_EQ.
3985 wchar_t* const p0 = NULL;
3992 wchar_t* const p1 = reinterpret_cast<wchar_t*>(pv1);
3993 wchar_t* const p2 = reinterpret_cast<wchar_t*>(pv2);
4002 const wchar_t* p3 = reinterpret_cast<const wchar_t*>(pv3);
4003 const wchar_t* p4 = reinterpret_cast<const wchar_t*>(pv4);
4213 // Streams a NULL of type const wchar_t*.
4214 const wchar_t* const_wstr = NULL;
4218 // Streams a NULL of type wchar_t*.
4219 wchar_t* wstr = NULL;
4223 // Streams a non-NULL of type const wchar_t*.
4228 // Streams a non-NULL of type wchar_t*.
4229 wstr = const_cast<wchar_t*>(const_wstr);
5087 const wchar_t* argv[] = {
5096 const wchar_t* argv2[] = {