Home
last modified time | relevance | path

Searched refs:B_SHORT_TIME_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()
78 B_SHORT_TIME_FORMAT, &timeZone); in TestCustomFormat()
88 format.SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, in TestCustomFormat()
91 B_SHORT_TIME_FORMAT, &timeZone); in TestCustomFormat()
101 format.SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, in TestCustomFormat()
104 B_SHORT_TIME_FORMAT, &timeZone); in TestCustomFormat()
161 result = timeFormat.Format(output, values[i].time, B_SHORT_TIME_FORMAT, in TestFormat()
172 B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, &timeZone); in TestFormat()
425 result = format.Parse(tests[i].input, B_SHORT_TIME_FORMAT, date); in TestParseTime()
/haiku/src/preferences/time/
H A DTimeZoneListView.cpp50 fTimeFormat.Format(nowInTimeZone, now, B_SHORT_TIME_FORMAT, in GetToolTipAt()
H A DZoneView.cpp570 fTimeFormat.Format(result, now, B_SHORT_TIME_FORMAT, &timeZone); in _FormatTime()
/haiku/src/kits/interface/
H A DColumnTypes.cpp342 B_MEDIUM_TIME_FORMAT, B_SHORT_TIME_FORMAT, B_MEDIUM_TIME_FORMAT, B_SHORT_TIME_FORMAT, in DrawField()
343 B_SHORT_TIME_FORMAT, B_SHORT_TIME_FORMAT, in DrawField()
/haiku/src/bin/
H A Ddstcheck.cpp92 BTimeFormat().Format(timestring, 15, t, B_SHORT_TIME_FORMAT); in GetLabel()
/haiku/headers/os/locale/
H A DFormattingConventions.h49 B_SHORT_TIME_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/apps/haikudepot/util/
H A DLocaleUtils.cpp61 B_SHORT_TIME_FORMAT) != B_OK) in TimestampToDateTimeString()
/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/preferences/locale/
H A DFormatSettingsView.cpp406 timeFormat.Format(result, timeValue, B_SHORT_TIME_FORMAT); in _UpdateExamples()
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp169 { B_LONG_DATE_FORMAT, B_SHORT_TIME_FORMAT }, in TruncTimeBase()
170 { B_MEDIUM_DATE_FORMAT, B_SHORT_TIME_FORMAT }, in TruncTimeBase()
171 { B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT }, in TruncTimeBase()