Home
last modified time | relevance | path

Searched refs:basefield (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()
H A Diostream.cc294 if (!(stream.flags() & ios::basefield)) { in read_int()
313 else if ((stream.flags() & ios::basefield) == ios::hex) in read_int()
315 else if ((stream.flags() & ios::basefield) == ios::oct) in read_int()
518 if ((stream.flags() & ios::basefield) == ios::oct) { // Octal in write_int()
526 else if ((stream.flags() & ios::basefield) == ios::hex) { // Hex in write_int()
/haiku/headers/cpp/
H A Dstreambuf.h164 basefield=dec+oct+hex, enumerator