Searched defs:showpos (Results 1 – 4 of 4) sorted by relevance
141 static const fmtflags showpos = android::ios_baseflags_showpos; variable
55 const ios_base::fmtflags ios_base::showpos; member in ios_base
285 inline ios_base& _STLP_CALL showpos(ios_base& __s) in showpos() function
614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \ argument