Lines Matching refs:char_type

53   typedef typename _Traits::char_type argument_type;
65 typedef typename _Traits::char_type argument_type;
79 typedef typename _Traits::char_type char_type;
80 typedef char_type* first_argument_type;
81 typedef char_type* second_argument_type;
82 typedef char_type* result_type;
84 const ctype<char_type>* _M_ctype;
86 _Scan_for_wspace(const ctype<char_type>* __ctype) : _M_ctype(__ctype) {}
87 const char_type*
88 operator()(const char_type* __first, const char_type* __last) const {
95 typedef typename _Traits::char_type char_type;
96 typedef char_type* first_argument_type;
97 typedef char_type* second_argument_type;
98 typedef char_type* result_type;
100 const ctype<char_type>* _M_ctype;
102 _Scan_wspace_null(const ctype<char_type>* __c_type) : _M_ctype(__c_type) {}
103 const char_type*
104 operator()(const char_type* __first, const char_type* __last) const {
106 _Eq_char_bound<_Traits>(char_type()));
113 typedef typename _Traits::char_type char_type;
114 typedef char_type* first_argument_type;
115 typedef char_type* second_argument_type;
116 typedef char_type* result_type;
118 const ctype<char_type>* _M_ctype;
120 _Scan_for_not_wspace(const ctype<char_type>* __c_type) : _M_ctype(__c_type) {}
121 const char_type*
122 operator()(const char_type* __first, const char_type* __last) const {
129 typedef typename _Traits::char_type char_type;
130 typedef char_type* first_argument_type;
131 typedef char_type* second_argument_type;
132 typedef char_type* result_type;
134 char_type _M_val;
136 _Scan_for_char_val(char_type __val) : _M_val(__val) {}
138 const char_type*
139 operator()(const char_type* __first, const char_type* __last) const {
146 typedef typename _Traits::char_type char_type;
148 typedef char_type* first_argument_type;
149 typedef char_type* second_argument_type;
150 typedef char_type* result_type;
156 const char_type*
157 operator()(const char_type* __first, const char_type* __last) const {
783 basic_istream<_CharT, _Traits>::read(char_type* __s, streamsize __n) {
815 basic_istream<_CharT, _Traits>::readsome(char_type* __s, streamsize __nmax) {