Searched refs:_CharT2 (Results 1 - 8 of 8) sorted by relevance

/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 Dstreambuf_iterator.h71 template<typename _CharT2>
72 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
73 ostreambuf_iterator<_CharT2> >::__type
74 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
75 ostreambuf_iterator<_CharT2>);
77 template<bool _IsMove, typename _CharT2>
78 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
79 _CharT2*>::__type
80 __copy_move_a2(istreambuf_iterator<_CharT2>,
[all...]
H A Dlocale_facets.h2119 template<typename _CharT2>
2120 typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value, int>::__type
2121 _M_find(const _CharT2*, size_t __len, _CharT2 __c) const argument
2126 if (__c >= _CharT2('0') && __c < _CharT2(_CharT2('0') + __len))
2127 __ret = __c - _CharT2('0');
2131 if (__c >= _CharT2('0') && __c <= _CharT2('
[all...]
/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 Dstreambuf_iterator.h67 template<typename _CharT2>
68 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
69 ostreambuf_iterator<_CharT2> >::__type
70 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
71 ostreambuf_iterator<_CharT2>);
73 template<bool _IsMove, typename _CharT2>
74 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
75 _CharT2*>::__type
76 __copy_move_a2(istreambuf_iterator<_CharT2>,
[all...]
H A Dlocale_facets.h2117 template<typename _CharT2>
2118 typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value, int>::__type
2119 _M_find(const _CharT2*, size_t __len, _CharT2 __c) const argument
2124 if (__c >= _CharT2('0') && __c < _CharT2(_CharT2('0') + __len))
2125 __ret = __c - _CharT2('0');
2129 if (__c >= _CharT2('0') && __c <= _CharT2('
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/bits/
H A Dstreambuf_iterator.h65 template<typename _CharT2>
66 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
67 ostreambuf_iterator<_CharT2> >::__type
68 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
69 ostreambuf_iterator<_CharT2>);
71 template<bool _IsMove, typename _CharT2>
72 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
73 _CharT2*>::__type
74 __copy_move_a2(istreambuf_iterator<_CharT2>,
[all...]
H A Dlocale_facets.h2110 template<typename _CharT2>
2111 typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value, int>::__type
2112 _M_find(const _CharT2*, size_t __len, _CharT2 __c) const argument
2117 if (__c >= _CharT2('0') && __c < _CharT2(_CharT2('0') + __len))
2118 __ret = __c - _CharT2('0');
2122 if (__c >= _CharT2('0') && __c <= _CharT2('
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/
H A Dstreambuf_iterator.h65 template<typename _CharT2>
66 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
67 ostreambuf_iterator<_CharT2> >::__type
68 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
69 ostreambuf_iterator<_CharT2>);
71 template<bool _IsMove, typename _CharT2>
72 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
73 _CharT2*>::__type
74 __copy_move_a2(istreambuf_iterator<_CharT2>,
[all...]
H A Dlocale_facets.h2110 template<typename _CharT2>
2111 typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value, int>::__type
2112 _M_find(const _CharT2*, size_t __len, _CharT2 __c) const argument
2117 if (__c >= _CharT2('0') && __c < _CharT2(_CharT2('0') + __len))
2118 __ret = __c - _CharT2('0');
2122 if (__c >= _CharT2('0') && __c <= _CharT2('
[all...]

Completed in 160 milliseconds