Lines Matching refs:__flags
2816 regex_constants::match_flag_type __flags) const;
2822 regex_constants::match_flag_type __flags, bool) const;
2827 regex_constants::match_flag_type __flags, bool) const;
2832 regex_constants::match_flag_type __flags, bool) const;
2837 regex_constants::match_flag_type __flags, bool) const;
2874 regex_constants::match_flag_type __flags);
2882 regex_constants::match_flag_type __flags);
2891 regex_constants::match_flag_type __flags);
5337 regex_constants::match_flag_type __flags = regex_constants::format_default) const;
5342 regex_constants::match_flag_type __flags = regex_constants::format_default) const
5343 {return format(__out, __fmt.data(), __fmt.data() + __fmt.size(), __flags);}
5348 regex_constants::match_flag_type __flags = regex_constants::format_default) const
5352 __flags);
5358 regex_constants::match_flag_type __flags = regex_constants::format_default) const
5362 __fmt + char_traits<char_type>::length(__fmt), __flags);
5457 regex_constants::match_flag_type __flags) const
5459 if (__flags & regex_constants::format_sed)
5603 regex_constants::match_flag_type __flags, bool __at_first) const
5617 __states.back().__flags_ = __flags;
5666 regex_constants::match_flag_type __flags, bool __at_first) const
5681 __states.back().__flags_ = __flags;
5744 regex_constants::match_flag_type __flags, bool __at_first) const
5762 __states.back().__flags_ = __flags;
5829 regex_constants::match_flag_type __flags, bool __at_first) const
5832 return __match_at_start_ecma(__first, __last, __m, __flags, __at_first);
5834 return __match_at_start_posix_nosubs(__first, __last, __m, __flags, __at_first);
5835 return __match_at_start_posix_subs(__first, __last, __m, __flags, __at_first);
5844 regex_constants::match_flag_type __flags) const
5847 __flags & regex_constants::__no_update_pos);
5848 if (__match_at_start(__first, __last, __m, __flags,
5849 !(__flags & regex_constants::__no_update_pos)))
5857 if (__first != __last && !(__flags & regex_constants::match_continuous))
5859 __flags |= regex_constants::match_prev_avail;
5863 if (__match_at_start(__first, __last, __m, __flags, false))
5884 regex_constants::match_flag_type __flags = regex_constants::match_default)
5886 int __offset = (__flags & regex_constants::match_prev_avail) ? 1 : 0;
5889 bool __r = __e.__search(__s.data() + __offset, __s.data() + __s.size(), __mc, __flags);
5890 __m.__assign(__first, __last, __mc, __flags & regex_constants::__no_update_pos);
5901 regex_constants::match_flag_type __flags = regex_constants::match_default)
5904 bool __r = __e.__search(__first.base(), __last.base(), __mc, __flags);
5905 __m.__assign(__first, __last, __mc, __flags & regex_constants::__no_update_pos);
5915 regex_constants::match_flag_type __flags = regex_constants::match_default)
5917 return __e.__search(__first, __last, __m, __flags);
5925 regex_constants::match_flag_type __flags = regex_constants::match_default)
5929 return __e.__search(__s.data(), __s.data() + __s.size(), __mc, __flags);
5937 regex_constants::match_flag_type __flags = regex_constants::match_default)
5940 return __e.__search(__first, __last, __mc, __flags);
5948 regex_constants::match_flag_type __flags = regex_constants::match_default)
5950 return __e.__search(__str, __str + _Traits::length(__str), __m, __flags);
5957 regex_constants::match_flag_type __flags = regex_constants::match_default)
5960 return _VSTD::regex_search(__str, __m, __e, __flags);
5968 regex_constants::match_flag_type __flags = regex_constants::match_default)
5971 return __e.__search(__s.data(), __s.data() + __s.size(), __mc, __flags);
5980 regex_constants::match_flag_type __flags = regex_constants::match_default)
5983 bool __r = __e.__search(__s.data(), __s.data() + __s.size(), __mc, __flags);
5984 __m.__assign(__s.begin(), __s.end(), __mc, __flags & regex_constants::__no_update_pos);
5994 regex_constants::match_flag_type __flags = regex_constants::match_default) = delete;
6004 regex_constants::match_flag_type __flags = regex_constants::match_default)
6007 __flags | regex_constants::match_continuous);
6022 regex_constants::match_flag_type __flags = regex_constants::match_default)
6025 return _VSTD::regex_match(__first, __last, __m, __e, __flags);
6033 regex_constants::match_flag_type __flags = regex_constants::match_default)
6035 return _VSTD::regex_match(__str, __str + _Traits::length(__str), __m, __e, __flags);
6044 regex_constants::match_flag_type __flags = regex_constants::match_default)
6046 return _VSTD::regex_match(__s.begin(), __s.end(), __m, __e, __flags);
6056 regex_constants::match_flag_type __flags = regex_constants::match_default) = delete;
6063 regex_constants::match_flag_type __flags = regex_constants::match_default)
6065 return _VSTD::regex_match(__str, __str + _Traits::length(__str), __e, __flags);
6073 regex_constants::match_flag_type __flags = regex_constants::match_default)
6075 return _VSTD::regex_match(__s.begin(), __s.end(), __e, __flags);
6493 regex_constants::match_flag_type __flags = regex_constants::match_default)
6496 _Iter __i(__first, __last, __e, __flags);
6500 if (!(__flags & regex_constants::format_no_copy))
6508 if (!(__flags & regex_constants::format_no_copy))
6510 __out = __i->format(__out, __fmt, __fmt + __len, __flags);
6512 if (__flags & regex_constants::format_first_only)
6515 if (!(__flags & regex_constants::format_no_copy))
6529 regex_constants::match_flag_type __flags = regex_constants::match_default)
6531 return _VSTD::regex_replace(__out, __first, __last, __e, __fmt.c_str(), __flags);
6541 regex_constants::match_flag_type __flags = regex_constants::match_default)
6545 __fmt.c_str(), __flags);
6554 regex_constants::match_flag_type __flags = regex_constants::match_default)
6558 __fmt, __flags);
6568 regex_constants::match_flag_type __flags = regex_constants::match_default)
6573 __fmt.c_str(), __flags);
6583 regex_constants::match_flag_type __flags = regex_constants::match_default)
6588 __fmt, __flags);