Home
last modified time | relevance | path

Searched refs:CaseInsensitiveWideCStringEquals (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h140 static bool CaseInsensitiveWideCStringEquals(const wchar_t* lhs,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h636 return String::CaseInsensitiveWideCStringEquals(lhs, rhs);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1931 bool String::CaseInsensitiveWideCStringEquals(const wchar_t* lhs, in CaseInsensitiveWideCStringEquals() function in testing::internal::String