Symbol: BDateFormat
headers/os/locale/DateFormat.h
40
class BDateFormat: public BFormat {
headers/os/locale/DateFormat.h
42
BDateFormat(const BLocale* locale = NULL);
headers/os/locale/DateFormat.h
43
BDateFormat(const BLanguage& language,
headers/os/locale/DateFormat.h
45
BDateFormat(const BDateFormat &other);
headers/os/locale/DateFormat.h
46
virtual ~BDateFormat();
headers/os/locale/DateFormat.h
96
BDateFormat::_ConvertDayNumberToICU(int day) const
headers/os/locale/LocaleRoster.h
19
class BDateFormat;
headers/private/interface/ColumnTypes.h
132
BDateFormat fDateFormat;
headers/private/shared/DateTimeEdit.h
161
BDateFormat fDateFormat;
src/apps/deskbar/TimeView.cpp
424
fDateFormat = new BDateFormat(BLocale::Default());
src/apps/deskbar/TimeView.h
157
BDateFormat* fDateFormat;
src/apps/haikudepot/util/LocaleUtils.cpp
73
BDateFormat format;
src/kits/locale/DateFormat.cpp
103
BDateFormat::Format(BString& string, const time_t time,
src/kits/locale/DateFormat.cpp
130
BDateFormat::Format(BString& string, const BDate& time,
src/kits/locale/DateFormat.cpp
171
BDateFormat::Format(BString& string, int*& fieldPositions, int& fieldCount,
src/kits/locale/DateFormat.cpp
212
BDateFormat::GetFields(BDateElement*& fields, int& fieldCount,
src/kits/locale/DateFormat.cpp
265
BDateFormat::GetStartOfWeek(BWeekday* startOfWeek) const
src/kits/locale/DateFormat.cpp
312
BDateFormat::GetMonthName(int month, BString& outName,
src/kits/locale/DateFormat.cpp
346
BDateFormat::GetDayName(int day, BString& outName,
src/kits/locale/DateFormat.cpp
380
BDateFormat::Parse(BString source, BDateFormatStyle style, BDate& output)
src/kits/locale/DateFormat.cpp
403
BDateFormat::_CreateDateFormatter(const BDateFormatStyle style) const
src/kits/locale/DateFormat.cpp
41
BDateFormat::BDateFormat(const BLocale* locale)
src/kits/locale/DateFormat.cpp
47
BDateFormat::BDateFormat(const BLanguage& language,
src/kits/locale/DateFormat.cpp
54
BDateFormat::BDateFormat(const BDateFormat &other)
src/kits/locale/DateFormat.cpp
60
BDateFormat::~BDateFormat()
src/kits/locale/DateFormat.cpp
66
BDateFormat::GetDateFormat(BDateFormatStyle style,
src/kits/locale/DateFormat.cpp
74
BDateFormat::SetDateFormat(BDateFormatStyle style,
src/kits/locale/DateFormat.cpp
82
BDateFormat::Format(char* string, const size_t maxSize, const time_t time,
src/kits/shared/CalendarView.cpp
729
BDateFormat().GetStartOfWeek((BWeekday*)&fStartOfWeek);
src/kits/shared/CalendarView.cpp
864
BDateFormat().GetDayName(1 + (fStartOfWeek - 1 + i) % 7,
src/kits/support/DateTime.cpp
1025
BDateFormat format(locale);
src/kits/support/DateTime.cpp
1055
BDateFormat format(locale);
src/kits/tracker/WidgetAttributeText.cpp
190
&& BDateFormat().Format(date, timeValue,
src/preferences/locale/FormatSettingsView.cpp
380
BDateFormat dateFormat;
src/preferences/time/TimeZoneListView.h
26
BDateFormat fDateFormat;
src/tests/kits/locale/DateFormatTest.cpp
150
BDateFormat dateFormat(language, formatting);
src/tests/kits/locale/DateFormatTest.cpp
187
BDateFormat format(language, formatting);
src/tests/kits/locale/DateFormatTest.cpp
210
BDateFormat format(language, formatting);
src/tests/kits/locale/DateFormatTest.cpp
280
BDateFormat format(language, formatting);
src/tests/kits/locale/DateFormatTest.cpp
379
BDateFormat format(language, formatting);