Symbol: B_SHORT_DATE_FORMAT
src/apps/deskbar/TimeView.cpp
420
fTimeFormat->SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT,
src/apps/deskbar/TimeView.cpp
432
B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT);
src/apps/haikudepot/util/LocaleUtils.cpp
60
if (format.Format(buffer, millis / 1000, B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT) != B_OK)
src/apps/haikudepot/util/LocaleUtils.cpp
75
if (format.Format(buffer, millis / 1000, B_SHORT_DATE_FORMAT) != B_OK)
src/apps/poorman/PoorManWindow.cpp
43
#define DATE_FORMAT B_SHORT_DATE_FORMAT
src/kits/interface/ColumnTypes.cpp
338
B_MEDIUM_DATE_FORMAT, B_SHORT_DATE_FORMAT,
src/kits/interface/ColumnTypes.cpp
355
fDateFormat.Format(dateString, sizeof(dateString), currentTime, B_SHORT_DATE_FORMAT);
src/kits/shared/DateTimeEdit.cpp
613
B_SHORT_DATE_FORMAT);
src/kits/shared/DateTimeEdit.cpp
619
fDateFormat.GetFields(fFields, fFieldCount, B_SHORT_DATE_FORMAT);
src/kits/tracker/WidgetAttributeText.cpp
171
{ B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT },
src/kits/tracker/WidgetAttributeText.cpp
191
B_SHORT_DATE_FORMAT) == B_OK) {
src/kits/tracker/infowindow/AttributesView.cpp
198
B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT);
src/kits/tracker/infowindow/AttributesView.cpp
203
B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT);
src/preferences/locale/FormatSettingsView.cpp
394
dateFormat.Format(result, timeValue, B_SHORT_DATE_FORMAT);
src/preferences/time/TimeZoneListView.cpp
54
fDateFormat.Format(dateInTimeZone, now, B_SHORT_DATE_FORMAT,
src/tests/kits/locale/DateFormatTest.cpp
103
format.SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT,
src/tests/kits/locale/DateFormatTest.cpp
105
result = format.Format(buffer, 12345678, B_SHORT_DATE_FORMAT,
src/tests/kits/locale/DateFormatTest.cpp
154
result = dateFormat.Format(output, values[i].time, B_SHORT_DATE_FORMAT,
src/tests/kits/locale/DateFormatTest.cpp
175
B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, &timeZone);
src/tests/kits/locale/DateFormatTest.cpp
261
result = format.GetMonthName(1, buffer, B_SHORT_DATE_FORMAT);
src/tests/kits/locale/DateFormatTest.cpp
267
result = format.GetMonthName(12, buffer, B_SHORT_DATE_FORMAT);
src/tests/kits/locale/DateFormatTest.cpp
331
result = format.GetDayName(1, buffer, B_SHORT_DATE_FORMAT);
src/tests/kits/locale/DateFormatTest.cpp
337
result = format.GetDayName(2, buffer, B_SHORT_DATE_FORMAT);
src/tests/kits/locale/DateFormatTest.cpp
397
result = format.Parse(tests[i].input, B_SHORT_DATE_FORMAT, date);
src/tests/kits/locale/DateFormatTest.cpp
76
format.SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT,
src/tests/kits/locale/DateFormatTest.cpp
79
result = format.Format(buffer, 12345678, B_SHORT_DATE_FORMAT,
src/tests/kits/locale/DateFormatTest.cpp
90
format.SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT,
src/tests/kits/locale/DateFormatTest.cpp
92
result = format.Format(buffer, 12345678, B_SHORT_DATE_FORMAT,