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

/haiku/headers/os/locale/
H A DFormat.h43 class BFormat { class
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 DTimeFormat.h19 class BTimeFormat : public BFormat {
H A DNumberFormat.h21 class BNumberFormat : public BFormat {
H A DDateFormat.h40 class BDateFormat: public BFormat {
/haiku/src/kits/locale/
H A DFormat.cpp10 BFormat::BFormat(const BLocale* locale) function in class:BFormat
24 BFormat::BFormat(const BLanguage& language, function in class:BFormat
31 BFormat::BFormat(const BFormat &other) function in class:BFormat
40 BFormat::~BFormat()
46 BFormat
[all...]
H A DStringFormat.cpp26 : BFormat(language, BFormattingConventions())
33 : BFormat()
H A DDateTimeFormat.cpp29 : BFormat(locale)
36 : BFormat(language, conventions)
42 : BFormat(other)
H A DTimeFormat.cpp31 : BFormat()
38 : BFormat(language, conventions)
44 : BFormat(other)
H A DDateFormat.cpp42 : BFormat(locale)
49 : BFormat(language, conventions)
55 : BFormat(other)
H A DNumberFormat.cpp190 : BFormat()
197 : BFormat(locale)
204 : BFormat(other)

Completed in 334 milliseconds