Searched refs:showbase (Results 1 - 5 of 5) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Dioextend.cc36 | ios::dec | ios::oct | ios::hex | ios::showbase | ios::showpoint
H A Diostream.cc523 if ((stream.flags() & ios::showbase) && (*buf_ptr != '0'))
533 if ((stream.flags() & ios::showbase)) {
/haiku/src/apps/devices/
H A DDevicePCI.cpp49 ss.flags(std::ios::hex | std::ios::showbase);
H A DDeviceUSB.cpp44 ss.flags(std::ios::hex | std::ios::showbase);
/haiku/headers/cpp/
H A Dstreambuf.h155 showbase=_IO_SHOWBASE, showpoint=_IO_SHOWPOINT, enumerator in enum:ios::__anon71

Completed in 37 milliseconds