MCPcopy Create free account
hub / github.com/MhLiao/TextBoxes_plusplus / CaseInsensitiveWideCStringEquals

Method CaseInsensitiveWideCStringEquals

src/gtest/gtest-all.cpp:2919–2939  ·  view source on GitHub ↗

Compares two wide C strings, ignoring case. Returns true iff they have the same content. Unlike wcscasecmp(), this function can handle NULL argument(s). A NULL C string is considered different to any non-NULL wide C string, including the empty string. NB: The implementations on different platforms slightly differ. On windows, this method uses _wcsicmp which compares according to LC_CTYPE environ

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected