Searched refs:_Ch_type (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_regex.h136 typename _Ch_type, typename _Rx_traits>
141 const basic_regex<_Ch_type, _Rx_traits>& __re,
146 auto __res1 = __regex_algo_impl<_Bi_iter, _Alloc, _Ch_type, _Rx_traits,
150 auto __res2 = __regex_algo_impl<_Bi_iter, _Alloc, _Ch_type, _Rx_traits,
160 template<typename _Bi_iter, typename _Ch_type, typename _Rx_traits>
164 const basic_regex<_Ch_type, _Rx_traits>& __re,
173 template<typename _Ch_type, typename _Alloc, typename _Rx_traits>
175 regex_match_debug(const _Ch_type* __s, argument
176 match_results<const _Ch_type*, _Alloc>& __m,
177 const basic_regex<_Ch_type, _Rx_trait
261 regex_search_debug(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, match_flag_type __f = std::regex_constants::match_default) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dregex.h86 template<typename _Ch_type>
90 typedef _Ch_type char_type;
244 * Effects: if typeid(use_facet<collate<_Ch_type> >) ==
245 * typeid(collate_byname<_Ch_type>) and the form of the sort key
246 * returned by collate_byname<_Ch_type>::transform(__first, __last)
339 isctype(_Ch_type __c, char_class_type __f) const;
352 value(_Ch_type __ch, int __radix) const;
387 * constructed from sequences of character type @p _Ch_type.
392 template<typename _Ch_type, typename _Rx_traits = regex_traits<_Ch_type>>
2035 regex_match(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2187 regex_search(const _Ch_type* __s, match_results<const _Ch_type*, _Alloc>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
[all...]

Completed in 98 milliseconds