Home
last modified time | relevance | path

Searched refs:__from_next (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dcodecvt_members.cc48 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument
58 for (__from_next = __from, __to_next = __to; in do_out()
59 __from_next < __from_end && __to_next < __to_end in do_out()
62 const intern_type* __from_chunk_end = wmemchr(__from_next, L'\0', in do_out()
63 __from_end - __from_next); in do_out()
67 __from = __from_next; in do_out()
68 const size_t __conv = wcsnrtombs_l(__to_next, &__from_next, in do_out()
69 __from_chunk_end - __from_next, in do_out()
77 for (; __from < __from_next; ++__from) in do_out()
83 else if (__from_next && __from_next < __from_chunk_end) in do_out()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dcodecvt_members.cc48 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument
58 for (__from_next = __from, __to_next = __to; in do_out()
59 __from_next < __from_end && __to_next < __to_end in do_out()
62 const intern_type* __from_chunk_end = wmemchr(__from_next, L'\0', in do_out()
63 __from_end - __from_next); in do_out()
67 __from = __from_next; in do_out()
68 const size_t __conv = wcsnrtombs_l(__to_next, &__from_next, in do_out()
69 __from_chunk_end - __from_next, in do_out()
77 for (; __from < __from_next; ++__from) in do_out()
83 else if (__from_next && __from_next < __from_chunk_end) in do_out()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc45 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument
59 for (__from_next = __from, __to_next = __to; in do_out()
60 __from_next < __from_end && __to_next < __to_end in do_out()
63 const intern_type* __from_chunk_end = wmemchr(__from_next, L'\0', in do_out()
64 __from_end - __from_next); in do_out()
68 __from = __from_next; in do_out()
69 const size_t __conv = wcsnrtombs(__to_next, &__from_next, in do_out()
70 __from_chunk_end - __from_next, in do_out()
77 for (; __from < __from_next; ++__from) in do_out()
82 else if (__from_next && __from_next < __from_chunk_end) in do_out()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc45 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument
59 for (__from_next = __from, __to_next = __to; in do_out()
60 __from_next < __from_end && __to_next < __to_end in do_out()
63 const intern_type* __from_chunk_end = wmemchr(__from_next, L'\0', in do_out()
64 __from_end - __from_next); in do_out()
68 __from = __from_next; in do_out()
69 const size_t __conv = wcsnrtombs(__to_next, &__from_next, in do_out()
70 __from_chunk_end - __from_next, in do_out()
77 for (; __from < __from_next; ++__from) in do_out()
82 else if (__from_next && __from_next < __from_chunk_end) in do_out()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc752 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument
759 __from_next = from.next; in do_out()
776 const extern_type*& __from_next, in do_in() argument
788 __from_next = from.next; in do_in()
828 const intern_type*& __from_next, in do_out() argument
835 __from_next = from.next; in do_out()
852 const extern_type*& __from_next, in do_in() argument
859 __from_next = from.next; in do_in()
901 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument
908 __from_next = from.next; in do_out()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc752 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument
759 __from_next = from.next; in do_out()
776 const extern_type*& __from_next, in do_in() argument
788 __from_next = from.next; in do_in()
828 const intern_type*& __from_next, in do_out() argument
835 __from_next = from.next; in do_out()
852 const extern_type*& __from_next, in do_in() argument
859 __from_next = from.next; in do_in()
901 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument
908 __from_next = from.next; in do_out()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcodecvt.h120 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_VISIBILITY()
124 return this->do_out(__state, __from, __from_end, __from_next, in _GLIBCXX_VISIBILITY()
200 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
204 return this->do_in(__state, __from, __from_end, __from_next, in _GLIBCXX_VISIBILITY()
241 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_VISIBILITY()
251 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
308 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_VISIBILITY()
318 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
370 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_VISIBILITY()
380 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dcodecvt.h117 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_VISIBILITY()
121 return this->do_out(__state, __from, __from_end, __from_next, in _GLIBCXX_VISIBILITY()
197 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
201 return this->do_in(__state, __from, __from_end, __from_next, in _GLIBCXX_VISIBILITY()
238 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_VISIBILITY()
248 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
305 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_VISIBILITY()
315 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
367 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_VISIBILITY()
377 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dcodecvt.cc57 const intern_type*, const intern_type*& __from_next, in do_out() argument
64 __from_next = __from; in do_out()
81 const extern_type*, const extern_type*& __from_next, in do_in() argument
87 __from_next = __from; in do_in()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dcodecvt.cc57 const intern_type*, const intern_type*& __from_next, in do_out() argument
64 __from_next = __from; in do_out()
81 const extern_type*, const extern_type*& __from_next, in do_in() argument
87 __from_next = __from; in do_in()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
H A Dcodecvt_members.cc45 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument
102 __from_next = __from; in do_out()
110 const extern_type* __from_end, const extern_type*& __from_next, in do_in() argument
154 __from_next = __from; in do_in()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dcodecvt_members.cc45 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument
102 __from_next = __from; in do_out()
110 const extern_type* __from_end, const extern_type*& __from_next, in do_in() argument
154 __from_next = __from; in do_in()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h263 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_VISIBILITY()
273 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
310 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_VISIBILITY()
356 __from_next = reinterpret_cast<const intern_type*>(__cfrom); in _GLIBCXX_VISIBILITY()
364 __from_next = reinterpret_cast<const intern_type*>(__cfrom); in _GLIBCXX_VISIBILITY()
414 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
461 __from_next = reinterpret_cast<const extern_type*>(__cfrom); in _GLIBCXX_VISIBILITY()
469 __from_next = reinterpret_cast<const extern_type*>(__cfrom); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h263 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_VISIBILITY()
273 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
310 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_VISIBILITY()
356 __from_next = reinterpret_cast<const intern_type*>(__cfrom); in _GLIBCXX_VISIBILITY()
364 __from_next = reinterpret_cast<const intern_type*>(__cfrom); in _GLIBCXX_VISIBILITY()
414 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
461 __from_next = reinterpret_cast<const extern_type*>(__cfrom); in _GLIBCXX_VISIBILITY()
469 __from_next = reinterpret_cast<const extern_type*>(__cfrom); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dcodecvt106 const intern_type* __from_end, const intern_type*& __from_next, \
118 const extern_type*& __from_next, \
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dcodecvt106 const intern_type* __from_end, const intern_type*& __from_next, \
118 const extern_type*& __from_next, \