| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
| D | codecvt_members.cc | 48 extern_type*& __to_next) const in _GLIBCXX_BEGIN_NAMESPACE() 60 for (__from_next = __from, __to_next = __to; in _GLIBCXX_BEGIN_NAMESPACE() 61 __from_next < __from_end && __to_next < __to_end in _GLIBCXX_BEGIN_NAMESPACE() 70 const size_t __conv = wcsnrtombs(__to_next, &__from_next, in _GLIBCXX_BEGIN_NAMESPACE() 72 __to_end - __to_next, &__state); in _GLIBCXX_BEGIN_NAMESPACE() 79 __to_next += wcrtomb(__to_next, *__from, &__tmp_state); in _GLIBCXX_BEGIN_NAMESPACE() 85 __to_next += __conv; in _GLIBCXX_BEGIN_NAMESPACE() 91 __to_next += __conv; in _GLIBCXX_BEGIN_NAMESPACE() 99 if (__conv2 > static_cast<size_t>(__to_end - __to_next)) in _GLIBCXX_BEGIN_NAMESPACE() 103 memcpy(__to_next, __buf, __conv2); in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | codecvt.h | 79 extern_type*& __to_next) const in out() argument 82 __to, __to_end, __to_next); in out() 87 extern_type*& __to_next) const in unshift() argument 88 { return this->do_unshift(__state, __to,__to_end,__to_next); } in unshift() 94 intern_type*& __to_next) const in in() argument 97 __to, __to_end, __to_next); in in() 128 extern_type*& __to_next) const = 0; 132 extern_type* __to_end, extern_type*& __to_next) const = 0; 138 intern_type*& __to_next) const = 0; 182 extern_type*& __to_next) const; [all …]
|
| D | locale_facets.h | 1843 __to, __to + __len + 1, __to_next); in _M_convert_from_char()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | codecvt.h | 123 extern_type*& __to_next) const in out() argument 126 __to, __to_end, __to_next); in out() 160 extern_type*& __to_next) const in unshift() argument 161 { return this->do_unshift(__state, __to,__to_end,__to_next); } in unshift() 203 intern_type*& __to_next) const in in() argument 206 __to, __to_end, __to_next); in in() 244 extern_type*& __to_next) const = 0; 248 extern_type* __to_end, extern_type*& __to_next) const = 0; 254 intern_type*& __to_next) const = 0; 304 extern_type*& __to_next) const; [all …]
|
| D | locale_facets.h | 4548 __to, __to + __len + 1, __to_next); in _M_convert_from_char()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/src/ |
| D | codecvt.cc | 60 extern_type*& __to_next) const in do_out() 66 __to_next = __to; in do_out() 73 extern_type*, extern_type*& __to_next) const in do_unshift() 75 __to_next = __to; in do_unshift() 84 intern_type*& __to_next) const in do_in() 90 __to_next = __to; in do_in() 129 extern_type*, extern_type*& __to_next) const in do_unshift() 131 __to_next = __to; in do_unshift()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | codecvt.cc | 62 extern_type*& __to_next) const in do_out() 68 __to_next = __to; in do_out() 75 extern_type*, extern_type*& __to_next) const in do_unshift() 77 __to_next = __to; in do_unshift() 85 intern_type* __to, intern_type*, intern_type*& __to_next) const in do_in() 91 __to_next = __to; in do_in() 140 extern_type*, extern_type*& __to_next) const in do_unshift() 143 __to_next = __to; in do_unshift()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/generic/ |
| D | codecvt_members.cc | 47 extern_type*& __to_next) const in do_out() 56 __to_next = __to + __conv; in do_out() 62 __to_next = __to + __conv; in do_out() 76 intern_type*& __to_next) const in do_in() 85 __to_next = __to + __conv; in do_in() 91 __to_next = __to + __conv; in do_in()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
| D | codecvt_members.cc | 48 extern_type*& __to_next) const in do_out() 63 __to_next = __to + __conv; in do_out() 69 __to_next = __to + __conv; in do_out() 83 intern_type*& __to_next) const in do_in() 98 __to_next = __to + __conv; in do_in() 104 __to_next = __to + __conv; in do_in()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | codecvt_specializations.h | 270 extern_type*& __to_next) const; 274 extern_type* __to_end, extern_type*& __to_next) const; 280 intern_type*& __to_next) const; 317 extern_type*& __to_next) const in do_out() argument 362 __to_next = reinterpret_cast<extern_type*>(__cto); in do_out() 370 __to_next = reinterpret_cast<extern_type*>(__cto); in do_out() 384 extern_type* __to_end, extern_type*& __to_next) const in do_unshift() argument 401 __to_next = reinterpret_cast<extern_type*>(__cto); in do_unshift() 421 intern_type*& __to_next) const in do_in() argument 467 __to_next = reinterpret_cast<intern_type*>(__cto); in do_in() [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/ |
| D | codecvt_specializations.h | 214 extern_type*& __to_next) const; 218 extern_type* __to_end, extern_type*& __to_next) const; 224 intern_type*& __to_next) const; 261 extern_type*& __to_next) const in do_out() argument 306 __to_next = reinterpret_cast<extern_type*>(__cto); in do_out() 314 __to_next = reinterpret_cast<extern_type*>(__cto); in do_out() 328 extern_type* __to_end, extern_type*& __to_next) const in do_unshift() argument 346 __to_next = reinterpret_cast<extern_type*>(__cto); in do_unshift() 366 intern_type*& __to_next) const in do_in() argument 412 __to_next = reinterpret_cast<intern_type*>(__cto); in do_in() [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/generic/ |
| D | codecvt_members.cc | 47 extern_type*& __to_next) const in _GLIBCXX_BEGIN_NAMESPACE() 103 __to_next = __to; in _GLIBCXX_BEGIN_NAMESPACE() 112 intern_type*& __to_next) const in do_in() 155 __to_next = __to; in do_in()
|