| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | codecvt.h | 78 extern_type* __to, extern_type* __to_end, in out() argument 82 __to, __to_end, __to_next); in out() 86 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, in unshift() argument 88 { return this->do_unshift(__state, __to,__to_end,__to_next); } in unshift() 93 intern_type* __to, intern_type* __to_end, in in() argument 97 __to, __to_end, __to_next); in in() 127 extern_type* __to, extern_type* __to_end, 132 extern_type* __to_end, extern_type*& __to_next) const = 0; 137 intern_type* __to, intern_type* __to_end, 181 extern_type* __to, extern_type* __to_end, [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | codecvt.h | 122 extern_type* __to, extern_type* __to_end, in out() argument 126 __to, __to_end, __to_next); in out() 159 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, in unshift() argument 161 { return this->do_unshift(__state, __to,__to_end,__to_next); } in unshift() 202 intern_type* __to, intern_type* __to_end, in in() argument 206 __to, __to_end, __to_next); in in() 243 extern_type* __to, extern_type* __to_end, 248 extern_type* __to_end, extern_type*& __to_next) const = 0; 253 intern_type* __to, intern_type* __to_end, 303 extern_type* __to, extern_type* __to_end, [all …]
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | codecvt | 103 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const override; 106 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const override; 108 … extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const override; 138 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const override; 141 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const override; 143 … extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const override; 172 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const override; 175 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const override; 177 … extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const override; 228 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const override; [all …]
|
| D | __locale | 977 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const 979 return do_out(__st, __frm, __frm_end, __frm_nxt, __to, __to_end, __to_nxt); 984 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const 986 return do_unshift(__st, __to, __to_end, __to_nxt); 992 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const 994 return do_in(__st, __frm, __frm_end, __frm_nxt, __to, __to_end, __to_nxt); 1032 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 1035 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 1037 … extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const; 1063 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const [all …]
|
| D | deque | 1376 size_type __to_end = size() - __pos; 1378 if (__pos < __to_end) 1432 size_type __to_end = size() - __pos; 1434 if (__pos < __to_end) 1492 size_type __to_end = size() - __pos; 1494 if (__pos < __to_end) 1553 size_type __to_end = __size() - __pos; 1555 if (__pos < __to_end) 1639 size_type __to_end = size() - __pos; 1641 if (__pos < __to_end)
|
| D | locale | 3737 _Elem* __to_end = __to + __ws.size(); 3743 __to, __to_end, __to_nxt); 3767 __to_end = &__ws[0] + __ws.size(); 3798 char* __to_end = __to + __bs.size(); 3804 __to, __to_end, __to_nxt); 3828 __to_end = &__bs[0] + __bs.size(); 3838 char* __to_end = __to + __bs.size(); 3842 __r = __cvtptr_->unshift(__st, __to, __to_end, __to_nxt); 3857 __to_end = &__bs[0] + __bs.size();
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/generic/ |
| D | codecvt_members.cc | 46 extern_type* __to, extern_type* __to_end, in _GLIBCXX_BEGIN_NAMESPACE() 62 if (MB_CUR_MAX * (__from_end - __from) - (__to_end - __to) <= 0) in _GLIBCXX_BEGIN_NAMESPACE() 78 while (__from < __from_end && __to < __to_end) in _GLIBCXX_BEGIN_NAMESPACE() 86 else if (__conv > static_cast<size_t>(__to_end - __to)) in _GLIBCXX_BEGIN_NAMESPACE() 111 intern_type* __to, intern_type* __to_end, in do_in() argument 122 while (__from < __from_end && __to < __to_end) in do_in()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
| D | codecvt_members.cc | 47 extern_type* __to, extern_type* __to_end, in _GLIBCXX_BEGIN_NAMESPACE() 61 __from_next < __from_end && __to_next < __to_end in _GLIBCXX_BEGIN_NAMESPACE() 72 __to_end - __to_next, &__state); in _GLIBCXX_BEGIN_NAMESPACE() 99 if (__conv2 > static_cast<size_t>(__to_end - __to_next)) in _GLIBCXX_BEGIN_NAMESPACE() 122 intern_type* __to, intern_type* __to_end, in do_in() argument 136 __from_next < __from_end && __to_next < __to_end in do_in() 149 __to_end - __to_next, &__state); in do_in() 181 if (__to_next < __to_end) in do_in()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/generic/ |
| D | codecvt_members.cc | 46 extern_type* __to, extern_type* __to_end, in do_out() argument 50 size_t __len = min(__from_end - __from, __to_end - __to); in do_out() 75 intern_type* __to, intern_type* __to_end, in do_in() argument 79 size_t __len = min(__from_end - __from, __to_end - __to); in do_in()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
| D | codecvt_members.cc | 47 extern_type* __to, extern_type* __to_end, in do_out() argument 51 size_t __len = min(__from_end - __from, __to_end - __to); in do_out() 82 intern_type* __to, intern_type* __to_end, in do_in() argument 86 size_t __len = min(__from_end - __from, __to_end - __to); in do_in()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | codecvt_specializations.h | 269 extern_type* __to, extern_type* __to_end, 274 extern_type* __to_end, extern_type*& __to_next) const; 279 intern_type* __to, intern_type* __to_end, 316 extern_type* __to, extern_type* __to_end, in do_out() argument 326 size_t __tbytes = __tmultiple * (__to_end - __to); in do_out() 384 extern_type* __to_end, extern_type*& __to_next) const in do_unshift() argument 391 size_t __tlen = __tmultiple * (__to_end - __to); in do_unshift() 402 if (__tlen == __tmultiple * (__to_end - __to)) in do_unshift() 420 intern_type* __to, intern_type* __to_end, in do_in() argument 430 size_t __tlen = __tmultiple * (__to_end - __to); in do_in()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/ |
| D | codecvt_specializations.h | 213 extern_type* __to, extern_type* __to_end, 218 extern_type* __to_end, extern_type*& __to_next) const; 223 intern_type* __to, intern_type* __to_end, 260 extern_type* __to, extern_type* __to_end, in do_out() argument 271 size_t __tbytes = __tmultiple * (__to_end - __to); in do_out() 328 extern_type* __to_end, extern_type*& __to_next) const in do_unshift() argument 336 size_t __tlen = __tmultiple * (__to_end - __to); in do_unshift() 347 if (__tlen == __tmultiple * (__to_end - __to)) in do_unshift() 365 intern_type* __to, intern_type* __to_end, in do_in() argument 376 size_t __tlen = __tmultiple * (__to_end - __to); in do_in()
|