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

  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 853 inline int StrCaseCmp(const char* s1, const char* s2) {
863 inline int StrCaseCmp(const char* s1, const char* s2) {
889 inline int StrCaseCmp(const char* s1, const char* s2) {
890 return strcasecmp(s1, s2);
    [all...]
  /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/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]

Completed in 1990 milliseconds