Home
last modified time | relevance | path

Searched refs:match_options (Results 1 – 11 of 11) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_fuzzsupport.c60 uint32_t match_options; in LLVMFuzzerTestOneInput() local
94 match_options = in LLVMFuzzerTestOneInput()
100 if (((compile_options|match_options) & PCRE2_ENDANCHORED) != 0) in LLVMFuzzerTestOneInput()
101 match_options &= ~(PCRE2_PARTIAL_HARD|PCRE2_PARTIAL_SOFT); in LLVMFuzzerTestOneInput()
152 uint32_t save_match_options = match_options; in LLVMFuzzerTestOneInput()
190 printf("Match options %.8x", match_options); in LLVMFuzzerTestOneInput()
192 ((match_options & PCRE2_ANCHORED) != 0)? ",anchored" : "", in LLVMFuzzerTestOneInput()
193 ((match_options & PCRE2_ENDANCHORED) != 0)? ",endanchored" : "", in LLVMFuzzerTestOneInput()
194 ((match_options & PCRE2_NO_JIT) != 0)? ",no_jit" : "", in LLVMFuzzerTestOneInput()
195 ((match_options & PCRE2_NO_UTF_CHECK) != 0)? ",no_utf_check" : "", in LLVMFuzzerTestOneInput()
[all …]
Dpcre2_jit_test.c153 int match_options; member
1248 if (current->match_options & PCRE2_PARTIAL_SOFT) in regression_tests()
1250 else if (current->match_options & PCRE2_PARTIAL_HARD) in regression_tests()
1369 current->start_offset & OFFSET_MASK, current->match_options, mdata8_2, mcontext8); in regression_tests()
1376 current->start_offset & OFFSET_MASK, current->match_options, mdata8_1, mcontext8); in regression_tests()
1380 current->start_offset & OFFSET_MASK, current->match_options, mdata8_1, mcontext8); in regression_tests()
1414 current->start_offset & OFFSET_MASK, current->match_options, mdata16_2, mcontext16); in regression_tests()
1421 current->start_offset & OFFSET_MASK, current->match_options, mdata16_1, mcontext16); in regression_tests()
1425 current->start_offset & OFFSET_MASK, current->match_options, mdata16_1, mcontext16); in regression_tests()
1459 current->start_offset & OFFSET_MASK, current->match_options, mdata32_2, mcontext32); in regression_tests()
[all …]
/third_party/glib/glib/
Dgregex.c846 gint match_options, in match_info_new() argument
851 match_options = map_to_pcre2_match_flags (match_options); in match_info_new()
863 match_info->match_opts = match_options; in match_info_new()
1583 GRegexMatchFlags *match_options,
1604 GRegexMatchFlags match_options, in g_regex_new() argument
1612 match_options = map_to_pcre2_match_flags (match_options); in g_regex_new()
1617 g_return_val_if_fail ((match_options & ~G_REGEX_MATCH_MASK) == 0, NULL); in g_regex_new()
1638 &match_options, error); in g_regex_new()
1647 regex->match_opts = match_options; in g_regex_new()
1656 GRegexMatchFlags *match_options, in regex_compile() argument
[all …]
Dgregex.h449 GRegexMatchFlags match_options,
485 GRegexMatchFlags match_options);
489 GRegexMatchFlags match_options,
496 GRegexMatchFlags match_options,
502 GRegexMatchFlags match_options,
509 GRegexMatchFlags match_options,
518 GRegexMatchFlags match_options);
522 GRegexMatchFlags match_options);
528 GRegexMatchFlags match_options,
539 GRegexMatchFlags match_options,
[all …]
/third_party/boost/libs/regex/test/regress/
Dinfo.hpp88 boost::regex_constants::match_flag_type match_options; member
127 boost::regex_constants::match_flag_type match_options = boost::match_default, in set_info() argument
138 dat.match_options = match_options; in set_info()
165 static boost::regex_constants::match_flag_type match_options() in match_options() function in test_info_base
167 return data().match_options; in match_options()
Dtest_partial_match.hpp39 && (test_info<charT>::match_options() & boost::match_partial)) ) in test_sub_match()
84 boost::regex_constants::match_flag_type opts = test_info<charT>::match_options(); in test_simple_search()
130 boost::regex_constants::match_flag_type opts = test_info<charT>::match_options(); in test_regex_iterator()
191 boost::regex_constants::match_flag_type opts = test_info<charT>::match_options(); in test_regex_token_iterator()
303 boost::regex_constants::match_flag_type opts = test_info<charT>::match_options(); in test_regex_grep()
314 boost::regex_constants::match_flag_type opts = test_info<charT>::match_options(); in test_regex_match()
Dtest_regex_search.hpp47 && (test_info<charT>::match_options() & boost::match_partial)) ) in test_sub_match()
103 boost::regex_constants::match_flag_type opts = test_info<charT>::match_options(); in test_simple_search()
183 boost::regex_constants::match_flag_type opts = test_info<charT>::match_options(); in test_regex_iterator()
244 boost::regex_constants::match_flag_type opts = test_info<charT>::match_options(); in test_regex_token_iterator()
427 boost::regex_constants::match_flag_type opts = test_info<charT>::match_options(); in test_regex_grep()
438 boost::regex_constants::match_flag_type opts = test_info<charT>::match_options(); in test_regex_match()
Dtest_mfc.cpp38 boost::regex_constants::match_flag_type opts = test_info<char>::match_options(); in test_mfc()
216 boost::regex_constants::match_flag_type opts = test_info<wchar_t>::match_options(); in test_mfc()
472 boost::regex_constants::match_flag_type opts = test_info<char>::match_options(); in test_mfc()
511 boost::regex_constants::match_flag_type opts = test_info<wchar_t>::match_options(); in test_mfc()
Dtest_deprecated.cpp90 int posix_match_options = get_posix_match_flags(test_info<char>::match_options()); in test_deprecated()
148 if(e.Search(search_text, test_info<char>::match_options())) in test_deprecated()
218 int posix_match_options = get_posix_match_flags(test_info<wchar_t>::match_options()); in test_deprecated()
Dtest_regex_replace.hpp28 boost::regex_constants::match_flag_type opts = test_info<charT>::match_options(); in test_regex_replace()
Dtest_icu.cpp169 boost::regex_constants::match_flag_type opts = test_info<wchar_t>::match_options(); in test_icu_grep()
264 boost::regex_constants::match_flag_type opts = test_info<wchar_t>::match_options(); in test_icu()
567 boost::regex_constants::match_flag_type opts = test_info<UChar32>::match_options(); in test_icu()