MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / EqualsIgnoreCase

Function EqualsIgnoreCase

Bcore/src/main/cpp/android-base/strings.cpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132bool EqualsIgnoreCase(const std::string& lhs, const std::string& rhs) {
133 return strcasecmp(lhs.c_str(), rhs.c_str()) == 0;
134}
135
136} // namespace base
137} // namespace android_lkchan

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected