Searched refs:all_options (Results 1 – 6 of 6) sorted by relevance
231 all_options = collections.defaultdict(set)234 all_options[section].add(option)236 for section, options in iitems(all_options):
115 pcre_options = options_.all_options(); in Compile()412 (NewlineMode(options_.all_options()) == PCRE_NEWLINE_CRLF || in GlobalReplace()413 NewlineMode(options_.all_options()) == PCRE_NEWLINE_ANY || in GlobalReplace()414 NewlineMode(options_.all_options()) == PCRE_NEWLINE_ANYCRLF)) { in GlobalReplace()526 int options = (options_.all_options() & PCRE_NO_UTF8_CHECK); in TryMatch()
452 int all_options() const { in all_options() function
4160 unsigned long int all_options; in main() local4229 all_options = REAL_PCRE_OPTIONS(re); in main()4230 if (do_flip) all_options = swap_uint32(all_options); in main()
1785 vector<string> all_options; in FormatBracketedOptions() local1786 if (RetrieveOptions(depth, options, &all_options)) { in FormatBracketedOptions()1787 output->append(Join(all_options, ", ")); in FormatBracketedOptions()1789 return !all_options.empty(); in FormatBracketedOptions()1795 vector<string> all_options; in FormatLineOptions() local1796 if (RetrieveOptions(depth, options, &all_options)) { in FormatLineOptions()1797 for (int i = 0; i < all_options.size(); i++) { in FormatLineOptions()1799 prefix, all_options[i]); in FormatLineOptions()1802 return !all_options.empty(); in FormatLineOptions()