Home
last modified time | relevance | path

Searched refs:B_LONG_DATE_FORMAT (Results 1 – 9 of 9) sorted by relevance

/haiku/src/tests/kits/locale/
H A DDateFormatTest.cpp156 result = dateFormat.Format(output, values[i].time, B_LONG_DATE_FORMAT, in TestFormat()
191 result = format.Format(output, date, B_LONG_DATE_FORMAT); in TestFormatDate()
197 result = format.Format(output, date, B_LONG_DATE_FORMAT); in TestFormatDate()
234 result = format.GetMonthName(1, buffer, B_LONG_DATE_FORMAT); in TestMonthNames()
240 result = format.GetMonthName(12, buffer, B_LONG_DATE_FORMAT); in TestMonthNames()
304 result = format.GetDayName(1, buffer, B_LONG_DATE_FORMAT); in TestDayNames()
310 result = format.GetDayName(2, buffer, B_LONG_DATE_FORMAT); in TestDayNames()
/haiku/headers/os/locale/
H A DFormattingConventions.h37 B_LONG_DATE_FORMAT, enumerator
/haiku/src/kits/locale/
H A DDateFormat.cpp318 DateFormat* format = _CreateDateFormatter(B_LONG_DATE_FORMAT); in GetMonthName()
352 DateFormat* format = _CreateDateFormatter(B_LONG_DATE_FORMAT); in GetDayName()
/haiku/src/kits/interface/
H A DColumnTypes.cpp337 B_FULL_DATE_FORMAT, B_FULL_DATE_FORMAT, B_LONG_DATE_FORMAT, B_LONG_DATE_FORMAT, in DrawField()
/haiku/src/kits/support/
H A DDateTime.cpp1027 if (format.GetDayName(day, out, B_LONG_DATE_FORMAT) != B_OK) in LongDayName()
1057 if (format.GetMonthName(month, out, B_LONG_DATE_FORMAT) != B_OK) in LongMonthName()
/haiku/src/preferences/locale/
H A DFormatSettingsView.cpp388 dateFormat.Format(result, timeValue, B_LONG_DATE_FORMAT); in _UpdateExamples()
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp168 { B_LONG_DATE_FORMAT, B_MEDIUM_TIME_FORMAT }, in TruncTimeBase()
169 { B_LONG_DATE_FORMAT, B_SHORT_TIME_FORMAT }, in TruncTimeBase()
/haiku/src/kits/shared/
H A DCalendarView.cpp860 BDateFormatStyle style = B_LONG_DATE_FORMAT; in _SetupDayNames()
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1218 B_LONG_DATE_FORMAT, B_MEDIUM_TIME_FORMAT) != B_OK) in _GetKernelDateTime()