/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/ |
H A D | codecvt_members.cc | 45 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument 62 if (MB_CUR_MAX * (__from_end - __from) - (__to_end - __to) <= 0) in do_out() 63 while (__from < __from_end) in do_out() 78 while (__from < __from_end && __to < __to_end) in do_out() 99 if (__ret == ok && __from < __from_end) in do_out() 110 const extern_type* __from_end, const extern_type*& __from_next, in do_in() argument 122 while (__from < __from_end && __to < __to_end) in do_in() 124 size_t __conv = mbrtowc(__to, __from, __from_end - __from, in do_in() 151 if (__ret == ok && __from < __from_end) in do_in()
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/ |
H A D | codecvt_members.cc | 45 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument 62 if (MB_CUR_MAX * (__from_end - __from) - (__to_end - __to) <= 0) in do_out() 63 while (__from < __from_end) in do_out() 78 while (__from < __from_end && __to < __to_end) in do_out() 99 if (__ret == ok && __from < __from_end) in do_out() 110 const extern_type* __from_end, const extern_type*& __from_next, in do_in() argument 122 while (__from < __from_end && __to < __to_end) in do_in() 124 size_t __conv = mbrtowc(__to, __from, __from_end - __from, in do_in() 151 if (__ret == ok && __from < __from_end) in do_in()
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/ |
H A D | codecvt_members.cc | 48 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument 59 __from_next < __from_end && __to_next < __to_end in do_out() 63 __from_end - __from_next); in do_out() 65 __from_chunk_end = __from_end; in do_out() 94 if (__from_next < __from_end && __ret == ok) in do_out() 118 const extern_type* __from_end, const extern_type*& __from_next, in do_in() argument 129 __from_next < __from_end && __to_next < __to_end in do_in() 134 __from_end in do_in() 137 __from_chunk_end = __from_end; in do_in() 151 __conv = mbrtowc_l(__to_next, __from, __from_end - __from, in do_in() [all …]
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/ |
H A D | codecvt_members.cc | 48 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument 59 __from_next < __from_end && __to_next < __to_end in do_out() 63 __from_end - __from_next); in do_out() 65 __from_chunk_end = __from_end; in do_out() 94 if (__from_next < __from_end && __ret == ok) in do_out() 118 const extern_type* __from_end, const extern_type*& __from_next, in do_in() argument 129 __from_next < __from_end && __to_next < __to_end in do_in() 134 __from_end in do_in() 137 __from_chunk_end = __from_end; in do_in() 151 __conv = mbrtowc_l(__to_next, __from, __from_end - __from, in do_in() [all …]
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | codecvt.cc | 780 range<const char> from{ __from, __from_end }; in do_in() 856 range<const char> from{ __from, __from_end }; in do_in() 929 range<const char8_t> from{ __from, __from_end }; in do_in() 1075 range<const char> from{ __from, __from_end }; in do_in() 1151 range<const char> from{ __from, __from_end }; in do_in() 1210 reinterpret_cast<const char16_t*>(__from_end) in do_out() 1216 reinterpret_cast<const char32_t*>(__from_end) in do_out() 1243 range<const char> from{ __from, __from_end }; in do_in() 1601 range<const char> from{ __from, __from_end }; in do_in() 1677 range<const char> from{ __from, __from_end }; in do_in() [all …]
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | codecvt.cc | 780 range<const char> from{ __from, __from_end }; in do_in() 856 range<const char> from{ __from, __from_end }; in do_in() 929 range<const char8_t> from{ __from, __from_end }; in do_in() 1075 range<const char> from{ __from, __from_end }; in do_in() 1151 range<const char> from{ __from, __from_end }; in do_in() 1210 reinterpret_cast<const char16_t*>(__from_end) in do_out() 1216 reinterpret_cast<const char32_t*>(__from_end) in do_out() 1243 range<const char> from{ __from, __from_end }; in do_in() 1601 range<const char> from{ __from, __from_end }; in do_in() 1677 range<const char> from{ __from, __from_end }; in do_in() [all …]
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
H A D | codecvt_members.cc | 45 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument 60 __from_next < __from_end && __to_next < __to_end in do_out() 64 __from_end - __from_next); in do_out() 66 __from_chunk_end = __from_end; in do_out() 93 if (__from_next < __from_end && __ret == ok) in do_out() 120 const extern_type* __from_end, const extern_type*& __from_next, in do_in() argument 135 __from_next < __from_end && __to_next < __to_end in do_in() 140 __from_end in do_in() 143 __from_chunk_end = __from_end; in do_in() 156 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in() [all …]
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
H A D | codecvt_members.cc | 45 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument 60 __from_next < __from_end && __to_next < __to_end in do_out() 64 __from_end - __from_next); in do_out() 66 __from_chunk_end = __from_end; in do_out() 93 if (__from_next < __from_end && __ret == ok) in do_out() 120 const extern_type* __from_end, const extern_type*& __from_next, in do_in() argument 135 __from_next < __from_end && __to_next < __to_end in do_in() 140 __from_end in do_in() 143 __from_chunk_end = __from_end; in do_in() 156 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in() [all …]
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | codecvt.h | 117 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() 248 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY() 315 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY() 441 const extern_type* __from, const extern_type* __from_end, in _GLIBCXX_VISIBILITY() 500 const extern_type* __from, const extern_type* __from_end, in _GLIBCXX_VISIBILITY() 557 const extern_type* __from, const extern_type* __from_end, in _GLIBCXX_VISIBILITY() 615 const extern_type* __from, const extern_type* __from_end, in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | codecvt.h | 120 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() 251 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY() 318 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY() 444 const extern_type* __from, const extern_type* __from_end, in _GLIBCXX_VISIBILITY() 503 const extern_type* __from, const extern_type* __from_end, in _GLIBCXX_VISIBILITY() 560 const extern_type* __from, const extern_type* __from_end, in _GLIBCXX_VISIBILITY() 618 const extern_type* __from, const extern_type* __from_end, in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | codecvt_specializations.h | 263 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() 319 size_t __fbytes = __fmultiple * (__from_end - __from); in _GLIBCXX_VISIBILITY() 337 size_t __size = __from_end - __from; in _GLIBCXX_VISIBILITY() 362 if (__fbytes < __fmultiple * (__from_end - __from)) in _GLIBCXX_VISIBILITY() 414 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY() 423 size_t __flen = __fmultiple * (__from_end - __from); in _GLIBCXX_VISIBILITY() 441 size_t __size = __from_end - __from; in _GLIBCXX_VISIBILITY() 467 if (__flen < static_cast<size_t>(__from_end - __from)) in _GLIBCXX_VISIBILITY()
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | codecvt_specializations.h | 263 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() 319 size_t __fbytes = __fmultiple * (__from_end - __from); in _GLIBCXX_VISIBILITY() 337 size_t __size = __from_end - __from; in _GLIBCXX_VISIBILITY() 362 if (__fbytes < __fmultiple * (__from_end - __from)) in _GLIBCXX_VISIBILITY() 414 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY() 423 size_t __flen = __fmultiple * (__from_end - __from); in _GLIBCXX_VISIBILITY() 441 size_t __size = __from_end - __from; in _GLIBCXX_VISIBILITY() 467 if (__flen < static_cast<size_t>(__from_end - __from)) in _GLIBCXX_VISIBILITY()
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | codecvt | 106 const intern_type* __from_end, const intern_type*& __from_next, \ 117 const extern_type* __from, const extern_type* __from_end, \
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | codecvt | 106 const intern_type* __from_end, const intern_type*& __from_next, \ 117 const extern_type* __from, const extern_type* __from_end, \
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | buffer | 292 const auto __from_end = net::buffer_sequence_end(__source); 295 while (((__from_i != __from_end && __to_i != __to_end)
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | buffer | 292 const auto __from_end = net::buffer_sequence_end(__source); 295 while (((__from_i != __from_end && __to_i != __to_end)
|