Searched defs:showpos (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/libutil++/
H A Dstring_manip.cpp107 format_percent(double value, size_t int_width, size_t fract_width, bool showpos) argument
114 if (showpos)
115 os.setf(ios::showpos);
/external/stlport/src/
H A Dios.cpp55 const ios_base::fmtflags ios_base::showpos; member in class:ios_base
/external/libcxx/src/
H A Dios.cpp103 const ios_base::fmtflags ios_base::showpos; member in class:ios_base
/external/stlport/stlport/stl/
H A D_ios_base.h78 _STLP_STATIC_CONSTANT(int, showpos = 0x0800);
285 inline ios_base& _STLP_CALL showpos(ios_base& __s) function
286 { __s.setf(ios_base::showpos); return __s;}
289 { __s.unsetf(ios_base::showpos); return __s;}

Completed in 1227 milliseconds