Home | History | Annotate | Download | only in test

Lines Matching full:wchar_t

104   EXPECT_EQ(0U, BuiltInDefaultValue<unsigned wchar_t>::Get());
105 EXPECT_EQ(0, BuiltInDefaultValue<signed wchar_t>::Get());
108 EXPECT_EQ(0, BuiltInDefaultValue<wchar_t>::Get());
132 EXPECT_TRUE(BuiltInDefaultValue<unsigned wchar_t>::Exists());
133 EXPECT_TRUE(BuiltInDefaultValue<signed wchar_t>::Exists());
136 EXPECT_TRUE(BuiltInDefaultValue<wchar_t>::Exists());
737 typedef void MyFunction(const wchar_t**);
739 const wchar_t* ptr = NULL;
776 typedef void MyFunction(bool, const wchar_t**);
777 const wchar_t* const hi = L"hi";
779 const wchar_t* ptr = NULL;
786 wchar_t world_array[] = L"world";
787 wchar_t* const world = world_array;