Home
last modified time | relevance | path

Searched refs:B_FULL_TIME_FORMAT (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/os/locale/
H A DFormattingConventions.h46 B_FULL_TIME_FORMAT = 0, enumerator
/haiku/src/preferences/locale/
H A DFormatSettingsView.cpp397 timeFormat.Format(result, timeValue, B_FULL_TIME_FORMAT); in _UpdateExamples()
/haiku/src/kits/locale/
H A DFormattingConventions.cpp483 if (style != B_FULL_TIME_FORMAT) { in GetTimeFormat()