Searched refs:CaseInsensitiveWideCStringEquals (Results 1 – 3 of 3) sorted by relevance
144 static bool CaseInsensitiveWideCStringEquals(const wchar_t* lhs,
637 return String::CaseInsensitiveWideCStringEquals(lhs, rhs);
1931 bool String::CaseInsensitiveWideCStringEquals(const wchar_t* lhs, in CaseInsensitiveWideCStringEquals() function in testing::internal::String