Home
last modified time | relevance | path

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

/external/astl/include/
Dios_base.h141 static const fmtflags showpos = android::ios_baseflags_showpos; variable
/external/stlport/src/
Dios.cpp55 const ios_base::fmtflags ios_base::showpos; member in ios_base
/external/stlport/stlport/stl/
D_ios_base.h285 inline ios_base& _STLP_CALL showpos(ios_base& __s) in showpos() function
/external/stlport/test/unit/
Dnum_put_get_test.cpp614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \ argument