HomeSort by relevance Sort by last modified time
    Searched defs:StrCaseCmp (Results 1 - 5 of 5) sorted by null

  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 845 inline int StrCaseCmp(const char* s1, const char* s2) {
855 inline int StrCaseCmp(const char* s1, const char* s2) {
881 inline int StrCaseCmp(const char* s1, const char* s2) {
882 return strcasecmp(s1, s2);
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 463 milliseconds