Searched refs:showbase (Results 1 – 9 of 9) sorted by relevance
288 static const fmtflags showbase = _S_showbase; variable804 showbase(ios_base& __base) in showbase() function806 __base.setf(ios_base::showbase); in showbase()814 __base.unsetf(ios_base::showbase); in noshowbase()
1037 else if (__flags & ios_base::showbase && __v) in _M_insert_int()1318 __io.flags(__flags & __fmt | (ios_base::hex | ios_base::showbase)); in do_put()1385 if (__io.flags() & ios_base::showbase || __sign_size > 1 in _M_extract()1404 && (__j || __io.flags() & ios_base::showbase)) in _M_extract()1687 __len += ((__io.flags() & ios_base::showbase) in _M_insert()1703 if (__io.flags() & ios_base::showbase) in _M_insert()
38 using std::showbase;
41 static constexpr fmtflags showbase;170 ios_base& showbase (ios_base& str);246 static const fmtflags showbase = 0x0200;820 showbase(ios_base& __str)822 __str.setf(ios_base::showbase);830 __str.unsetf(ios_base::showbase);
3093 bool __sb = (__flags & ios_base::showbase) != 0;3393 if (!__sym.empty() && (__flags & ios_base::showbase))
50 const ios_base::fmtflags ios_base::showbase; member in ios_base
102 const ios_base::fmtflags ios_base::showbase; member in ios_base
4442 if (__flags & ios_base::showbase) in __format_int()
4534 (test01): more "en_HK" tests (without showbase).4588 Deal correctly with !(__io.flags() & ios_base::showbase)