Home | History | Annotate | Download | only in gtest

Lines Matching defs:StrCaseCmp

2815 inline int StrCaseCmp(const char* s1, const char* s2) {
2825 inline int StrCaseCmp(const char* s1, const char* s2) {
2851 inline int StrCaseCmp(const char* s1, const char* s2) {
2852 return strcasecmp(s1, s2);
3442 // Unlike strcasecmp(), this function can handle NULL argument(s).