Searched refs:BDateTimeFormat (Results 1 - 14 of 14) sorted by relevance

/haiku/headers/os/locale/
H A DDateTimeFormat.h31 class BDateTimeFormat : public BFormat { class in inherits:BFormat
33 BDateTimeFormat(const BLocale* locale = NULL);
34 BDateTimeFormat(const BLanguage& language,
36 BDateTimeFormat(const BDateTimeFormat &other);
37 virtual ~BDateTimeFormat();
/haiku/src/kits/locale/
H A DDateTimeFormat.cpp28 BDateTimeFormat::BDateTimeFormat(const BLocale* locale) function in class:BDateTimeFormat
34 BDateTimeFormat::BDateTimeFormat(const BLanguage& language, function in class:BDateTimeFormat
41 BDateTimeFormat::BDateTimeFormat(const BDateTimeFormat &other) function in class:BDateTimeFormat
47 BDateTimeFormat::~BDateTimeFormat()
53 BDateTimeFormat
[all...]
/haiku/src/apps/haikudepot/util/
H A DLocaleUtils.cpp55 BDateTimeFormat format;
/haiku/src/apps/deskbar/
H A DTimeView.h156 BDateTimeFormat* fTimeFormat;
H A DTimeView.cpp419 fTimeFormat = new BDateTimeFormat(BLocale::Default());
/haiku/src/tests/kits/locale/
H A DDateFormatTest.cpp73 BDateTimeFormat format(language, formatting);
87 BDateTimeFormat format(language, formatting);
100 BDateTimeFormat format(language, formatting);
149 BDateTimeFormat dateTimeFormat(language, formatting);
/haiku/headers/private/interface/
H A DColumnTypes.h131 BDateTimeFormat fDateTimeFormat;
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp241 if (BDateTimeFormat().Format(timeString, time, DATE_FORMAT,
312 BDateTimeFormat().Format(timeString, now, DATE_FORMAT, TIME_FORMAT);
/haiku/src/kits/tracker/infowindow/
H A DAttributesView.cpp61 BDateTimeFormat dateTimeFormatter;
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp794 BDateTimeFormat().Format(timeText, finishTime,
/haiku/src/apps/mail/
H A DHeader.cpp587 BDateTimeFormat formatter;
/haiku/src/kits/tracker/
H A DStatusWindow.cpp807 BDateTimeFormat().Format(timeText, sizeof(timeText), finishTime,
H A DWidgetAttributeText.cpp175 BDateTimeFormat formatter;
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1217 if (BDateTimeFormat().Format(kernelDateTime, buildDateTimeStamp,

Completed in 104 milliseconds