Home
last modified time | relevance | path

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

/haiku/headers/os/locale/
H A DTimeUnitFormat.h25 B_TIME_UNIT_FULL, // e.g. '5 hours' enumerator
47 B_TIME_UNIT_FULL);
50 const time_unit_style style = B_TIME_UNIT_FULL);
H A DDurationFormat.h32 const time_unit_style style = B_TIME_UNIT_FULL);
34 const time_unit_style style = B_TIME_UNIT_FULL);
/haiku/src/kits/locale/
H A DTimeUnitFormat.cpp53 if (style != B_TIME_UNIT_ABBREVIATED && style != B_TIME_UNIT_FULL) { in BTimeUnitFormat()
78 if (style != B_TIME_UNIT_ABBREVIATED && style != B_TIME_UNIT_FULL) { in BTimeUnitFormat()