Searched refs:to_char_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/src/
H A Dstreambuf.cc64 __c = __sbout->sputc(traits_type::to_char_type(__c));
104 __c = __sbout->sputc(traits_type::to_char_type(__c));
H A Distream.cc78 *__s++ = traits_type::to_char_type(__c);
123 const char_type __cdelim = traits_type::to_char_type(__delim);
218 __traits_type::to_char_type(__c)))
238 *__s++ = __traits_type::to_char_type(__c);
294 __traits_type::to_char_type(__c)))
312 __str += __traits_type::to_char_type(__c);
386 __str += __traits_type::to_char_type(__c);
458 *__s++ = traits_type::to_char_type(__c);
503 const char_type __cdelim = traits_type::to_char_type(__delim);
615 __str += __traits_type::to_char_type(__
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dchar_traits.h126 to_char_type(const int_type& __c) function in struct:char_traits
277 to_char_type(const int_type& __c) function in struct:char_traits
347 to_char_type(const int_type& __c) { return char_type(__c); } function in struct:char_traits
H A Dstreambuf_iterator.h119 return traits_type::to_char_type(_M_get());
349 *__result++ = traits_type::to_char_type(__c);
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dpod_char_traits.h162 to_char_type(const int_type& __i) function in struct:char_traits
H A Dstdio_sync_filebuf.h246 __s[__ret] = traits_type::to_char_type(__c);
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_bitset.h1259 const char_type __c2 = _Traits::to_char_type(__c1);

Completed in 122 milliseconds