Home
last modified time | relevance | path

Searched refs:setf (Results 1 – 3 of 3) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Diomanip.cc49 i.setf(b, ios::basefield); in __iomanip_setbase()
75 i.setf(n,n); in __iomanip_setiosflags()
81 i.setf(0,n); in __iomanip_resetiosflags()
/haiku/headers/cpp/
H A Diostream.h277 { i.setf(ios::dec, ios::dec|ios::hex|ios::oct); return i; } in dec()
279 { i.setf(ios::hex, ios::dec|ios::hex|ios::oct); return i; } in hex()
281 { i.setf(ios::oct, ios::dec|ios::hex|ios::oct); return i; } in oct()
H A Dstreambuf.h193 fmtflags setf(fmtflags val) { in setf() function
196 fmtflags setf(fmtflags val, fmtflags mask) { in setf() function