Home
last modified time | relevance | path

Searched refs:showbase (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/libstdc++/include/bits/
Dios_base.h288 static const fmtflags showbase = _S_showbase; variable
804 showbase(ios_base& __base) in showbase() function
806 __base.setf(ios_base::showbase); in showbase()
814 __base.unsetf(ios_base::showbase); in noshowbase()
Dlocale_facets.tcc1037 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()
/NextBSD/contrib/libstdc++/include/backward/
Diomanip.h38 using std::showbase;
/NextBSD/contrib/libc++/include/
Dios41 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);
Dlocale3093 bool __sb = (__flags & ios_base::showbase) != 0;
3393 if (!__sym.empty() && (__flags & ios_base::showbase))
/NextBSD/contrib/libstdc++/src/
Dios.cc50 const ios_base::fmtflags ios_base::showbase; member in ios_base
/NextBSD/contrib/libc++/src/
Dios.cpp102 const ios_base::fmtflags ios_base::showbase; member in ios_base
Dlocale.cpp4442 if (__flags & ios_base::showbase) in __format_int()
/NextBSD/contrib/libstdc++/
DChangeLog-20024534 (test01): more "en_HK" tests (without showbase).
4588 Deal correctly with !(__io.flags() & ios_base::showbase)