Home
last modified time | relevance | path

Searched refs:match_regex (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/kyua/utils/text/
H A Dregex_test.cpp41 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
51 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
62 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
74 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
87 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
99 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
140 ATF_REQUIRE(!text::match_regex("foo", "bar Foo bar", 0, false)); in ATF_TEST_CASE_BODY()
141 ATF_REQUIRE(!text::match_regex("foo", "bar foO bar", 0, false)); in ATF_TEST_CASE_BODY()
142 ATF_REQUIRE(!text::match_regex("foo", "bar FOO bar", 0, false)); in ATF_TEST_CASE_BODY()
150 ATF_REQUIRE( text::match_regex("foo", "bar foo bar", 0, true)); in ATF_TEST_CASE_BODY()
[all …]
H A Dregex.hpp85 regex_matches match_regex(const std::string&, const std::string&,
H A Dregex.cpp298 text::match_regex(const std::string& regex_, const std::string& str, in match_regex() function in text