Home | History | Annotate | Download | only in ext

Lines Matching defs:extern_type

239       typedef _ExternT 					extern_type;
248 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
253 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
263 extern_type* __to, extern_type* __to_end,
264 extern_type*& __to_next) const;
267 do_unshift(state_type& __state, extern_type* __to,
268 extern_type* __to_end, extern_type*& __to_next) const;
271 do_in(state_type& __state, const extern_type* __from,
272 const extern_type* __from_end, const extern_type*& __from_next,
283 do_length(state_type&, const extern_type* __from,
284 const extern_type* __end, size_t __max) const;
310 extern_type* __to, extern_type* __to_end,
311 extern_type*& __to_next) const
319 const size_t __tmultiple = sizeof(extern_type);
356 __to_next = reinterpret_cast<extern_type*>(__cto);
364 __to_next = reinterpret_cast<extern_type*>(__cto);
377 do_unshift(state_type& __state, extern_type* __to,
378 extern_type* __to_end, extern_type*& __to_next) const
395 __to_next = reinterpret_cast<extern_type*>(__cto);
412 do_in(state_type& __state, const extern_type* __from,
413 const extern_type* __from_end, const extern_type*& __from_next,
421 const size_t __fmultiple = sizeof(extern_type);
441 extern_type* __cfixed = static_cast<extern_type*>
442 (__builtin_alloca(sizeof(extern_type) * (__size + 1)));
443 __cfixed[0] = static_cast<extern_type>(__ext_bom);
444 char_traits<extern_type>::copy(__cfixed + 1, __from, __size);
451 extern_type* __cfixed = const_cast<extern_type*>(__from);
460 __from_next = reinterpret_cast<const extern_type*>(__cfrom);
468 __from_next = reinterpret_cast<const extern_type*>(__cfrom);
499 do_length(state_type&, const extern_type* __from,
500 const extern_type* __end, size_t __max) const