Searched refs:B_SHORT_DATE_FORMAT (Results 1 – 11 of 11) sorted by relevance
/haiku/src/tests/kits/locale/ |
H A D | DateFormatTest.cpp | 74 format.SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, in TestCustomFormat() 77 result = format.Format(buffer, 12345678, B_SHORT_DATE_FORMAT, in TestCustomFormat() 88 format.SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, in TestCustomFormat() 90 result = format.Format(buffer, 12345678, B_SHORT_DATE_FORMAT, in TestCustomFormat() 101 format.SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, in TestCustomFormat() 103 result = format.Format(buffer, 12345678, B_SHORT_DATE_FORMAT, in TestCustomFormat() 151 result = dateFormat.Format(output, values[i].time, B_SHORT_DATE_FORMAT, in TestFormat() 172 B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, &timeZone); in TestFormat() 258 result = format.GetMonthName(1, buffer, B_SHORT_DATE_FORMAT); in TestMonthNames() 264 result = format.GetMonthName(12, buffer, B_SHORT_DATE_FORMAT); in TestMonthNames() [all …]
|
/haiku/src/preferences/time/ |
H A D | TimeZoneListView.cpp | 54 fDateFormat.Format(dateInTimeZone, now, B_SHORT_DATE_FORMAT, in GetToolTipAt()
|
/haiku/src/apps/haikudepot/util/ |
H A D | LocaleUtils.cpp | 60 if (format.Format(buffer, millis / 1000, B_SHORT_DATE_FORMAT, in TimestampToDateTimeString() 76 if (format.Format(buffer, millis / 1000, B_SHORT_DATE_FORMAT) in TimestampToDateString()
|
/haiku/headers/os/locale/ |
H A D | FormattingConventions.h | 39 B_SHORT_DATE_FORMAT, enumerator
|
/haiku/src/apps/deskbar/ |
H A D | TimeView.cpp | 420 fTimeFormat->SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, in UpdateTimeFormat() 432 B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT); in GetCurrentTime()
|
/haiku/src/kits/tracker/infowindow/ |
H A D | AttributesView.cpp | 198 B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT); in AttributesView() 203 B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT); in AttributesView()
|
/haiku/src/kits/interface/ |
H A D | ColumnTypes.cpp | 338 B_MEDIUM_DATE_FORMAT, B_SHORT_DATE_FORMAT, in DrawField() 355 fDateFormat.Format(dateString, sizeof(dateString), currentTime, B_SHORT_DATE_FORMAT); in DrawField()
|
/haiku/src/kits/shared/ |
H A D | DateTimeEdit.cpp | 613 B_SHORT_DATE_FORMAT); in _UpdateFields() 619 fDateFormat.GetFields(fFields, fFieldCount, B_SHORT_DATE_FORMAT); in _UpdateFields()
|
/haiku/src/preferences/locale/ |
H A D | FormatSettingsView.cpp | 394 dateFormat.Format(result, timeValue, B_SHORT_DATE_FORMAT); in _UpdateExamples()
|
/haiku/src/apps/poorman/ |
H A D | PoorManWindow.cpp | 43 #define DATE_FORMAT B_SHORT_DATE_FORMAT
|
/haiku/src/kits/tracker/ |
H A D | WidgetAttributeText.cpp | 171 { B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT }, in TruncTimeBase() 191 B_SHORT_DATE_FORMAT) == B_OK) { in TruncTimeBase()
|