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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc62 const intern_type* __from_chunk_end = wmemchr(__from_next, L'\0', local
64 if (!__from_chunk_end)
65 __from_chunk_end = __from_end;
69 __from_chunk_end - __from_next,
81 else if (__from_next && __from_next < __from_chunk_end)
88 __from_next = __from_chunk_end;
137 const extern_type* __from_chunk_end; local
138 __from_chunk_end = static_cast<const extern_type*>(memchr(__from_next, '\0',
141 if (!__from_chunk_end)
142 __from_chunk_end
253 const extern_type* __from_chunk_end; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/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 102 milliseconds