Searched refs:write_utf16_code_point (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | codecvt.cc | 426 write_utf16_code_point(range<C, A>& to, char32_t codepoint, codecvt_mode mode) in write_utf16_code_point() function 520 if (!write_utf16_code_point(to, c, mode)) 551 if (!write_utf16_code_point(to, codepoint, mode))
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | codecvt.cc | 432 write_utf16_code_point(range<C, A>& to, char32_t codepoint, codecvt_mode mode) in write_utf16_code_point() function 526 if (!write_utf16_code_point(to, c, mode)) [[unlikely]] 551 if (!write_utf16_code_point(to, codepoint, mode)) [[unlikely]]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2015 | 2976 * src/c++11/codecvt.cc (write_utf16_code_point): Use adjust_byte_order 4467 * src/c++11/codecvt.cc (write_utf16_code_point): Fix code to output 4469 (utf16_in): Pass mode argument to write_utf16_code_point.
|
H A D | ChangeLog-2017 | 3155 * src/c++11/codecvt.cc (write_utf16_code_point): Don't write 0xffff
|