Searched refs:__from_end (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/libstdc++/config/locale/generic/ |
| D | codecvt_members.cc | 45 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_BEGIN_NAMESPACE() 62 if (MB_CUR_MAX * (__from_end - __from) - (__to_end - __to) <= 0) in _GLIBCXX_BEGIN_NAMESPACE() 63 while (__from < __from_end) in _GLIBCXX_BEGIN_NAMESPACE() 78 while (__from < __from_end && __to < __to_end) in _GLIBCXX_BEGIN_NAMESPACE() 99 if (__ret == ok && __from < __from_end) in _GLIBCXX_BEGIN_NAMESPACE() 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()
|
| /freebsd-12-stable/contrib/libstdc++/config/locale/gnu/ |
| D | codecvt_members.cc | 46 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_BEGIN_NAMESPACE() 61 __from_next < __from_end && __to_next < __to_end in _GLIBCXX_BEGIN_NAMESPACE() 65 __from_end - __from_next); in _GLIBCXX_BEGIN_NAMESPACE() 67 __from_chunk_end = __from_end; in _GLIBCXX_BEGIN_NAMESPACE() 94 if (__from_next < __from_end && __ret == ok) in _GLIBCXX_BEGIN_NAMESPACE() 121 const extern_type* __from_end, const extern_type*& __from_next, in do_in() argument 136 __from_next < __from_end && __to_next < __to_end in do_in() 141 __from_end in do_in() 144 __from_chunk_end = __from_end; in do_in() 157 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in() [all …]
|
| /freebsd-12-stable/contrib/libstdc++/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 …]
|
| /freebsd-12-stable/contrib/libstdc++/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 324 size_t __fbytes = __fmultiple * (__from_end - __from); in do_out() 342 size_t __size = __from_end - __from; in do_out() 367 if (__fbytes < __fmultiple * (__from_end - __from)) in do_out() 419 const extern_type* __from_end, const extern_type*& __from_next, in do_in() argument 428 size_t __flen = __fmultiple * (__from_end - __from); in do_in() 446 size_t __size = __from_end - __from; in do_in() 472 if (__flen < static_cast<size_t>(__from_end - __from)) in do_in()
|