Home
last modified time | relevance | path

Searched refs:__from_next (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/libstdc++/config/locale/gnu/
Dcodecvt_members.cc46 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 …]
/trueos/contrib/libstdc++/include/bits/
Dcodecvt.h121 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 …]
Dlocale_facets.h4544 char* __from_next; in _M_convert_from_char()
4548 __cvt.out(__state, __msg, __msg + __len, __from_next, in _M_convert_from_char()
/trueos/contrib/libstdc++/src/
Dcodecvt.cc60 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()
/trueos/contrib/libstdc++/config/locale/generic/
Dcodecvt_members.cc45 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()
/trueos/contrib/libstdc++/include/ext/
Dcodecvt_specializations.h268 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()