Home | History | Annotate | Download | only in ext

Lines Matching defs:extern_type

237       typedef _ExternT 					extern_type;
246 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
251 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
261 extern_type* __to, extern_type* __to_end,
262 extern_type*& __to_next) const;
265 do_unshift(state_type& __state, extern_type* __to,
266 extern_type* __to_end, extern_type*& __to_next) const;
269 do_in(state_type& __state, const extern_type* __from,
270 const extern_type* __from_end, const extern_type*& __from_next,
281 do_length(state_type&, const extern_type* __from,
282 const extern_type* __end, size_t __max) const;
308 extern_type* __to, extern_type* __to_end,
309 extern_type*& __to_next) const
317 const size_t __tmultiple = sizeof(extern_type);
354 __to_next = reinterpret_cast<extern_type*>(__cto);
362 __to_next = reinterpret_cast<extern_type*>(__cto);
375 do_unshift(state_type& __state, extern_type* __to,
376 extern_type* __to_end, extern_type*& __to_next) const
393 __to_next = reinterpret_cast<extern_type*>(__cto);
410 do_in(state_type& __state, const extern_type* __from,
411 const extern_type* __from_end, const extern_type*& __from_next,
419 const size_t __fmultiple = sizeof(extern_type);
439 extern_type* __cfixed = static_cast<extern_type*>
440 (__builtin_alloca(sizeof(extern_type) * (__size + 1)));
441 __cfixed[0] = static_cast<extern_type>(__ext_bom);
442 char_traits<extern_type>::copy(__cfixed + 1, __from, __size);
449 extern_type* __cfixed = const_cast<extern_type*>(__from);
458 __from_next = reinterpret_cast<const extern_type*>(__cfrom);
466 __from_next = reinterpret_cast<const extern_type*>(__cfrom);
497 do_length(state_type&, const extern_type* __from,
498 const extern_type* __end, size_t __max) const