Home | History | Annotate | Download | only in bits

Lines Matching full:__re

1865    * @param __re    The regular expression.
1881 const basic_regex<_Ch_type, _Rx_traits>& __re,
1885 __detail::_AutomatonPtr __a = __re._M_get_automaton();
1899 * @param __re The regular expression.
1910 const basic_regex<_Ch_type, _Rx_traits>& __re,
1915 return regex_match(__first, __last, __what, __re
1924 * @param __re The regular expression.
1936 const basic_regex<_Ch_type, _Rx_traits>& __re,
1939 { return regex_match(__s, __s + _Rx_traits::length(__s), __m, __re, __f); }
1947 * @param __re The regular expression.
1961 const basic_regex<_Ch_type, _Rx_traits>& __re,
1964 { return regex_match(__s.begin(), __s.end(), __m, __re, __flags); }
1971 * @param __re The regular expression.
1982 const basic_regex<_Ch_type, _Rx_traits>& __re,
1985 { return regex_match(__s, __s + _Rx_traits::length(__s), __re, __f); }
1992 * @param __re [IN] The regular expression.
2004 const basic_regex<_Ch_type, _Rx_traits>& __re,
2007 { return regex_match(__s.begin(), __s.end(), __re, __flags); }
2015 * @param __re [IN] The regular expression to search for.
2030 const basic_regex<_Ch_type, _Rx_traits>& __re,
2039 * @param __re [IN] The regular expression to search for.
2050 const basic_regex<_Ch_type, _Rx_traits>& __re,
2055 return regex_search(__first, __last, __what, __re, __flags);
2226 * @param __re [IN] The regular expression to match.
2231 regex_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re,
2343 * @param __re [IN] The regular expression to search for.
2359 regex_token_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re,
2368 * @param __re [IN] The regular expression to search for.
2377 const regex_type& __re,
2386 * @param __re [IN] The regular expression to search for.
2396 const regex_type& __re,