Home | History | Annotate | Download | only in bits

Lines Matching defs:extern_type

75       typedef _ExternT			extern_type;
83 * extern_type. This is analogous to wcsrtombs. It does this by
118 extern_type* __to, extern_type* __to_end,
119 extern_type*& __to_next) const
155 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 extern_type*& __to_next) const
162 * Converts input string of extern_type to output string of
196 in(state_type& __state, const extern_type* __from,
197 const extern_type* __from_end, const extern_type*& __from_next,
214 length(state_type& __state, const extern_type* __from,
215 const extern_type* __end, size_t __max) const
233 * extern_type. This function is a hook for derived classes to change
239 extern_type* __to, extern_type* __to_end,
240 extern_type*& __to_next) const = 0;
243 do_unshift(state_type& __state, extern_type* __to,
244 extern_type* __to_end, extern_type*& __to_next) const = 0;
247 do_in(state_type& __state, const extern_type* __from,
248 const extern_type* __from_end, const extern_type*& __from_next,
259 do_length(state_type&, const extern_type* __from,
260 const extern_type* __end, size_t __max) const = 0;
283 typedef _ExternT extern_type;
308 extern_type* __to, extern_type* __to_end,
309 extern_type*& __to_next) const;
312 do_unshift(state_type& __state, extern_type* __to,
313 extern_type* __to_end, extern_type*& __to_next) const;
316 do_in(state_type& __state, const extern_type* __from,
317 const extern_type* __from_end, const extern_type*& __from_next,
328 do_length(state_type&, const extern_type* __from,
329 const extern_type* __end, size_t __max) const;
346 typedef char extern_type;
368 extern_type* __to, extern_type* __to_end,
369 extern_type*& __to_next) const;
372 do_unshift(state_type& __state, extern_type* __to,
373 extern_type* __to_end, extern_type*& __to_next) const;
376 do_in(state_type& __state, const extern_type* __from,
377 const extern_type* __from_end, const extern_type*& __from_next,
388 do_length(state_type&, const extern_type* __from,
389 const extern_type* __end, size_t __max) const;
404 typedef char extern_type;
426 extern_type* __to, extern_type* __to_end,
427 extern_type*& __to_next) const;
431 extern_type* __to, extern_type* __to_end,
432 extern_type*& __to_next) const;
436 const extern_type* __from, const extern_type* __from_end,
437 const extern_type*& __from_next,
448 int do_length(state_type&, const extern_type* __from,
449 const extern_type* __end, size_t __max) const;