Home | History | Annotate | Download | only in ext

Lines Matching refs:int_type

40   // NB: The char_type parameter is a subset of int_type, as to allow
41 // int_type to properly hold the full range of char_type values as
48 typedef I int_type;
91 typedef typename char_type::int_type int_type;
157 to_char_type(const int_type& __i)
160 static int_type
162 { return char_type::template to<int_type>(__c); }
165 eq_int_type(const int_type& __c1, const int_type& __c2)
168 static int_type
171 int_type __r = { -1 };
175 static int_type
176 not_eof(const int_type& __c)
177 { return eq_int_type(__c, eof()) ? int_type() : __c; }