Searched refs:BFormat (Results 1 – 15 of 15) sorted by relevance
10 BFormat::BFormat(const BLocale* locale) in BFormat() function in BFormat24 BFormat::BFormat(const BLanguage& language, in BFormat() function in BFormat31 BFormat::BFormat(const BFormat &other) in BFormat() function in BFormat40 BFormat::~BFormat() in ~BFormat()46 BFormat::InitCheck() const in InitCheck()53 BFormat::_Initialize(const BLocale& locale) in _Initialize()71 BFormat::_Initialize(const BLanguage& language, in _Initialize()
26 : BFormat(language, BFormattingConventions()) in BStringFormat()33 : BFormat() in BStringFormat()
29 : BFormat(locale) in BDateTimeFormat()36 : BFormat(language, conventions) in BDateTimeFormat()42 : BFormat(other) in BDateTimeFormat()
31 : BFormat() in BTimeFormat()38 : BFormat(language, conventions) in BTimeFormat()44 : BFormat(other) in BTimeFormat()
190 : BFormat() in BNumberFormat()197 : BFormat(locale) in BNumberFormat()204 : BFormat(other) in BNumberFormat()
42 : BFormat(locale) in BDateFormat()49 : BFormat(language, conventions) in BDateFormat()55 : BFormat(other) in BDateFormat()
43 class BFormat {47 BFormat(const BLocale* locale = NULL);48 BFormat(const BLanguage& language,51 BFormat(const BFormat& other);52 virtual ~BFormat();55 BFormat& operator=(const BFormat& other);
27 class BRelativeDateTimeFormat: public BFormat {28 typedef BFormat Inherited;
25 class BDurationFormat : public BFormat {26 typedef BFormat Inherited;
42 class BTimeUnitFormat : public BFormat {43 typedef BFormat Inherited;
25 class BStringFormat : public BFormat {
31 class BDateTimeFormat : public BFormat {
21 class BNumberFormat : public BFormat {
19 class BTimeFormat : public BFormat {
40 class BDateFormat: public BFormat {