• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /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/

Lines Matching defs:_Ch_type

52   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>
283 regex_traits<_Ch_type>::
284 isctype(_Ch_type __c, char_class_type __f) const
288 const ctype<_Ch_type>& __ctype(use_facet<
289 ctype<_Ch_type> >(_M_locale));
317 template<typename _Ch_type>
319 regex_traits<_Ch_type>::
320 value(_Ch_type __ch, int __radix) const
322 std::basic_istringstream<_Ch_type> __is(string_type(1, __ch));
335 * constructed from sequences of character type @p _Ch_type.
340 template<typename _Ch_type, typename _Rx_traits = regex_traits<_Ch_type> >
345 typedef _Ch_type value_type;
385 _M_automaton(__regex::__compile<const _Ch_type*, _Rx_traits>(0, 0,
391 * [p, p + char_traits<_Ch_type>::length(p)) interpreted according to the
401 basic_regex(const _Ch_type* __p,
419 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f)
455 basic_regex(const std::basic_string<_Ch_type, _Ch_traits,
491 basic_regex(initializer_list<_Ch_type> __l,
526 operator=(const _Ch_type* __p)
537 operator=(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s)
581 assign(const _Ch_type* __p,
599 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags)
615 assign(const basic_string<_Ch_type, _Ch_typeraits, _Allocator>& __s,
653 assign(initializer_list<_Ch_type> __l,
736 template<typename _Ch_type, typename _Rx_traits>
738 swap(basic_regex<_Ch_type, _Rx_traits>& __lhs,
739 basic_regex<_Ch_type, _Rx_traits>& __rhs)
1417 template<typename _Ch_type, typename _Ch_traits, typename _Bi_iter>
1419 basic_ostream<_Ch_type, _Ch_traits>&
1420 operator<<(basic_ostream<_Ch_type, _Ch_traits>& __os,
1910 typename _Ch_type, typename _Rx_traits>
1915 const basic_regex<_Ch_type, _Rx_traits>& __re,
1941 template<typename _Bi_iter, typename _Ch_type, typename _Rx_traits>
1944 const basic_regex<_Ch_type, _Rx_traits>& __re,
1966 template<typename _Ch_type, typename _Allocator, typename _Rx_traits>
1968 regex_match(const _Ch_type* __s,
1969 match_results<const _Ch_type*, _Allocator>& __m,
1970 const basic_regex<_Ch_type, _Rx_traits>& __re,
1990 typename _Allocator, typename _Ch_type, typename _Rx_traits>
1992 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s,
1993 match_results<typename basic_string<_Ch_type,
1995 const basic_regex<_Ch_type, _Rx_traits>& __re,
2013 template<typename _Ch_type, class _Rx_traits>
2015 regex_match(const _Ch_type* __s,
2016 const basic_regex<_Ch_type, _Rx_traits>& __re,
2035 typename _Ch_type, typename _Rx_traits>
2037 regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s,
2038 const basic_regex<_Ch_type, _Rx_traits>& __re,
2060 typename _Ch_type, typename _Rx_traits>
2064 const basic_regex<_Ch_type, _Rx_traits>& __re,
2081 template<typename _Bi_iter, typename _Ch_type, typename _Rx_traits>
2084 const basic_regex<_Ch_type, _Rx_traits>& __re,
2105 template<typename _Ch_type, class _Allocator, class _Rx_traits>
2107 regex_search(const _Ch_type* __s,
2108 match_results<const _Ch_type*, _Allocator>& __m,
2109 const basic_regex<_Ch_type, _Rx_traits>& __e,
2125 template<typename _Ch_type, typename _Rx_traits>
2127 regex_search(const _Ch_type* __s,
2128 const basic_regex<_Ch_type, _Rx_traits>& __e,
2145 typename _Ch_type, typename _Rx_traits>
2147 regex_search(const basic_string<_Ch_type, _Ch_traits,
2149 const basic_regex<_Ch_type, _Rx_traits>& __e,
2167 typename _Allocator, typename _Ch_type,
2170 regex_search(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s,
2171 match_results<typename basic_string<_Ch_type,
2173 const basic_regex<_Ch_type, _Rx_traits>& __e,
2194 typename _Rx_traits, typename _Ch_type>
2197 const basic_regex<_Ch_type, _Rx_traits>& __e,
2198 const basic_string<_Ch_type>& __fmt,
2214 template<typename _Rx_traits, typename _Ch_type>
2215 inline basic_string<_Ch_type>
2216 regex_replace(const basic_string<_Ch_type>& __s,
2217 const basic_regex<_Ch_type, _Rx_traits>& __e,
2218 const basic_string<_Ch_type>& __fmt,
2236 typename _Ch_type = typename iterator_traits<_Bi_iter>::value_type,
2237 typename _Rx_traits = regex_traits<_Ch_type> >
2241 typedef basic_regex<_Ch_type, _Rx_traits> regex_type;
2351 typename _Ch_type = typename iterator_traits<_Bi_iter>::value_type,
2352 typename _Rx_traits = regex_traits<_Ch_type> >
2356 typedef basic_regex<_Ch_type, _Rx_traits> regex_type;
2494 typedef regex_iterator<_Bi_iter, _Ch_type, _Rx_traits> position_iterator;