Home | History | Annotate | Download | only in bits

Lines Matching refs:__e

1901    * @param __e     One-past-the-end of the character sequence to match.
1917 _Bi_iter __e,
1925 __e);
2100 * @param __e [IN] The regex to search for in @p s.
2113 const basic_regex<_Ch_type, _Rx_traits>& __e,
2116 { return regex_search(__s, __s + _Rx_traits::length(__s), __m, __e, __f); }
2121 * @param __e [IN] The regular expression to search for.
2132 const basic_regex<_Ch_type, _Rx_traits>& __e,
2135 { return regex_search(__s, __s + _Rx_traits::length(__s), __e, __f); }
2140 * @param __e [IN] The regular expression to search for.
2153 const basic_regex<_Ch_type, _Rx_traits>& __e,
2156 { return regex_search(__s.begin(), __s.end(), __e, __flags); }
2162 * @param __e [IN] The regex to search for in @p s.
2177 const basic_regex<_Ch_type, _Rx_traits>& __e,
2180 { return regex_search(__s.begin(), __s.end(), __m, __e, __f); }
2188 * @param __e
2201 const basic_regex<_Ch_type, _Rx_traits>& __e,
2210 * @param __e
2221 const basic_regex<_Ch_type, _Rx_traits>& __e,
2228 __s.begin(), __s.end(), __e, __fmt, __flags);