Lines Matching defs:mbstate_t
253 typedef __mbstate_t mbstate_t;
439 extern int mbsinit (const mbstate_t *__ps) throw () __attribute__ ((__pure__));
445 mbstate_t *__restrict __p) throw ();
449 mbstate_t *__restrict __ps) throw ();
453 mbstate_t *__restrict __ps) throw ();
455 mbstate_t *__restrict __ps) throw ();
459 mbstate_t *__restrict __ps) throw ();
465 mbstate_t *__restrict __ps) throw ();
474 size_t __len, mbstate_t *__restrict __ps) throw ();
481 mbstate_t *__restrict __ps) throw ();
14001 using ::mbstate_t;
14271 typedef fpos<mbstate_t> streampos;
14273 typedef fpos<mbstate_t> wstreampos;
14277 typedef fpos<mbstate_t> u16streampos;
14279 typedef fpos<mbstate_t> u32streampos;
16236 typedef std::mbstate_t state_type;
16382 typedef mbstate_t state_type;
16477 typedef mbstate_t state_type;
16618 typedef mbstate_t state_type;
16715 typedef mbstate_t state_type;
17215 template<> class codecvt<char, char, mbstate_t>;
17217 template<> class codecvt<wchar_t, char, mbstate_t>;