Home | History | Annotate | Download | only in include

Lines Matching full:__flags

2829                  regex_constants::match_flag_type __flags) const;
2835 regex_constants::match_flag_type __flags, bool) const;
2840 regex_constants::match_flag_type __flags, bool) const;
2845 regex_constants::match_flag_type __flags, bool) const;
2850 regex_constants::match_flag_type __flags, bool) const;
2887 regex_constants::match_flag_type __flags);
2895 regex_constants::match_flag_type __flags);
2904 regex_constants::match_flag_type __flags);
5255 regex_constants::match_flag_type __flags = regex_constants::format_default) const;
5260 regex_constants::match_flag_type __flags = regex_constants::format_default) const
5261 {return format(__out, __fmt.data(), __fmt.data() + __fmt.size(), __flags);}
5266 regex_constants::match_flag_type __flags = regex_constants::format_default) const
5270 __flags);
5276 regex_constants::match_flag_type __flags = regex_constants::format_default) const
5280 __fmt + char_traits<char_type>::length(__fmt), __flags);
5375 regex_constants::match_flag_type __flags) const
5377 if (__flags & regex_constants::format_sed)
5521 regex_constants::match_flag_type __flags, bool __at_first) const
5540 __states.back().__flags_ = __flags;
5587 regex_constants::match_flag_type __flags, bool __at_first) const
5602 __states.back().__flags_ = __flags;
5663 regex_constants::match_flag_type __flags, bool __at_first) const
5686 __states.back().__flags_ = __flags;
5751 regex_constants::match_flag_type __flags, bool __at_first) const
5754 return __match_at_start_ecma(__first, __last, __m, __flags, __at_first);
5756 return __match_at_start_posix_nosubs(__first, __last, __m, __flags, __at_first);
5757 return __match_at_start_posix_subs(__first, __last, __m, __flags, __at_first);
5766 regex_constants::match_flag_type __flags) const
5769 __flags & regex_constants::__no_update_pos);
5770 if (__match_at_start(__first, __last, __m, __flags,
5771 !(__flags & regex_constants::__no_update_pos)))
5779 if (__first != __last && !(__flags & regex_constants::match_continuous))
5781 __flags |= regex_constants::match_prev_avail;
5785 if (__match_at_start(__first, __last, __m, __flags, false))
5806 regex_constants::match_flag_type __flags = regex_constants::match_default)
5808 int __offset = (__flags & regex_constants::match_prev_avail) ? 1 : 0;
5811 bool __r = __e.__search(__s.data() + __offset, __s.data() + __s.size(), __mc, __flags);
5812 __m.__assign(__first, __last, __mc, __flags & regex_constants::__no_update_pos);
5823 regex_constants::match_flag_type __flags = regex_constants::match_default)
5826 bool __r = __e.__search(__first.base(), __last.base(), __mc, __flags);
5827 __m.__assign(__first, __last, __mc, __flags & regex_constants::__no_update_pos);
5837 regex_constants::match_flag_type __flags = regex_constants::match_default)
5839 return __e.__search(__first, __last, __m, __flags);
5847 regex_constants::match_flag_type __flags = regex_constants::match_default)
5851 return __e.__search(__s.data(), __s.data() + __s.size(), __mc, __flags);
5859 regex_constants::match_flag_type __flags = regex_constants::match_default)
5862 return __e.__search(__first, __last, __mc, __flags);
5870 regex_constants::match_flag_type __flags = regex_constants::match_default)
5872 return __e.__search(__str, __str + _Traits::length(__str), __m, __flags);
5879 regex_constants::match_flag_type __flags = regex_constants::match_default)
5882 return _VSTD::regex_search(__str, __m, __e, __flags);
5890 regex_constants::match_flag_type __flags = regex_constants::match_default)
5893 return __e.__search(__s.data(), __s.data() + __s.size(), __mc, __flags);
5902 regex_constants::match_flag_type __flags = regex_constants::match_default)
5905 bool __r = __e.__search(__s.data(), __s.data() + __s.size(), __mc, __flags);
5906 __m.__assign(__s.begin(), __s.end(), __mc, __flags & regex_constants::__no_update_pos);
5916 regex_constants::match_flag_type __flags = regex_constants::match_default) = delete;
5926 regex_constants::match_flag_type __flags = regex_constants::match_default)
5929 __flags | regex_constants::match_continuous);
5944 regex_constants::match_flag_type __flags = regex_constants::match_default)
5947 return _VSTD::regex_match(__first, __last, __m, __e, __flags);
5955 regex_constants::match_flag_type __flags = regex_constants::match_default)
5957 __flags);
5966 regex_constants::match_flag_type __flags = regex_constants::match_default)
5968 return _VSTD::regex_match(__s.begin(), __s.end(), __m, __e, __flags);
5978 regex_constants::match_flag_type __flags = regex_constants::match_default) = delete;
5985 regex_constants::match_flag_type __flags = regex_constants::match_default)
5987 return _VSTD::regex_match(__str, __str + _Traits::length(__str), __e, __flags);
5995 regex_constants::match_flag_type __flags = regex_constants::match_default)
5997 return _VSTD::regex_match(__s.begin(), __s.end(), __e, __flags);
6415 regex_constants::match_flag_type __flags = regex_constants::match_default)
6418 _Iter __i(__first, __last, __e, __flags);
6422 if (!(__flags & regex_constants::format_no_copy))
6430 if (!(__flags & regex_constants::format_no_copy))
6432 __out = __i->format(__out, __fmt, __fmt + __len, __flags);
6434 if (__flags & regex_constants::format_first_only)
6437 if (!(__flags & regex_constants::format_no_copy))
6451 regex_constants::match_flag_type __flags = regex_constants::match_default)
6453 return _VSTD::regex_replace(__out, __first, __last, __e, __fmt.c_str(), __flags);
6463 regex_constants::match_flag_type __flags = regex_constants::match_default)
6467 __fmt.c_str(), __flags);
6476 regex_constants::match_flag_type __flags = regex_constants::match_default)
6480 __fmt, __flags);
6490 regex_constants::match_flag_type __flags = regex_constants::match_default)
6495 __fmt.c_str(), __flags);
6505 regex_constants::match_flag_type __flags = regex_constants::match_default)
6510 __fmt, __flags);