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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dregex.h52 template<typename _Ch_type>
56 typedef _Ch_type char_type;
136 const collate<_Ch_type>& __c(use_facet<
137 collate<_Ch_type> >(_M_locale));
148 * Effects: if typeid(use_facet<collate<_Ch_type> >) ==
149 * typeid(collate_byname<_Ch_type>) and the form of the sort key
150 * returned by collate_byname<_Ch_type>::transform(first, last) is known
236 isctype(_Ch_type __c, char_class_type __f) const;
249 value(_Ch_type __ch, int __radix) const;
281 template<typename _Ch_type>
1968 regex_match(const _Ch_type* __s, match_results<const _Ch_type*, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __re, regex_constants::match_flag_type __f = regex_constants::match_default) argument
2107 regex_search(const _Ch_type* __s, match_results<const _Ch_type*, _Allocator>& __m, const basic_regex<_Ch_type, _Rx_traits>& __e, regex_constants::match_flag_type __f = regex_constants::match_default) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dregex.h50 template<typename _Ch_type>
54 typedef _Ch_type char_type;
143 * Effects: if typeid(use_facet<collate<_Ch_type> >) ==
144 * typeid(collate_byname<_Ch_type>) and the form of the sort key
145 * returned by collate_byname<_Ch_type>::transform(__first, __last)
232 isctype(_Ch_type __c, char_class_type __f) const;
245 value(_Ch_type __ch, int __radix) const;
277 template<typename _Ch_type>
279 regex_traits<_Ch_type>::
280 isctype(_Ch_type __
1934 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
2073 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 104 milliseconds