Searched refs:ucs4_out (Results 1 – 2 of 2) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | codecvt.cc | 473 ucs4_out(range<const char32_t>& from, range<C>& to, in ucs4_out() function 510 ucs4_out(range<const char32_t>& from, range<char16_t, false>& to, in ucs4_out() function 834 auto res = ucs4_out(from, to); in do_out() 983 auto res = ucs4_out(from, to); in do_out() 1129 auto res = ucs4_out(from, to, _M_maxcode, _M_mode); in do_out() 1218 auto res = ucs4_out(from, to, _M_maxcode, _M_mode); in do_out() 1395 auto res = ucs4_out(from, to, _M_maxcode, _M_mode); in do_out() 1481 auto res = ucs4_out(from, to, _M_maxcode, _M_mode); in do_out()
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | codecvt.cc | 473 ucs4_out(range<const char32_t>& from, range<C>& to, in ucs4_out() function 510 ucs4_out(range<const char32_t>& from, range<char16_t, false>& to, in ucs4_out() function 834 auto res = ucs4_out(from, to); in do_out() 983 auto res = ucs4_out(from, to); in do_out() 1129 auto res = ucs4_out(from, to, _M_maxcode, _M_mode); in do_out() 1218 auto res = ucs4_out(from, to, _M_maxcode, _M_mode); in do_out() 1395 auto res = ucs4_out(from, to, _M_maxcode, _M_mode); in do_out() 1481 auto res = ucs4_out(from, to, _M_maxcode, _M_mode); in do_out()
|