Home
last modified time | relevance | path

Searched refs:ucs2_span (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc687 ucs2_span(range<const char16_t, false>& from, size_t max, in ucs2_span() function
701 ucs2_span(const C* begin, const C* end, size_t max, in ucs2_span() function
1100 __end = ucs2_span(__from, __end, __max, _M_maxcode, _M_mode); in do_length()
1283 __end = ucs2_span(__from, __end, __max, _M_maxcode, _M_mode); in do_length()
1366 const char16_t* next = ucs2_span(from, __max, _M_maxcode, _M_mode); in do_length()
1544 const char16_t* next = ucs2_span(from, __max, _M_maxcode, _M_mode); in do_length()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc687 ucs2_span(range<const char16_t, false>& from, size_t max, in ucs2_span() function
701 ucs2_span(const C* begin, const C* end, size_t max, in ucs2_span() function
1100 __end = ucs2_span(__from, __end, __max, _M_maxcode, _M_mode); in do_length()
1283 __end = ucs2_span(__from, __end, __max, _M_maxcode, _M_mode); in do_length()
1366 const char16_t* next = ucs2_span(from, __max, _M_maxcode, _M_mode); in do_length()
1544 const char16_t* next = ucs2_span(from, __max, _M_maxcode, _M_mode); in do_length()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20173095 (ucs2_span(const char16_t*, const char16_t*, ...))
3144 (ucs4_in, ucs2_span, ucs4_span): Adjust calls to read_utf16_bom.
3148 (utf16_span, ucs2_span): Use std::min not std::max.