Lines Matching refs:__flags
2841 regex_constants::match_flag_type __flags) const;
2847 regex_constants::match_flag_type __flags, bool) const;
2852 regex_constants::match_flag_type __flags, bool) const;
2857 regex_constants::match_flag_type __flags, bool) const;
2862 regex_constants::match_flag_type __flags, bool) const;
2899 regex_constants::match_flag_type __flags);
2907 regex_constants::match_flag_type __flags);
2916 regex_constants::match_flag_type __flags);
5273 regex_constants::match_flag_type __flags = regex_constants::format_default) const;
5278 regex_constants::match_flag_type __flags = regex_constants::format_default) const
5279 {return format(__output, __fmt.data(), __fmt.data() + __fmt.size(), __flags);}
5284 regex_constants::match_flag_type __flags = regex_constants::format_default) const
5288 __flags);
5294 regex_constants::match_flag_type __flags = regex_constants::format_default) const
5298 __fmt + char_traits<char_type>::length(__fmt), __flags);
5393 regex_constants::match_flag_type __flags) const
5395 if (__flags & regex_constants::format_sed)
5539 regex_constants::match_flag_type __flags, bool __at_first) const
5558 __states.back().__flags_ = __flags;
5568 if ((__flags & regex_constants::match_not_null) &&
5574 if ((__flags & regex_constants::__full_match) &&
5617 regex_constants::match_flag_type __flags, bool __at_first) const
5632 __states.back().__flags_ = __flags;
5643 if ((__flags & regex_constants::match_not_null) &&
5649 if ((__flags & regex_constants::__full_match) &&
5705 regex_constants::match_flag_type __flags, bool __at_first) const
5728 __states.back().__flags_ = __flags;
5740 if ((__flags & regex_constants::match_not_null) &&
5746 if ((__flags & regex_constants::__full_match) &&
5805 regex_constants::match_flag_type __flags, bool __at_first) const
5808 return __match_at_start_ecma(__first, __last, __m, __flags, __at_first);
5810 return __match_at_start_posix_nosubs(__first, __last, __m, __flags, __at_first);
5811 return __match_at_start_posix_subs(__first, __last, __m, __flags, __at_first);
5820 regex_constants::match_flag_type __flags) const
5823 __flags & regex_constants::__no_update_pos);
5824 if (__match_at_start(__first, __last, __m, __flags,
5825 !(__flags & regex_constants::__no_update_pos)))
5833 if (__first != __last && !(__flags & regex_constants::match_continuous))
5835 __flags |= regex_constants::match_prev_avail;
5839 if (__match_at_start(__first, __last, __m, __flags, false))
5860 regex_constants::match_flag_type __flags = regex_constants::match_default)
5862 int __offset = (__flags & regex_constants::match_prev_avail) ? 1 : 0;
5865 bool __r = __e.__search(__s.data() + __offset, __s.data() + __s.size(), __mc, __flags);
5866 __m.__assign(__first, __last, __mc, __flags & regex_constants::__no_update_pos);
5877 regex_constants::match_flag_type __flags = regex_constants::match_default)
5880 bool __r = __e.__search(__first.base(), __last.base(), __mc, __flags);
5881 __m.__assign(__first, __last, __mc, __flags & regex_constants::__no_update_pos);
5891 regex_constants::match_flag_type __flags = regex_constants::match_default)
5893 return __e.__search(__first, __last, __m, __flags);
5901 regex_constants::match_flag_type __flags = regex_constants::match_default)
5905 return __e.__search(__s.data(), __s.data() + __s.size(), __mc, __flags);
5913 regex_constants::match_flag_type __flags = regex_constants::match_default)
5916 return __e.__search(__first, __last, __mc, __flags);
5924 regex_constants::match_flag_type __flags = regex_constants::match_default)
5926 return __e.__search(__str, __str + _Traits::length(__str), __m, __flags);
5933 regex_constants::match_flag_type __flags = regex_constants::match_default)
5936 return _VSTD::regex_search(__str, __m, __e, __flags);
5944 regex_constants::match_flag_type __flags = regex_constants::match_default)
5947 return __e.__search(__s.data(), __s.data() + __s.size(), __mc, __flags);
5956 regex_constants::match_flag_type __flags = regex_constants::match_default)
5959 bool __r = __e.__search(__s.data(), __s.data() + __s.size(), __mc, __flags);
5960 __m.__assign(__s.begin(), __s.end(), __mc, __flags & regex_constants::__no_update_pos);
5970 regex_constants::match_flag_type __flags = regex_constants::match_default) = delete;
5980 regex_constants::match_flag_type __flags = regex_constants::match_default)
5984 __flags | regex_constants::match_continuous |
6000 regex_constants::match_flag_type __flags = regex_constants::match_default)
6003 return _VSTD::regex_match(__first, __last, __m, __e, __flags);
6011 regex_constants::match_flag_type __flags = regex_constants::match_default)
6013 return _VSTD::regex_match(__str, __str + _Traits::length(__str), __m, __e, __flags);
6022 regex_constants::match_flag_type __flags = regex_constants::match_default)
6024 return _VSTD::regex_match(__s.begin(), __s.end(), __m, __e, __flags);
6034 regex_constants::match_flag_type __flags = regex_constants::match_default) = delete;
6041 regex_constants::match_flag_type __flags = regex_constants::match_default)
6043 return _VSTD::regex_match(__str, __str + _Traits::length(__str), __e, __flags);
6051 regex_constants::match_flag_type __flags = regex_constants::match_default)
6053 return _VSTD::regex_match(__s.begin(), __s.end(), __e, __flags);
6471 regex_constants::match_flag_type __flags = regex_constants::match_default)
6474 _Iter __i(__first, __last, __e, __flags);
6478 if (!(__flags & regex_constants::format_no_copy))
6486 if (!(__flags & regex_constants::format_no_copy))
6488 __output = __i->format(__output, __fmt, __fmt + __len, __flags);
6490 if (__flags & regex_constants::format_first_only)
6493 if (!(__flags & regex_constants::format_no_copy))
6507 regex_constants::match_flag_type __flags = regex_constants::match_default)
6509 return _VSTD::regex_replace(__output, __first, __last, __e, __fmt.c_str(), __flags);
6519 regex_constants::match_flag_type __flags = regex_constants::match_default)
6523 __fmt.c_str(), __flags);
6532 regex_constants::match_flag_type __flags = regex_constants::match_default)
6536 __fmt, __flags);
6546 regex_constants::match_flag_type __flags = regex_constants::match_default)
6551 __fmt.c_str(), __flags);
6561 regex_constants::match_flag_type __flags = regex_constants::match_default)
6566 __fmt, __flags);