Home
last modified time | relevance | path

Searched defs:char16_t (Results 1 – 2 of 2) sorted by relevance

/dragonfly/include/
H A Duchar.h37 typedef __uint_least16_t char16_t; typedef
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcodecvt.cc209 write_utf16_bom(range<char16_t, Aligned>& to, codecvt_mode mode) in write_utf16_bom()
235 read_utf16_bom(range<const char16_t, Aligned>& from, codecvt_mode& mode) in read_utf16_bom()
393 read_utf16_code_point(range<const char16_t, Aligned>& from, in read_utf16_code_point()
487 ucs4_in(range<const char16_t, false>& from, range<char32_t>& to, in ucs4_in()
505 ucs4_out(range<const char32_t>& from, range<char16_t, false>& to, in ucs4_out()
640 ucs2_out(range<const char16_t>& from, range<char16_t, false>& to, in ucs2_out()
660 ucs2_in(range<const char16_t, false>& from, range<char16_t>& to, in ucs2_in()
679 ucs2_span(range<const char16_t, false>& from, size_t max, in ucs2_span()
720 ucs4_span(range<const char16_t, false>& from, size_t max, in ucs4_span()