Home | History | Annotate | Download | only in bits

Lines Matching refs:char_type

73       typedef _CharT                                 char_type;
94 mutable char_type _M_fill;
361 char_type
381 char_type
382 fill(char_type __ch)
384 char_type __old = this->fill();
410 * Maps a character of @c char_type to a character of @c char,
415 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
422 narrow(char_type __c, char __dfault) const
430 * Maps a character of @c char to a character of @c char_type.
434 * std::use_facet<ctype<char_type> >(getloc()).widen(c)
440 char_type
453 : ios_base(), _M_tie(0), _M_fill(char_type()), _M_fill_init(false),