Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dcodecvt.h71 typedef _ExternT extern_type; typedef
78 extern_type* __to, extern_type* __to_end, in out()
79 extern_type*& __to_next) const in out()
86 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, in unshift()
87 extern_type*& __to_next) const in unshift()
91 in(state_type& __state, const extern_type* __from, in in()
92 const extern_type* __from_end, const extern_type*& __from_next, in in()
109 length(const state_type& __state, const extern_type* __from, in length()
110 const extern_type* __end, size_t __max) const in length()
127 extern_type* __to, extern_type* __to_end,
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dcodecvt.h79 typedef _ExternT extern_type; typedef
122 extern_type* __to, extern_type* __to_end, in out()
123 extern_type*& __to_next) const in out()
159 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, in unshift()
160 extern_type*& __to_next) const in unshift()
200 in(state_type& __state, const extern_type* __from, in in()
201 const extern_type* __from_end, const extern_type*& __from_next, in in()
218 length(state_type& __state, const extern_type* __from, in length()
219 const extern_type* __end, size_t __max) const in length()
243 extern_type* __to, extern_type* __to_end,
[all …]
/openbsd/src/gnu/llvm/libcxx/include/
Dcodecvt90 typedef char extern_type;
103 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const override;
105 … const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt,
108extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const override;
111 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
125 typedef char extern_type;
138 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const override;
140 … const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt,
143extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const override;
146 …int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx) const …
[all …]
D__locale967 typedef char extern_type;
977 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const
984 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const
991 const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt,
1010 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const
1032 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
1034 … const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt,
1037extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
1040 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t…
1055 typedef char extern_type;
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dcodecvt.cc59 extern_type* __to, extern_type*, in do_out() argument
60 extern_type*& __to_next) const in do_out()
72 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
73 extern_type*, extern_type*& __to_next) const in do_unshift()
81 do_in(state_type&, const extern_type* __from, in do_in() argument
82 const extern_type*, const extern_type*& __from_next, in do_in()
106 do_length (const state_type&, const extern_type* __from, in do_length()
107 const extern_type* __end, size_t __max) const in do_length()
128 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
129 extern_type*, extern_type*& __to_next) const in do_unshift()
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dcodecvt_specializations.h245 typedef _ExternT extern_type; typedef
254 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
259 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
269 extern_type* __to, extern_type* __to_end,
270 extern_type*& __to_next) const;
273 do_unshift(state_type& __state, extern_type* __to,
274 extern_type* __to_end, extern_type*& __to_next) const;
277 do_in(state_type& __state, const extern_type* __from,
278 const extern_type* __from_end, const extern_type*& __from_next,
289 do_length(state_type&, const extern_type* __from,
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/
Dcodecvt_specializations.h188 typedef _ExternT extern_type; typedef
198 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
203 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
213 extern_type* __to, extern_type* __to_end,
214 extern_type*& __to_next) const;
217 do_unshift(state_type& __state, extern_type* __to,
218 extern_type* __to_end, extern_type*& __to_next) const;
221 do_in(state_type& __state, const extern_type* __from,
222 const extern_type* __from_end, const extern_type*& __from_next,
233 do_length(const state_type&, const extern_type* __from,
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dcodecvt.cc61 extern_type* __to, extern_type*, in do_out() argument
62 extern_type*& __to_next) const in do_out()
74 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
75 extern_type*, extern_type*& __to_next) const in do_unshift()
83 do_in(state_type&, const extern_type* __from, in do_in() argument
84 const extern_type*, const extern_type*& __from_next, in do_in()
107 do_length (state_type&, const extern_type* __from, in do_length()
108 const extern_type* __end, size_t __max) const in do_length()
139 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
140 extern_type*, extern_type*& __to_next) const in do_unshift()
/openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/
Dcodecvt_members.cc47 extern_type* __to, extern_type* __to_end, in _GLIBCXX_BEGIN_NAMESPACE()
48 extern_type*& __to_next) const in _GLIBCXX_BEGIN_NAMESPACE()
96 extern_type __buf[MB_LEN_MAX]; in _GLIBCXX_BEGIN_NAMESPACE()
120 do_in(state_type& __state, const extern_type* __from, in do_in()
121 const extern_type* __from_end, const extern_type*& __from_next, in do_in()
139 const extern_type* __from_chunk_end; in do_in()
140 __from_chunk_end = static_cast<const extern_type*>(memchr(__from_next, '\0', in do_in()
235 do_length(state_type& __state, const extern_type* __from, in do_length()
236 const extern_type* __end, size_t __max) const in do_length()
255 const extern_type* __from_chunk_end; in do_length()
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/config/locale/generic/
Dcodecvt_members.cc46 extern_type* __to, extern_type* __to_end, in _GLIBCXX_BEGIN_NAMESPACE()
47 extern_type*& __to_next) const in _GLIBCXX_BEGIN_NAMESPACE()
77 extern_type __buf[MB_LEN_MAX]; in _GLIBCXX_BEGIN_NAMESPACE()
109 do_in(state_type& __state, const extern_type* __from, in do_in()
110 const extern_type* __from_end, const extern_type*& __from_next, in do_in()
182 do_length(state_type& __state, const extern_type* __from, in do_length()
183 const extern_type* __end, size_t __max) const in do_length()
/openbsd/src/gnu/llvm/libcxx/src/
Dlocale.cpp1546 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_out() argument
1555 const extern_type* frm, const extern_type*, const extern_type*& frm_nxt, in do_in() argument
1565 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument
1585 const extern_type* frm, const extern_type* end, size_t mx) const in do_length()
1625 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out()
1661 extern_type tmp[MB_LEN_MAX]; in do_out()
1667 for (extern_type* p = tmp; n; --n) // write it in do_out()
1681 const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, in do_in()
1685 const extern_type* fend = frm; in do_in()
1747 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_unshift()
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/generic/
Dcodecvt_members.cc46 extern_type* __to, extern_type* __to_end, in do_out()
47 extern_type*& __to_next) const in do_out()
73 do_in(state_type& __state, const extern_type* __from, in do_in()
74 const extern_type* __from_end, const extern_type*& __from_next, in do_in()
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
Dcodecvt_members.cc47 extern_type* __to, extern_type* __to_end, in do_out()
48 extern_type*& __to_next) const in do_out()
80 do_in(state_type& __state, const extern_type* __from, in do_in()
81 const extern_type* __from_end, const extern_type*& __from_next, in do_in()
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
Dcodecvt.cc37 typedef test_type::extern_type extern_type; in test01() typedef
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
DCHECKLIST1749 T typedef externT extern_type;
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
DCHECKLIST1749 T typedef externT extern_type;