Searched refs:__from_chunk_end (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/config/locale/gnu/
H A Dcodecvt_members.cc64 const intern_type* __from_chunk_end = wmemchr(__from_next, L'\0', local
66 if (!__from_chunk_end)
67 __from_chunk_end = __from_end;
71 __from_chunk_end - __from_next,
83 else if (__from_next && __from_next < __from_chunk_end)
90 __from_next = __from_chunk_end;
139 const extern_type* __from_chunk_end; local
140 __from_chunk_end = static_cast<const extern_type*>(memchr(__from_next, '\0',
143 if (!__from_chunk_end)
144 __from_chunk_end
255 const extern_type* __from_chunk_end; local
[all...]

Completed in 45 milliseconds