Home
last modified time | relevance | path

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

/haiku/headers/os/locale/
H A DDateTimeFormat.h26 B_DATE_ELEMENT_TIMEZONE = 1 << 8 enumerator
/haiku/src/kits/locale/
H A DDateTimeFormat.cpp81 if (elements & B_DATE_ELEMENT_TIMEZONE) in SetDateTimeFormat()
/haiku/src/tests/kits/locale/
H A DDateFormatTest.cpp52 | B_DATE_ELEMENT_TIMEZONE, in TestCustomFormat()
55 | B_DATE_ELEMENT_SECOND | B_DATE_ELEMENT_TIMEZONE, in TestCustomFormat()
/haiku/src/apps/deskbar/
H A DTimeView.cpp416 fields |= B_DATE_ELEMENT_TIMEZONE; in UpdateTimeFormat()