Home | History | Annotate | Download | only in ext

Lines Matching defs:extern_type

233       typedef _ExternT 					extern_type;
242 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
247 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
257 extern_type* __to, extern_type* __to_end,
258 extern_type*& __to_next) const;
261 do_unshift(state_type& __state, extern_type* __to,
262 extern_type* __to_end, extern_type*& __to_next) const;
265 do_in(state_type& __state, const extern_type* __from,
266 const extern_type* __from_end, const extern_type*& __from_next,
277 do_length(state_type&, const extern_type* __from,
278 const extern_type* __end, size_t __max) const;
304 extern_type* __to, extern_type* __to_end,
305 extern_type*& __to_next) const
313 const size_t __tmultiple = sizeof(extern_type);
350 __to_next = reinterpret_cast<extern_type*>(__cto);
358 __to_next = reinterpret_cast<extern_type*>(__cto);
371 do_unshift(state_type& __state, extern_type* __to,
372 extern_type* __to_end, extern_type*& __to_next) const
389 __to_next = reinterpret_cast<extern_type*>(__cto);
406 do_in(state_type& __state, const extern_type* __from,
407 const extern_type* __from_end, const extern_type*& __from_next,
415 const size_t __fmultiple = sizeof(extern_type);
435 extern_type* __cfixed = static_cast<extern_type*>
436 (__builtin_alloca(sizeof(extern_type) * (__size + 1)));
437 __cfixed[0] = static_cast<extern_type>(__ext_bom);
438 char_traits<extern_type>::copy(__cfixed + 1, __from, __size);
445 extern_type* __cfixed = const_cast<extern_type*>(__from);
454 __from_next = reinterpret_cast<const extern_type*>(__cfrom);
462 __from_next = reinterpret_cast<const extern_type*>(__cfrom);
493 do_length(state_type&, const extern_type* __from,
494 const extern_type* __end, size_t __max) const