Home
last modified time | relevance | path

Searched refs:SetDateTimeFormat (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/os/locale/
H A DDateTimeFormat.h39 void SetDateTimeFormat(BDateFormatStyle dateStyle,
/haiku/src/tests/kits/locale/
H A DDateFormatTest.cpp74 format.SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, in TestCustomFormat()
88 format.SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, in TestCustomFormat()
101 format.SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, in TestCustomFormat()
/haiku/src/kits/locale/
H A DDateTimeFormat.cpp53 BDateTimeFormat::SetDateTimeFormat(BDateFormatStyle dateStyle, in SetDateTimeFormat() function in BDateTimeFormat
/haiku/src/apps/deskbar/
H A DTimeView.cpp420 fTimeFormat->SetDateTimeFormat(B_SHORT_DATE_FORMAT, B_SHORT_TIME_FORMAT, in UpdateTimeFormat()