Searched refs:ucs2_in (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | codecvt.cc | 627 ucs2_in(range<const C>& from, range<char16_t>& to, in ucs2_in() function 668 ucs2_in(range<const char16_t, false>& from, range<char16_t>& to, in ucs2_in() function 1081 auto res = ucs2_in(from, to, _M_maxcode, mode); in do_in() 1254 auto res = ucs2_in(from, to, _M_maxcode, mode); in do_in() 1344 auto res = ucs2_in(from, to, _M_maxcode, _M_mode); in do_in() 1512 auto res = ucs2_in(from, to, _M_maxcode, _M_mode); in do_in()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | codecvt.cc | 627 ucs2_in(range<const C>& from, range<char16_t>& to, in ucs2_in() function 668 ucs2_in(range<const char16_t, false>& from, range<char16_t>& to, in ucs2_in() function 1081 auto res = ucs2_in(from, to, _M_maxcode, mode); in do_in() 1254 auto res = ucs2_in(from, to, _M_maxcode, mode); in do_in() 1344 auto res = ucs2_in(from, to, _M_maxcode, _M_mode); in do_in() 1512 auto res = ucs2_in(from, to, _M_maxcode, _M_mode); in do_in()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2017 | 3150 (ucs2_in): Likewise. Adjust calls to read_utf16_bom.
|
H A D | ChangeLog | 752 (ucs2_in): Do not pass surrogates argument to utf16_in.
|
H A D | ChangeLog-2015 | 4397 (ucs2_in): Use incomplete_mb_character constant and fix condition.
|