1 #include <IntegerFormat.h>
2 #include <IntegerFormatImpl.h>
5 BIntegerFormat::BIntegerFormat(const BIntegerFormat
&other
)
6 : BNumberFormat(other
),
7 BIntegerFormatParameters(other
)
12 BIntegerFormat::~BIntegerFormat()
18 BIntegerFormat::Format(int64 number
, BString
*buffer
) const
25 BIntegerFormat::Format(int64 number
, BString
*buffer
,
26 format_field_position
*positions
, int32 positionCount
,
27 int32
*fieldCount
, bool allFieldPositions
) const
34 BIntegerFormat::operator=(const BIntegerFormat
&other
)
36 BNumberFormat::operator=(other
);
37 BIntegerFormatParameters::operator=(other
);
42 BIntegerFormat::BIntegerFormat(BIntegerFormatImpl
*impl
)
44 BIntegerFormatParameters(impl
? impl
->DefaultIntegerFormatParameters()