BNumberFormatImpl
class BNumberFormatImpl;
BNumberFormatImpl* fPrivateData;
BNumberFormatImpl::GetCurrency(BFormattingConventions* convention)
BNumberFormatImpl::GetPercent(BFormattingConventions* convention)
BNumberFormatImpl::ApplyFormatter(NumberFormat* formatter, char* string,
BNumberFormatImpl::ApplyFormatter(NumberFormat* formatter, BString& string,
fPrivateData = new BNumberFormatImpl();
fPrivateData = new BNumberFormatImpl();
fPrivateData = new BNumberFormatImpl(*other.fPrivateData);
BNumberFormatImpl();
~BNumberFormatImpl();
BNumberFormatImpl::BNumberFormatImpl()
BNumberFormatImpl::~BNumberFormatImpl()
BNumberFormatImpl::GetInteger(BFormattingConventions* convention)
BNumberFormatImpl::GetFloat(BFormattingConventions* convention)