Home
last modified time | relevance | path

Searched refs:intern_type (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dcodecvt.h70 typedef _InternT intern_type; typedef
76 out(state_type& __state, const intern_type* __from, in out()
77 const intern_type* __from_end, const intern_type*& __from_next, in out()
93 intern_type* __to, intern_type* __to_end, in in()
94 intern_type*& __to_next) const in in()
125 do_out(state_type& __state, const intern_type* __from,
126 const intern_type* __from_end, const intern_type*& __from_next,
137 intern_type* __to, intern_type* __to_end,
138 intern_type*& __to_next) const = 0;
163 typedef _InternT intern_type; typedef
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dcodecvt.h78 typedef _InternT intern_type; typedef
120 out(state_type& __state, const intern_type* __from, in out()
121 const intern_type* __from_end, const intern_type*& __from_next, in out()
202 intern_type* __to, intern_type* __to_end, in in()
203 intern_type*& __to_next) const in in()
241 do_out(state_type& __state, const intern_type* __from,
242 const intern_type* __from_end, const intern_type*& __from_next,
253 intern_type* __to, intern_type* __to_end,
254 intern_type*& __to_next) const = 0;
279 typedef _InternT intern_type; typedef
[all …]
/openbsd/src/gnu/llvm/libcxx/include/
Dcodecvt89 typedef wchar_t intern_type;
102 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt,
106 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const override;
124 typedef char16_t intern_type;
137 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt,
141 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const override;
158 typedef char32_t intern_type;
171 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt,
175 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const override;
214 typedef wchar_t intern_type;
[all …]
D__locale966 typedef char intern_type;
976 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt,
992 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const
1031 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt,
1035 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const;
1054 typedef wchar_t intern_type;
1062 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt,
1078 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const
1115 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt,
1119 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const;
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dcodecvt_specializations.h244 typedef _InternT intern_type; typedef
254 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
259 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
267 do_out(state_type& __state, const intern_type* __from,
268 const intern_type* __from_end, const intern_type*& __from_next,
279 intern_type* __to, intern_type* __to_end,
280 intern_type*& __to_next) const;
314 do_out(state_type& __state, const intern_type* __from, in do_out()
315 const intern_type* __from_end, const intern_type*& __from_next, in do_out()
323 const size_t __fmultiple = sizeof(intern_type); in do_out()
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/
Dcodecvt_specializations.h187 typedef _InternT intern_type; typedef
198 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
203 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
211 do_out(state_type& __state, const intern_type* __from,
212 const intern_type* __from_end, const intern_type*& __from_next,
223 intern_type* __to, intern_type* __to_end,
224 intern_type*& __to_next) const;
258 do_out(state_type& __state, const intern_type* __from, in do_out()
259 const intern_type* __from_end, const intern_type*& __from_next, in do_out()
268 const size_t __fmultiple = sizeof(intern_type); in do_out()
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/generic/
Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from, in do_out()
45 const intern_type* __from_end, const intern_type*& __from_next, in do_out()
75 intern_type* __to, intern_type* __to_end, in do_in()
76 intern_type*& __to_next) const in do_in()
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
Dcodecvt_members.cc45 do_out(state_type& __state, const intern_type* __from, in do_out()
46 const intern_type* __from_end, const intern_type*& __from_next, in do_out()
82 intern_type* __to, intern_type* __to_end, in do_in()
83 intern_type*& __to_next) const in do_in()
/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dcodecvt.cc57 do_out(state_type&, const intern_type* __from, in do_out() argument
58 const intern_type*, const intern_type*& __from_next, in do_out()
83 intern_type* __to, intern_type*, in do_in() argument
84 intern_type*& __to_next) const in do_in()
/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dcodecvt.cc59 do_out(state_type&, const intern_type* __from, in do_out() argument
60 const intern_type*, const intern_type*& __from_next, in do_out()
85 intern_type* __to, intern_type*, intern_type*& __to_next) const in do_in() argument
/openbsd/src/gnu/gcc/libstdc++-v3/config/locale/generic/
Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_BEGIN_NAMESPACE()
45 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_BEGIN_NAMESPACE()
111 intern_type* __to, intern_type* __to_end, in do_in()
112 intern_type*& __to_next) const in do_in()
/openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/
Dcodecvt_members.cc45 do_out(state_type& __state, const intern_type* __from, in _GLIBCXX_BEGIN_NAMESPACE()
46 const intern_type* __from_end, const intern_type*& __from_next, in _GLIBCXX_BEGIN_NAMESPACE()
64 const intern_type* __from_chunk_end = wmemchr(__from_next, L'\0', in _GLIBCXX_BEGIN_NAMESPACE()
122 intern_type* __to, intern_type* __to_end, in do_in()
123 intern_type*& __to_next) const in do_in()
/openbsd/src/gnu/llvm/libcxx/src/
Dlocale.cpp1545 const intern_type* frm, const intern_type*, const intern_type*& frm_nxt, in do_out() argument
1556 intern_type* to, intern_type*, intern_type*& to_nxt) const in do_in() argument
1624 const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, in do_out()
1628 const intern_type* fend = frm; in do_out()
1662 n = __libcpp_wcrtomb_l(tmp, intern_type(), &st, __l_); in do_out()
1682 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in()
1751 size_t n = __libcpp_wcrtomb_l(tmp, intern_type(), &st, __l_); in do_unshift()
3213 const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, in do_out()
3231 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in()
3292 const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, in do_out()
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
Dcodecvt.cc36 typedef test_type::intern_type intern_type; in test01() typedef
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
DCHECKLIST1748 T typedef internT intern_type;
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
DCHECKLIST1748 T typedef internT intern_type;