Home
last modified time | relevance | path

Searched refs:EndsWithIgnoreCase (Results 1 – 25 of 28) sorted by relevance

12

/external/openscreen/third_party/abseil/src/absl/strings/
Dmatch_test.cc102 TEST(MatchTest, EndsWithIgnoreCase) { in TEST() argument
103 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "foo")); in TEST()
104 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "Oo")); in TEST()
105 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "")); in TEST()
106 EXPECT_FALSE(absl::EndsWithIgnoreCase("foo", "fooo")); in TEST()
107 EXPECT_FALSE(absl::EndsWithIgnoreCase("", "fo")); in TEST()
Dmatch.cc34 bool EndsWithIgnoreCase(absl::string_view text, absl::string_view suffix) { in EndsWithIgnoreCase() function
Dmatch.h85 bool EndsWithIgnoreCase(absl::string_view text, absl::string_view suffix);
/external/libtextclassifier/abseil-cpp/absl/strings/
Dmatch_test.cc102 TEST(MatchTest, EndsWithIgnoreCase) { in TEST() argument
103 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "foo")); in TEST()
104 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "Oo")); in TEST()
105 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "")); in TEST()
106 EXPECT_FALSE(absl::EndsWithIgnoreCase("foo", "fooo")); in TEST()
107 EXPECT_FALSE(absl::EndsWithIgnoreCase("", "fo")); in TEST()
Dmatch.cc34 bool EndsWithIgnoreCase(absl::string_view text, absl::string_view suffix) { in EndsWithIgnoreCase() function
Dmatch.h85 bool EndsWithIgnoreCase(absl::string_view text, absl::string_view suffix);
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dmatch_test.cc102 TEST(MatchTest, EndsWithIgnoreCase) { in TEST() argument
103 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "foo")); in TEST()
104 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "Oo")); in TEST()
105 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "")); in TEST()
106 EXPECT_FALSE(absl::EndsWithIgnoreCase("foo", "fooo")); in TEST()
107 EXPECT_FALSE(absl::EndsWithIgnoreCase("", "fo")); in TEST()
Dmatch.cc34 bool EndsWithIgnoreCase(absl::string_view text, absl::string_view suffix) { in EndsWithIgnoreCase() function
Dmatch.h85 bool EndsWithIgnoreCase(absl::string_view text, absl::string_view suffix);
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dmatch_test.cc102 TEST(MatchTest, EndsWithIgnoreCase) { in TEST() argument
103 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "foo")); in TEST()
104 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "Oo")); in TEST()
105 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "")); in TEST()
106 EXPECT_FALSE(absl::EndsWithIgnoreCase("foo", "fooo")); in TEST()
107 EXPECT_FALSE(absl::EndsWithIgnoreCase("", "fo")); in TEST()
Dmatch.cc34 bool EndsWithIgnoreCase(absl::string_view text, absl::string_view suffix) { in EndsWithIgnoreCase() function
Dmatch.h85 bool EndsWithIgnoreCase(absl::string_view text, absl::string_view suffix);
/external/abseil-cpp/absl/strings/
Dmatch_test.cc102 TEST(MatchTest, EndsWithIgnoreCase) { in TEST() argument
103 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "foo")); in TEST()
104 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "Oo")); in TEST()
105 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "")); in TEST()
106 EXPECT_FALSE(absl::EndsWithIgnoreCase("foo", "fooo")); in TEST()
107 EXPECT_FALSE(absl::EndsWithIgnoreCase("", "fo")); in TEST()
Dmatch.cc34 bool EndsWithIgnoreCase(absl::string_view text, absl::string_view suffix) { in EndsWithIgnoreCase() function
Dmatch.h85 bool EndsWithIgnoreCase(absl::string_view text, absl::string_view suffix);
/external/angle/third_party/abseil-cpp/absl/strings/
Dmatch_test.cc119 TEST(MatchTest, EndsWithIgnoreCase) { in TEST() argument
120 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "foo")); in TEST()
121 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "Oo")); in TEST()
122 EXPECT_TRUE(absl::EndsWithIgnoreCase("foo", "")); in TEST()
123 EXPECT_FALSE(absl::EndsWithIgnoreCase("foo", "fooo")); in TEST()
124 EXPECT_FALSE(absl::EndsWithIgnoreCase("", "fo")); in TEST()
Dmatch.cc36 bool EndsWithIgnoreCase(absl::string_view text, in EndsWithIgnoreCase() function
Dmatch.h94 bool EndsWithIgnoreCase(absl::string_view text,
/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/
Dimage_segmenter_demo.cc188 if (!absl::EndsWithIgnoreCase(absl::GetFlag(FLAGS_output_mask_png), ".png")) { in main()
Dobject_detector_demo.cc232 if (!absl::EndsWithIgnoreCase(absl::GetFlag(FLAGS_output_png), ".png")) { in main()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc487 return ignore_case_ ? absl::EndsWithIgnoreCase(value, string_matcher_) in Match()
/external/angle/third_party/abseil-cpp/
Dsymbols_arm64_rel.def333 ?EndsWithIgnoreCase@absl@@YA_NVstring_view@1@0@Z
Dsymbols_x86_rel.def334 ?EndsWithIgnoreCase@absl@@YA_NVstring_view@1@0@Z
Dsymbols_x64_rel.def338 ?EndsWithIgnoreCase@absl@@YA_NVstring_view@1@0@Z
Dsymbols_x64_rel_asan.def350 ?EndsWithIgnoreCase@absl@@YA_NVstring_view@1@0@Z

12