Home
last modified time | relevance | path

Searched refs:B_SHORT_DATE_FORMAT (Results 1 – 11 of 11) sorted by relevance

/haiku/src/tests/kits/locale/
H A DDateFormatTest.cpp74 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 DTimeZoneListView.cpp54 fDateFormat.Format(dateInTimeZone, now, B_SHORT_DATE_FORMAT, in GetToolTipAt()
/haiku/src/apps/haikudepot/util/
H A DLocaleUtils.cpp60 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 DFormattingConventions.h39 B_SHORT_DATE_FORMAT, enumerator
/haiku/src/apps/deskbar/
H A DTimeView.cpp420 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 DAttributesView.cpp198 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 DColumnTypes.cpp338 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 DDateTimeEdit.cpp613 B_SHORT_DATE_FORMAT); in _UpdateFields()
619 fDateFormat.GetFields(fFields, fFieldCount, B_SHORT_DATE_FORMAT); in _UpdateFields()
/haiku/src/preferences/locale/
H A DFormatSettingsView.cpp394 dateFormat.Format(result, timeValue, B_SHORT_DATE_FORMAT); in _UpdateExamples()
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp43 #define DATE_FORMAT B_SHORT_DATE_FORMAT
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp171 { B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT }, in TruncTimeBase()
191 B_SHORT_DATE_FORMAT) == B_OK) { in TruncTimeBase()