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);
1497 char_type;
1498 typedef std::basic_string<char_type> string_type;
1752 format(_Out_iter __out, const char_type* __fmt_first,
1753 const char_type* __fmt_last,
1763 format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt,
1775 basic_string<char_type, _St, _Sa>
1776 format(const basic_string<char_type, _St, _Sa>& __fmt,
1780 basic_string<char_type, _St, _Sa> __result;
1789 format(const char_type* __fmt,
1795 __fmt + char_traits<char_type>::length(__fmt),