| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
| D | codecvt_members.cc | 46 const intern_type* __from_end, const intern_type*& __from_next, 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() 64 const intern_type* __from_chunk_end = wmemchr(__from_next, L'\0', in _GLIBCXX_BEGIN_NAMESPACE() 65 __from_end - __from_next); in _GLIBCXX_BEGIN_NAMESPACE() 69 __from = __from_next; in _GLIBCXX_BEGIN_NAMESPACE() 70 const size_t __conv = wcsnrtombs(__to_next, &__from_next, in _GLIBCXX_BEGIN_NAMESPACE() 71 __from_chunk_end - __from_next, in _GLIBCXX_BEGIN_NAMESPACE() 78 for (; __from < __from_next; ++__from) in _GLIBCXX_BEGIN_NAMESPACE() 83 else if (__from_next && __from_next < __from_chunk_end) in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/generic/ |
| D | codecvt_members.cc | 45 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument 55 __from_next = __from; in do_out() 61 __from_next = __from; in do_out() 74 const extern_type* __from_end, const extern_type*& __from_next, in do_in() argument 84 __from_next = __from; in do_in() 90 __from_next = __from; in do_in()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | codecvt.h | 77 const intern_type* __from_end, const intern_type*& __from_next, in out() argument 81 return this->do_out(__state, __from, __from_end, __from_next, in out() 92 const extern_type* __from_end, const extern_type*& __from_next, in in() argument 96 return this->do_in(__state, __from, __from_end, __from_next, in in() 126 const intern_type* __from_end, const intern_type*& __from_next, 136 const extern_type* __from_end, const extern_type*& __from_next, 180 const intern_type* __from_end, const intern_type*& __from_next, 190 const extern_type* __from_end, const extern_type*& __from_next, 234 const intern_type* __from_end, const intern_type*& __from_next, 244 const extern_type* __from_end, const extern_type*& __from_next, [all …]
|
| D | locale_facets.h | 1838 char* __from_next; in _M_convert_from_char() 1842 __cvt.out(__state, __msg, __msg + __len, __from_next, in _M_convert_from_char()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
| D | codecvt_members.cc | 46 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument 62 __from_next = __from; in do_out() 68 __from_next = __from; in do_out() 81 const extern_type* __from_end, const extern_type*& __from_next, in do_in() argument 97 __from_next = __from; in do_in() 103 __from_next = __from; in do_in()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | codecvt.h | 121 const intern_type* __from_end, const intern_type*& __from_next, in out() argument 125 return this->do_out(__state, __from, __from_end, __from_next, in out() 201 const extern_type* __from_end, const extern_type*& __from_next, in in() argument 205 return this->do_in(__state, __from, __from_end, __from_next, in in() 242 const intern_type* __from_end, const intern_type*& __from_next, 252 const extern_type* __from_end, const extern_type*& __from_next, 302 const intern_type* __from_end, const intern_type*& __from_next, 312 const extern_type* __from_end, const extern_type*& __from_next, 362 const intern_type* __from_end, const intern_type*& __from_next, 372 const extern_type* __from_end, const extern_type*& __from_next, [all …]
|
| D | locale_facets.h | 4543 char* __from_next; in _M_convert_from_char() 4547 __cvt.out(__state, __msg, __msg + __len, __from_next, in _M_convert_from_char()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/src/ |
| D | codecvt.cc | 58 const intern_type*, const intern_type*& __from_next, in do_out() argument 65 __from_next = __from; in do_out() 82 const extern_type*, const extern_type*& __from_next, in do_in() argument 89 __from_next = __from; in do_in()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | codecvt.cc | 60 const intern_type*, const intern_type*& __from_next, in do_out() argument 67 __from_next = __from; in do_out() 84 const extern_type*, const extern_type*& __from_next, in do_in() argument 90 __from_next = __from; in do_in()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/generic/ |
| D | codecvt_members.cc | 45 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_BEGIN_NAMESPACE() 102 __from_next = __from; in _GLIBCXX_BEGIN_NAMESPACE() 110 const extern_type* __from_end, const extern_type*& __from_next, in do_in() argument 154 __from_next = __from; in do_in()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | codecvt_specializations.h | 268 const intern_type* __from_end, const intern_type*& __from_next, 278 const extern_type* __from_end, const extern_type*& __from_next, 315 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument 361 __from_next = reinterpret_cast<const intern_type*>(__cfrom); in do_out() 369 __from_next = reinterpret_cast<const intern_type*>(__cfrom); in do_out() 419 const extern_type* __from_end, const extern_type*& __from_next, in do_in() argument 466 __from_next = reinterpret_cast<const extern_type*>(__cfrom); in do_in() 474 __from_next = reinterpret_cast<const extern_type*>(__cfrom); in do_in()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/ |
| D | codecvt_specializations.h | 212 const intern_type* __from_end, const intern_type*& __from_next, 222 const extern_type* __from_end, const extern_type*& __from_next, 259 const intern_type* __from_end, const intern_type*& __from_next, in do_out() argument 305 __from_next = reinterpret_cast<const intern_type*>(__cfrom); in do_out() 313 __from_next = reinterpret_cast<const intern_type*>(__cfrom); in do_out() 364 const extern_type* __from_end, const extern_type*& __from_next, in do_in() argument 411 __from_next = reinterpret_cast<const extern_type*>(__cfrom); in do_in() 419 __from_next = reinterpret_cast<const extern_type*>(__cfrom); in do_in()
|