Lines Matching defs:extern_type

79       typedef _ExternT			extern_type;
87 * extern_type. This is analogous to wcsrtombs. It does this by
122 extern_type* __to, extern_type* __to_end,
123 extern_type*& __to_next) const
159 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
160 extern_type*& __to_next) const
166 * Converts input string of extern_type to output string of
200 in(state_type& __state, const extern_type* __from,
201 const extern_type* __from_end, const extern_type*& __from_next,
218 length(state_type& __state, const extern_type* __from,
219 const extern_type* __end, size_t __max) const
237 * extern_type. This function is a hook for derived classes to change
243 extern_type* __to, extern_type* __to_end,
244 extern_type*& __to_next) const = 0;
247 do_unshift(state_type& __state, extern_type* __to,
248 extern_type* __to_end, extern_type*& __to_next) const = 0;
251 do_in(state_type& __state, const extern_type* __from,
252 const extern_type* __from_end, const extern_type*& __from_next,
263 do_length(state_type&, const extern_type* __from,
264 const extern_type* __end, size_t __max) const = 0;
280 typedef _ExternT extern_type;
303 extern_type* __to, extern_type* __to_end,
304 extern_type*& __to_next) const;
307 do_unshift(state_type& __state, extern_type* __to,
308 extern_type* __to_end, extern_type*& __to_next) const;
311 do_in(state_type& __state, const extern_type* __from,
312 const extern_type* __from_end, const extern_type*& __from_next,
323 do_length(state_type&, const extern_type* __from,
324 const extern_type* __end, size_t __max) const;
341 typedef char extern_type;
363 extern_type* __to, extern_type* __to_end,
364 extern_type*& __to_next) const;
367 do_unshift(state_type& __state, extern_type* __to,
368 extern_type* __to_end, extern_type*& __to_next) const;
371 do_in(state_type& __state, const extern_type* __from,
372 const extern_type* __from_end, const extern_type*& __from_next,
383 do_length(state_type&, const extern_type* __from,
384 const extern_type* __end, size_t __max) const;
399 typedef char extern_type;
421 extern_type* __to, extern_type* __to_end,
422 extern_type*& __to_next) const;
426 extern_type* __to, extern_type* __to_end,
427 extern_type*& __to_next) const;
431 const extern_type* __from, const extern_type* __from_end,
432 const extern_type*& __from_next,
443 int do_length(state_type&, const extern_type* __from,
444 const extern_type* __end, size_t __max) const;