Symbol: B_SHORT_TIME_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/bin/dstcheck.cpp
92
BTimeFormat().Format(timestring, 15, t, B_SHORT_TIME_FORMAT);
src/kits/interface/ColumnTypes.cpp
342
B_MEDIUM_TIME_FORMAT, B_SHORT_TIME_FORMAT, B_MEDIUM_TIME_FORMAT, B_SHORT_TIME_FORMAT,
src/kits/interface/ColumnTypes.cpp
343
B_SHORT_TIME_FORMAT, B_SHORT_TIME_FORMAT,
src/kits/tracker/WidgetAttributeText.cpp
169
{ B_LONG_DATE_FORMAT, B_SHORT_TIME_FORMAT },
src/kits/tracker/WidgetAttributeText.cpp
170
{ B_MEDIUM_DATE_FORMAT, B_SHORT_TIME_FORMAT },
src/kits/tracker/WidgetAttributeText.cpp
171
{ B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT },
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
406
timeFormat.Format(result, timeValue, B_SHORT_TIME_FORMAT);
src/preferences/time/TimeZoneListView.cpp
50
fTimeFormat.Format(nowInTimeZone, now, B_SHORT_TIME_FORMAT,
src/preferences/time/ZoneView.cpp
570
fTimeFormat.Format(result, now, B_SHORT_TIME_FORMAT, &timeZone);
src/tests/kits/locale/DateFormatTest.cpp
103
format.SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT,
src/tests/kits/locale/DateFormatTest.cpp
106
B_SHORT_TIME_FORMAT, &timeZone);
src/tests/kits/locale/DateFormatTest.cpp
164
result = timeFormat.Format(output, values[i].time, B_SHORT_TIME_FORMAT,
src/tests/kits/locale/DateFormatTest.cpp
175
B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, &timeZone);
src/tests/kits/locale/DateFormatTest.cpp
428
result = format.Parse(tests[i].input, B_SHORT_TIME_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
80
B_SHORT_TIME_FORMAT, &timeZone);
src/tests/kits/locale/DateFormatTest.cpp
90
format.SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT,
src/tests/kits/locale/DateFormatTest.cpp
93
B_SHORT_TIME_FORMAT, &timeZone);