BFormat
class BDateFormat: public BFormat {
class BDateTimeFormat : public BFormat {
class BDurationFormat : public BFormat {
typedef BFormat Inherited;
class BFormat {
BFormat(const BLocale* locale = NULL);
BFormat(const BLanguage& language,
BFormat(const BFormat& other);
virtual ~BFormat();
BFormat& operator=(const BFormat& other);
class BNumberFormat : public BFormat {
class BRelativeDateTimeFormat: public BFormat {
typedef BFormat Inherited;
class BStringFormat : public BFormat {
class BTimeFormat : public BFormat {
class BTimeUnitFormat : public BFormat {
typedef BFormat Inherited;
: BFormat(locale)
: BFormat(language, conventions)
: BFormat(other)
: BFormat(locale)
: BFormat(language, conventions)
: BFormat(other)
BFormat::BFormat(const BLocale* locale)
BFormat::BFormat(const BLanguage& language,
BFormat::BFormat(const BFormat &other)
BFormat::~BFormat()
BFormat::InitCheck() const
BFormat::_Initialize(const BLocale& locale)
BFormat::_Initialize(const BLanguage& language,
: BFormat()
: BFormat(locale)
: BFormat(other)
: BFormat(language, BFormattingConventions())
: BFormat()
: BFormat()
: BFormat(language, conventions)
: BFormat(other)