Home
last modified time | relevance | path

Searched refs:PartialMatch (Results 1 – 16 of 16) sorted by relevance

/third_party/googletest/googletest/test/
Dgoogletest-port-test.cc420 EXPECT_TRUE(RE::PartialMatch(TypeParam(""), empty)); in TYPED_TEST()
421 EXPECT_TRUE(RE::PartialMatch(TypeParam("a"), empty)); in TYPED_TEST()
424 EXPECT_TRUE(RE::PartialMatch(TypeParam("az"), re)); in TYPED_TEST()
425 EXPECT_TRUE(RE::PartialMatch(TypeParam("axyz"), re)); in TYPED_TEST()
426 EXPECT_TRUE(RE::PartialMatch(TypeParam("baz"), re)); in TYPED_TEST()
427 EXPECT_TRUE(RE::PartialMatch(TypeParam("azy"), re)); in TYPED_TEST()
428 EXPECT_FALSE(RE::PartialMatch(TypeParam("zza"), re)); in TYPED_TEST()
884 EXPECT_TRUE(RE::PartialMatch("", empty)); in TEST()
885 EXPECT_TRUE(RE::PartialMatch("a", empty)); in TEST()
888 EXPECT_TRUE(RE::PartialMatch("az", re)); in TEST()
[all …]
/third_party/libphonenumber/cpp/test/phonenumbers/
Dregexp_adapter_test.cc204 EXPECT_TRUE(reg_exp->PartialMatch("12345af", &matched)) in TEST_F()
208 EXPECT_TRUE(reg_exp->PartialMatch("12345af", NULL)) in TEST_F()
211 EXPECT_TRUE(reg_exp->PartialMatch("[12]", &matched)) in TEST_F()
216 EXPECT_FALSE(reg_exp->PartialMatch("[]", &matched)) in TEST_F()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dregexp_adapter.h146 inline bool PartialMatch(const string& input_string, in PartialMatch() function
151 inline bool PartialMatch(const string& input_string) const { in PartialMatch() function
Dphonenumbermatcher.cc461 reg_exps_->pub_pages_->PartialMatch(candidate)) { in ParseAndVerify()
614 if (reg_exps_->slash_separated_dates_->PartialMatch(candidate)) { in ExtractMatch()
619 if (reg_exps_->time_stamps_->PartialMatch(candidate)) { in ExtractMatch()
682 PartialMatch(candidate, &candidate); in Find()
Dasyoutypeformatter.cc236 national_prefix_separators_pattern->PartialMatch( in SetShouldAddSpaceAfterNationalPrefix()
Dphonenumberutil.cc2355 PartialMatch(*extracted_number, extracted_number); in ExtractPossibleNumber()
2729 if (reg_exps_->valid_alpha_phone_pattern_->PartialMatch(*number)) { in Normalize()
2761 if (reg_exps_->capturing_digit_pattern_->PartialMatch( in ParsePrefixAsIdd()
/third_party/googletest/googletest/include/gtest/
Dgtest-death-test.h321 ::testing::internal::RE::PartialMatch(".*", (regex)); \
Dgtest-matchers.h827 : RE::PartialMatch(s2, *regex_);
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-death-test.h318 ::testing::internal::RE::PartialMatch(".*", (regex)); \
Dgtest-matchers.h649 : RE::PartialMatch(s2, *regex_); in MatchAndExplain()
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h896 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function
897 return PartialMatch(str.c_str(), re); in PartialMatch()
901 static bool PartialMatch(const char* str, const RE& re);
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h915 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function
916 return PartialMatch(str.c_str(), re); in PartialMatch()
920 static bool PartialMatch(const char* str, const RE& re);
/third_party/googletest/googletest/src/
Dgtest-port.cc733 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
979 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc728 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
974 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
/third_party/cef/tools/distrib/gtest/
Dgtest.h1169 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function
1170 return PartialMatch(str.c_str(), re); in PartialMatch()
1174 static bool PartialMatch(const char* str, const RE& re);
6913 : RE::PartialMatch(s2, *regex_);
7558 ::testing::internal::RE::PartialMatch(".*", (regex)); \
Dgtest-all.cc11061 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
11307 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE