Home | History | Annotate | Download | only in bits

Lines Matching defs:char_type

71       typedef _CharT                                 char_type;
92 mutable char_type _M_fill;
359 char_type
379 char_type
380 fill(char_type __ch)
382 char_type __old = this->fill();
408 * Maps a character of @c char_type to a character of @c char,
413 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
420 narrow(char_type __c, char __dfault) const
428 * Maps a character of @c char to a character of @c char_type.
432 * std::use_facet<ctype<char_type> >(getloc()).widen(c)
438 char_type
451 : ios_base(), _M_tie(0), _M_fill(char_type()), _M_fill_init(false),