Searched refs:char_type (Results 1 – 2 of 2) sorted by relevance
50 typedef _CharT char_type; typedef51 typedef std::char_traits<char_type> traits_type;68 const std::codecvt<char_type, char, state_type>* __cv_;99 __cv_ = &std::use_facet<std::codecvt<char_type, char, state_type> >(__loc); in imbue()135 char_type __1buf; in __getchar()137 __1buf = static_cast<char_type>(__extbuf[0]); in __getchar()140 char_type* __inxt; in __getchar()164 __1buf = static_cast<char_type>(__extbuf[0]); in __getchar()193 const char_type __ci = traits_type::to_char_type(__last_consumed_); in pbackfail()194 const char_type* __inxt; in pbackfail()
25 typedef typename Traits::char_type value_type;