Searched refs:B_LONG_DATE_FORMAT (Results 1 – 9 of 9) sorted by relevance
/haiku/src/tests/kits/locale/ |
H A D | DateFormatTest.cpp | 156 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 D | FormattingConventions.h | 37 B_LONG_DATE_FORMAT, enumerator
|
/haiku/src/kits/locale/ |
H A D | DateFormat.cpp | 318 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 D | ColumnTypes.cpp | 337 B_FULL_DATE_FORMAT, B_FULL_DATE_FORMAT, B_LONG_DATE_FORMAT, B_LONG_DATE_FORMAT, in DrawField()
|
/haiku/src/kits/support/ |
H A D | DateTime.cpp | 1027 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 D | FormatSettingsView.cpp | 388 dateFormat.Format(result, timeValue, B_LONG_DATE_FORMAT); in _UpdateExamples()
|
/haiku/src/kits/tracker/ |
H A D | WidgetAttributeText.cpp | 168 { 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 D | CalendarView.cpp | 860 BDateFormatStyle style = B_LONG_DATE_FORMAT; in _SetupDayNames()
|
/haiku/src/apps/aboutsystem/ |
H A D | AboutSystem.cpp | 1218 B_LONG_DATE_FORMAT, B_MEDIUM_TIME_FORMAT) != B_OK) in _GetKernelDateTime()
|