Home | History | Annotate | Download | only in bits

Lines Matching defs:extern_type

74       typedef _ExternT			extern_type;
82 * extern_type. This is analogous to wcsrtombs. It does this by
117 extern_type* __to, extern_type* __to_end,
118 extern_type*& __to_next) const
154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
155 extern_type*& __to_next) const
161 * Converts input string of extern_type to output string of
195 in(state_type& __state, const extern_type* __from,
196 const extern_type* __from_end, const extern_type*& __from_next,
213 length(state_type& __state, const extern_type* __from,
214 const extern_type* __end, size_t __max) const
232 * extern_type. This function is a hook for derived classes to change
238 extern_type* __to, extern_type* __to_end,
239 extern_type*& __to_next) const = 0;
242 do_unshift(state_type& __state, extern_type* __to,
243 extern_type* __to_end, extern_type*& __to_next) const = 0;
246 do_in(state_type& __state, const extern_type* __from,
247 const extern_type* __from_end, const extern_type*& __from_next,
258 do_length(state_type&, const extern_type* __from,
259 const extern_type* __end, size_t __max) const = 0;
275 typedef _ExternT extern_type;
298 extern_type* __to, extern_type* __to_end,
299 extern_type*& __to_next) const;
302 do_unshift(state_type& __state, extern_type* __to,
303 extern_type* __to_end, extern_type*& __to_next) const;
306 do_in(state_type& __state, const extern_type* __from,
307 const extern_type* __from_end, const extern_type*& __from_next,
318 do_length(state_type&, const extern_type* __from,
319 const extern_type* __end, size_t __max) const;
336 typedef char extern_type;
358 extern_type* __to, extern_type* __to_end,
359 extern_type*& __to_next) const;
362 do_unshift(state_type& __state, extern_type* __to,
363 extern_type* __to_end, extern_type*& __to_next) const;
366 do_in(state_type& __state, const extern_type* __from,
367 const extern_type* __from_end, const extern_type*& __from_next,
378 do_length(state_type&, const extern_type* __from,
379 const extern_type* __end, size_t __max) const;
394 typedef char extern_type;
416 extern_type* __to, extern_type* __to_end,
417 extern_type*& __to_next) const;
421 extern_type* __to, extern_type* __to_end,
422 extern_type*& __to_next) const;
426 const extern_type* __from, const extern_type* __from_end,
427 const extern_type*& __from_next,
438 int do_length(state_type&, const extern_type* __from,
439 const extern_type* __end, size_t __max) const;