Home
last modified time | relevance | path

Searched refs:BFormat (Results 1 – 15 of 15) sorted by relevance

/haiku/src/kits/locale/
H A DFormat.cpp10 BFormat::BFormat(const BLocale* locale) in BFormat() function in BFormat
24 BFormat::BFormat(const BLanguage& language, in BFormat() function in BFormat
31 BFormat::BFormat(const BFormat &other) in BFormat() function in BFormat
40 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()
H A DStringFormat.cpp26 : BFormat(language, BFormattingConventions()) in BStringFormat()
33 : BFormat() in BStringFormat()
H A DDateTimeFormat.cpp29 : BFormat(locale) in BDateTimeFormat()
36 : BFormat(language, conventions) in BDateTimeFormat()
42 : BFormat(other) in BDateTimeFormat()
H A DTimeFormat.cpp31 : BFormat() in BTimeFormat()
38 : BFormat(language, conventions) in BTimeFormat()
44 : BFormat(other) in BTimeFormat()
H A DNumberFormat.cpp190 : BFormat() in BNumberFormat()
197 : BFormat(locale) in BNumberFormat()
204 : BFormat(other) in BNumberFormat()
H A DDateFormat.cpp42 : BFormat(locale) in BDateFormat()
49 : BFormat(language, conventions) in BDateFormat()
55 : BFormat(other) in BDateFormat()
/haiku/headers/os/locale/
H A DFormat.h43 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);
H A DRelativeDateTimeFormat.h27 class BRelativeDateTimeFormat: public BFormat {
28 typedef BFormat Inherited;
H A DDurationFormat.h25 class BDurationFormat : public BFormat {
26 typedef BFormat Inherited;
H A DTimeUnitFormat.h42 class BTimeUnitFormat : public BFormat {
43 typedef BFormat Inherited;
H A DStringFormat.h25 class BStringFormat : public BFormat {
H A DDateTimeFormat.h31 class BDateTimeFormat : public BFormat {
H A DNumberFormat.h21 class BNumberFormat : public BFormat {
H A DTimeFormat.h19 class BTimeFormat : public BFormat {
H A DDateFormat.h40 class BDateFormat: public BFormat {