Home | History | Annotate | Download | only in bits

Lines Matching defs:char_type

56       typedef _Ch_type                     char_type;
57 typedef std::basic_string<char_type> string_type;
74 * default-initialized value of type @p char_type. In other words, uses
79 length(const char_type* __p)
89 char_type
90 translate(char_type __c) const
102 char_type
103 translate_nocase(char_type __c) const
107 return use_facet<ctype<char_type> >(_M_locale).tolower(__c);
1494 char_type;
1495 typedef std::basic_string<char_type> string_type;
1748 format(_Out_iter __out, const char_type* __fmt_first,
1749 const char_type* __fmt_last,
1759 format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt,
1771 basic_string<char_type, _St, _Sa>
1772 format(const basic_string<char_type, _St, _Sa>& __fmt,
1776 basic_string<char_type, _St, _Sa> __result;
1785 format(const char_type* __fmt,
1791 __fmt + char_traits<char_type>::length(__fmt),