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;
309 extern_type* __to, extern_type* __to_end,
310 extern_type*& __to_next) const;
313 do_unshift(state_type& __state, extern_type* __to,
314 extern_type* __to_end, extern_type*& __to_next) const;
317 do_in(state_type& __state, const extern_type* __from,
318 const extern_type* __from_end, const extern_type*& __from_next,
329 do_length(state_type&, const extern_type* __from,
330 const extern_type* __end, size_t __max) const;
347 typedef char extern_type;
369 extern_type* __to, extern_type* __to_end,
370 extern_type*& __to_next) const;
373 do_unshift(state_type& __state, extern_type* __to,
374 extern_type* __to_end, extern_type*& __to_next) const;
377 do_in(state_type& __state, const extern_type* __from,
378 const extern_type* __from_end, const extern_type*& __from_next,
389 do_length(state_type&, const extern_type* __from,
390 const extern_type* __end, size_t __max) const;
405 typedef char extern_type;
427 extern_type* __to, extern_type* __to_end,
428 extern_type*& __to_next) const;
432 extern_type* __to, extern_type* __to_end,
433 extern_type*& __to_next) const;
437 const extern_type* __from, const extern_type* __from_end,
438 const extern_type*& __from_next,
449 int do_length(state_type&, const extern_type* __from,
450 const extern_type* __end, size_t __max) const;