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