Home | History | Annotate | Download | only in bits

Lines Matching full:__re

1903    * @param __re    The regular expression.
1919 const basic_regex<_Ch_type, _Rx_traits>& __re,
1923 __regex::_AutomatonPtr __a = __re._M_get_automaton();
1937 * @param __re The regular expression.
1948 const basic_regex<_Ch_type, _Rx_traits>& __re,
1953 return regex_match(__first, __last, __what, __re, __flags);
1962 * @param __re The regular expression.
1974 const basic_regex<_Ch_type, _Rx_traits>& __re,
1977 { return regex_match(__s, __s + _Rx_traits::length(__s), __m, __re, __f); }
1985 * @param __re The regular expression.
1999 const basic_regex<_Ch_type, _Rx_traits>& __re,
2002 { return regex_match(__s.begin(), __s.end(), __m, __re, __flags); }
2009 * @param __re The regular expression.
2020 const basic_regex<_Ch_type, _Rx_traits>& __re,
2023 { return regex_match(__s, __s + _Rx_traits::length(__s), __re, __f); }
2030 * @param __re [IN] The regular expression.
2042 const basic_regex<_Ch_type, _Rx_traits>& __re,
2045 { return regex_match(__s.begin(), __s.end(), __re, __flags); }
2053 * @param __re [IN] The regular expression to search for.
2068 const basic_regex<_Ch_type, _Rx_traits>& __re,
2077 * @param __re [IN] The regular expression to search for.
2088 const basic_regex<_Ch_type, _Rx_traits>& __re,
2093 return regex_search(__first, __last, __what, __re, __flags);
2265 * @param __re [IN] The regular expression to match.
2270 regex_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re,
2382 * @param __re [IN] The regular expression to search for.
2398 regex_token_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re,
2407 * @param __re [IN] The regular expression to search for.
2416 const regex_type& __re,
2425 * @param __re [IN] The regular expression to search for.
2435 const regex_type& __re,