Searched defs:showpoint (Results 1 - 3 of 3) sorted by relevance

/external/stlport/src/
H A Dios.cpp54 const ios_base::fmtflags ios_base::showpoint; member in class:ios_base
/external/libcxx/src/
H A Dios.cpp102 const ios_base::fmtflags ios_base::showpoint; member in class:ios_base
/external/stlport/stlport/stl/
H A D_ios_base.h77 _STLP_STATIC_CONSTANT(int, showpoint = 0x0400);
279 inline ios_base& _STLP_CALL showpoint(ios_base& __s) function
280 { __s.setf(ios_base::showpoint); return __s;}
283 { __s.unsetf(ios_base::showpoint); return __s;}

Completed in 524 milliseconds