Home | History | Annotate | Download | only in tr2

Lines Matching full:__io

103       get(iter_type __in, iter_type __end, ios_base& __io,
105 { return this->do_get(__in, __end, __io, __err, __v); }
111 do_get(iter_type __beg, iter_type __end, ios_base& __io,
114 if (!(__io.flags() & ios_base::boolalpha))
120 __beg = _M_extract_int(__beg, __end, __io, __err, __l);
137 const locale& __loc = __io._M_getloc();
227 do_put(iter_type __s, ios_base& __io, char_type __fill, bool_set __v) const
229 const ios_base::fmtflags __flags = __io.flags();
233 __s = _M_insert_int(__s, __io, __fill, __l);
239 const locale& __loc = __io._M_getloc();
247 const streamsize __w = __io.width();
256 __io.width(0);
270 __io.width(0);