HomeSort by relevance Sort by last modified time
    Searched refs:EndsWithCaseInsensitive (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-string.h 144 static bool EndsWithCaseInsensitive(
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-string.h 144 static bool EndsWithCaseInsensitive(
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-string.h 207 bool EndsWithCaseInsensitive(const char* suffix) const;
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-filepath.cc 63 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) {
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-string.h 266 bool EndsWithCaseInsensitive(const char* suffix) const;
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-string.h 266 bool EndsWithCaseInsensitive(const char* suffix) const;
  /external/gtest/include/gtest/internal/
gtest-string.h 266 bool EndsWithCaseInsensitive(const char* suffix) const;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-string.h 266 bool EndsWithCaseInsensitive(const char* suffix) const;
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-string.h 266 bool EndsWithCaseInsensitive(const char* suffix) const;
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-string.h 266 bool EndsWithCaseInsensitive(const char* suffix) const;
  /external/protobuf/gtest/include/gtest/internal/
gtest-string.h 266 bool EndsWithCaseInsensitive(const char* suffix) const;
  /external/chromium/testing/gtest/src/
gtest-filepath.cc 120 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) {
  /external/chromium_org/testing/gtest/src/
gtest-filepath.cc 120 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) {
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-filepath.cc 120 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) {
  /external/gtest/src/
gtest-filepath.cc 120 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) {
  /external/llvm/utils/unittest/googletest/
gtest-filepath.cc 118 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) {
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 120 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) {
  /external/open-vcdiff/gtest/src/
gtest-filepath.cc 105 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) {
  /external/protobuf/gtest/src/
gtest-filepath.cc 105 if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) {
  /ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 121 if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) {
  /external/chromium/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 934 // Tests String::EndsWithCaseInsensitive().
935 TEST(StringTest, EndsWithCaseInsensitive) {
936 EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", "BAR"))
    [all...]
  /external/gtest/test/
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc     [all...]

Completed in 1287 milliseconds

1 2