/third_party/boost/libs/regex/test/regress/ |
D | test_simple_repeats.cpp | 275 …TEST_REGEX_SEARCH("ab.*xy", perl, "abxy_", match_not_dot_newline|match_not_dot_null, make_array(0,… in test_fast_repeats() 276 …TEST_REGEX_SEARCH("ab.*xy", perl, "ab_xy_", match_not_dot_newline|match_not_dot_null, make_array(0… in test_fast_repeats() 277 …TEST_REGEX_SEARCH("ab.*xy", perl, "abxy", match_not_dot_newline|match_not_dot_null, make_array(0, … in test_fast_repeats() 278 …TEST_REGEX_SEARCH("ab.*xy", perl, "ab_xy", match_not_dot_newline|match_not_dot_null, make_array(0,… in test_fast_repeats() 279 …TEST_REGEX_SEARCH("ab.*", perl, "ab", match_not_dot_newline|match_not_dot_null, make_array(0, 2, -… in test_fast_repeats() 280 …TEST_REGEX_SEARCH("ab.*", perl, "ab__", match_not_dot_newline|match_not_dot_null, make_array(0, 4,… in test_fast_repeats() 281 …TEST_REGEX_SEARCH(".*xy", perl, "abc", match_not_dot_newline|match_not_dot_null, make_array(-2, -2… in test_fast_repeats() 282 …TEST_REGEX_SEARCH(".*?xy", perl, "abc", match_not_dot_newline|match_not_dot_null, make_array(-2, -… in test_fast_repeats() 283 …TEST_REGEX_SEARCH(".*xy", perl, "ab\nbc", match_not_dot_newline|match_not_dot_null, make_array(-2,… in test_fast_repeats() 284 …TEST_REGEX_SEARCH(".*?xy", perl, "ax\nbc", match_not_dot_newline|match_not_dot_null, make_array(-2… in test_fast_repeats() [all …]
|
D | basic_tests.cpp | 79 TEST_REGEX_SEARCH(".", perl, "a", match_not_dot_newline, make_array(0, 1, -2, -2)); in basic_tests() 80 TEST_REGEX_SEARCH(".", perl, "\n", match_not_dot_newline, make_array(-2, -2)); in basic_tests() 81 TEST_REGEX_SEARCH(".", perl, "\r", match_not_dot_newline, make_array(-2, -2)); in basic_tests() 82 TEST_REGEX_SEARCH(".", perl, "\0", match_not_dot_newline, make_array(0, 1, -2, -2)); in basic_tests() 83 …TEST_REGEX_SEARCH(".", perl, "\n", match_not_dot_null | match_not_dot_newline, make_array(-2, -2)); in basic_tests() 84 …TEST_REGEX_SEARCH(".", perl, "\r", match_not_dot_null | match_not_dot_newline, make_array(-2, -2)); in basic_tests() 85 …TEST_REGEX_SEARCH(".", perl, "\0", match_not_dot_null | match_not_dot_newline, make_array(-2, -2)); in basic_tests() 90 TEST_REGEX_SEARCH(".", basic, "a", match_not_dot_newline, make_array(0, 1, -2, -2)); in basic_tests() 91 TEST_REGEX_SEARCH(".", basic, "\n", match_not_dot_newline, make_array(-2, -2)); in basic_tests() 92 TEST_REGEX_SEARCH(".", basic, "\r", match_not_dot_newline, make_array(-2, -2)); in basic_tests() [all …]
|
D | test_non_greedy_repeats.cpp | 40 …SEARCH("xx.{0,2}?(?:[+-][0-9])??\\z", perl, "xx--", match_default|match_not_dot_newline, make_arra… in test_non_greedy_repeats()
|
D | test_tricky_cases.cpp | 423 perl, big_text, match_default|match_not_dot_newline, in test_tricky_cases3() 432 perl, std::wstring(st.begin(), st.end()), match_default|match_not_dot_newline, in test_tricky_cases3() 443 perl, str.c_str(), match_default | match_not_dot_newline, in test_tricky_cases3()
|
D | test_unicode.cpp | 164 match_default | match_not_dot_newline, make_array(0, 1, -2, 9, 10, -2, -2)); in test_unicode()
|
/third_party/boost/boost/regex/v4/ |
D | match_flags.hpp | 47 match_not_dot_newline = match_not_eow << 1, /* \n is not matched by '.' */ enumerator 48 match_not_dot_null = match_not_dot_newline << 1, /* '\0' is not matched by '.' */ 80 | match_not_eob | match_not_bow | match_not_eow | match_not_dot_newline 129 using regex_constants::match_not_dot_newline;
|
D | perl_matcher_common.hpp | 99 …match_any_mask = static_cast<unsigned char>((f & match_not_dot_newline) ? BOOST_REGEX_DETAIL_NS::t… in construct_init()
|
/third_party/boost/libs/spirit/example/lex/static_lexer/ |
D | word_count_tokens.hpp | 30 boost::spirit::lex::match_flags::match_not_dot_newline) in word_count_tokens()
|
/third_party/boost/libs/spirit/example/lex/ |
D | print_number_tokenids.cpp | 45 : print_numbers_tokenids::base_type(lex::match_flags::match_not_dot_newline) in print_numbers_tokenids()
|
D | print_numbers.cpp | 45 : print_numbers_tokens::base_type(lex::match_flags::match_not_dot_newline) in print_numbers_tokens()
|
/third_party/boost/libs/xpressive/doc/ |
D | regexpp_diffs.qbk | 30 * `match_not_dot_null` and `match_not_dot_newline` have moved from the `match_flag_type` enum to the
|
/third_party/boost/libs/regex/doc/ |
D | match_flag_type.qbk | 33 static const match_flag_type match_not_dot_newline; 76 [[match_not_dot_newline][Specifies that the expression "." does not match a newline character. Thi…
|
D | syntax_option_type.qbk | 147 whether `match_not_dot_newline` is set in the match flags.]] 152 whether `match_not_dot_newline` is set in the match flags.]]
|
D | partial_matches.qbk | 35 …ruction of the regular expressions used, or by setting flags like match_not_dot_newline so that ex…
|
D | syntax_basic.qbk | 37 * The newline character when the flag `match_not_dot_newline` is passed to
|
D | syntax_extended.qbk | 37 * The newline character when the flag `match_not_dot_newline` is passed
|
D | syntax_perl.qbk | 41 flag [^match_not_dot_newline]] is passed to
|
/third_party/boost/libs/regex/src/ |
D | posix_api.cpp | 91 expression->eflags = (f & REG_NEWLINE) ? match_not_dot_newline : match_default; in regcompA()
|
D | wide_posix_api.cpp | 101 expression->eflags = (f & REG_NEWLINE) ? match_not_dot_newline : match_default; in regcompW()
|
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/ |
D | lexer.hpp | 87 if (flags & match_flags::match_not_dot_newline) in map_flags()
|
/third_party/boost/boost/spirit/home/lex/lexer/ |
D | lexer.hpp | 342 match_not_dot_newline = 1, // the regex '.' doesn't match newlines enumerator
|
/third_party/boost/libs/spirit/doc/ |
D | what_s_new.qbk | 777 match_flags::match_not_dot_newline, // the regex '.' doesn't match newlines
|