Home
last modified time | relevance | path

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

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