Searched refs:read_utf16_code_point (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | codecvt.cc | 396 read_utf16_code_point(range<const char16_t, Aligned>& from, in read_utf16_code_point() function 498 const char32_t codepoint = read_utf16_code_point(from, maxcode, mode); 676 const char32_t c = read_utf16_code_point(from, maxcode, mode); 695 c = read_utf16_code_point(from, maxcode, mode); in ucs2_span() 736 c = read_utf16_code_point(from, maxcode, mode);
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | codecvt.cc | 402 read_utf16_code_point(range<const char16_t, Aligned>& from, in read_utf16_code_point() function 504 const char32_t codepoint = read_utf16_code_point(from, maxcode, mode); 676 const char32_t c = read_utf16_code_point(from, maxcode, mode); 695 c = read_utf16_code_point(from, maxcode, mode); in ucs2_span() 736 c = read_utf16_code_point(from, maxcode, mode);
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2015 | 4392 (read_utf16_code_point): Likewise. Check for invalid sequences.
|