Home | History | Annotate | Download | only in test

Lines Matching full:wchar_t

369 // Tests in this group require a wchar_t to hold > 16 bits, and thus
370 // are skipped on Windows, Cygwin, and Symbian, where a wchar_t is
1329 static const wchar_t* const kNull = NULL;
2762 ASSERT_STREQ(static_cast<const wchar_t *>(NULL), NULL);
2787 EXPECT_STRNE(static_cast<const wchar_t *>(NULL), NULL);
2823 // argument type is const wchar_t*.
2829 EXPECT_TRUE(IsSubstring("", "", static_cast<const wchar_t*>(NULL), NULL));
2887 // argument type is const wchar_t*.
2894 // argument type is const wchar_t*.
4671 // Tests using wchar_t values in {EXPECT|ASSERT}_EQ.
4681 static wchar_t wchar;
4727 // Compares an std::wstring to a const wchar_t* that has identical
4736 // Compares an std::wstring to a const wchar_t* that has different
4749 // Compares a wchar_t* to an std::wstring that has different
4752 ASSERT_EQ(const_cast<wchar_t*>(L"foo"), ::std::wstring(L"bar"));
4792 // Compares a const wchar_t* to a ::wstring that has identical content.
4800 // Compares a const wchar_t* to a ::wstring that has different
4806 // Compares a wchar_t* to a ::wstring that has different content.
4807 wchar_t* const p1 = const_cast<wchar_t*>(L"foo");
4844 // Tests using wchar_t pointers in {EXPECT|ASSERT}_EQ.
4846 wchar_t* const p0 = NULL;
4853 wchar_t* const p1 = reinterpret_cast<wchar_t*>(pv1);
4854 wchar_t* const p2 = reinterpret_cast<wchar_t*>(pv2);
4863 const wchar_t* p3 = reinterpret_cast<const wchar_t*>(pv3);
4864 const wchar_t* p4 = reinterpret_cast<const wchar_t*>(pv4);
5073 // Streams a NULL of type const wchar_t*.
5074 const wchar_t* const_wstr = NULL;
5078 // Streams a NULL of type wchar_t*.
5079 wchar_t* wstr = NULL;
5083 // Streams a non-NULL of type const wchar_t*.
5088 // Streams a non-NULL of type wchar_t*.
5089 wstr = const_cast<wchar_t*>(const_wstr);
6041 const wchar_t* argv[] = {
6050 const wchar_t* argv2[] = {