Home | History | Annotate | Download | only in bits

Lines Matching defs:extern_type

76       typedef _ExternT			extern_type;
84 * extern_type. This is analogous to wcsrtombs. It does this by
119 extern_type* __to, extern_type* __to_end,
120 extern_type*& __to_next) const
156 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
157 extern_type*& __to_next) const
163 * Converts input string of extern_type to output string of
197 in(state_type& __state, const extern_type* __from,
198 const extern_type* __from_end, const extern_type*& __from_next,
215 length(state_type& __state, const extern_type* __from,
216 const extern_type* __end, size_t __max) const
234 * extern_type. This function is a hook for derived classes to change
240 extern_type* __to, extern_type* __to_end,
241 extern_type*& __to_next) const = 0;
244 do_unshift(state_type& __state, extern_type* __to,
245 extern_type* __to_end, extern_type*& __to_next) const = 0;
248 do_in(state_type& __state, const extern_type* __from,
249 const extern_type* __from_end, const extern_type*& __from_next,
260 do_length(state_type&, const extern_type* __from,
261 const extern_type* __end, size_t __max) const = 0;
284 typedef _ExternT extern_type;
307 extern_type* __to, extern_type* __to_end,
308 extern_type*& __to_next) const;
311 do_unshift(state_type& __state, extern_type* __to,
312 extern_type* __to_end, extern_type*& __to_next) const;
315 do_in(state_type& __state, const extern_type* __from,
316 const extern_type* __from_end, const extern_type*& __from_next,
327 do_length(state_type&, const extern_type* __from,
328 const extern_type* __end, size_t __max) const;
345 typedef char extern_type;
367 extern_type* __to, extern_type* __to_end,
368 extern_type*& __to_next) const;
371 do_unshift(state_type& __state, extern_type* __to,
372 extern_type* __to_end, extern_type*& __to_next) const;
375 do_in(state_type& __state, const extern_type* __from,
376 const extern_type* __from_end, const extern_type*& __from_next,
387 do_length(state_type&, const extern_type* __from,
388 const extern_type* __end, size_t __max) const;
403 typedef char extern_type;
425 extern_type* __to, extern_type* __to_end,
426 extern_type*& __to_next) const;
430 extern_type* __to, extern_type* __to_end,
431 extern_type*& __to_next) const;
435 const extern_type* __from, const extern_type* __from_end,
436 const extern_type*& __from_next,
447 int do_length(state_type&, const extern_type* __from,
448 const extern_type* __end, size_t __max) const;