Home
last modified time | relevance | path

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 Dcodecvt.cc396 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 Dcodecvt.cc402 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 DChangeLog-20154392 (read_utf16_code_point): Likewise. Check for invalid sequences.