Searched defs:CaseInsensitiveWideCStringEquals (Results 1 – 5 of 5) sorted by relevance
1931 bool String::CaseInsensitiveWideCStringEquals(const wchar_t* lhs, in CaseInsensitiveWideCStringEquals() function in testing::internal::String
2132 bool String::CaseInsensitiveWideCStringEquals(const wchar_t* lhs, in CaseInsensitiveWideCStringEquals() function in testing::internal::String
2140 bool String::CaseInsensitiveWideCStringEquals(const wchar_t* lhs, in CaseInsensitiveWideCStringEquals() function in testing::internal::String
3588 bool String::CaseInsensitiveWideCStringEquals(const wchar_t* lhs, in CaseInsensitiveWideCStringEquals() function in testing::internal::String
1072 TEST(StringTest, CaseInsensitiveWideCStringEquals) { in TEST() argument