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

/ndk/sources/cxx-stl/stlport/src/
H A Dios.cpp56 const ios_base::fmtflags ios_base::showpoint; member in class:ios_base
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dios.cpp102 const ios_base::fmtflags ios_base::showpoint; member in class:ios_base
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h79 _STLP_STATIC_CONSTANT(int, showpoint = 0x0400);
281 inline ios_base& _STLP_CALL showpoint(ios_base& __s) function
282 { __s.setf(ios_base::showpoint); return __s;}
285 { __s.unsetf(ios_base::showpoint); return __s;}

Completed in 63 milliseconds