Searched refs:BTimeUnitFormat (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/os/locale/
H A DTimeUnitFormat.h42 class BTimeUnitFormat : public BFormat { class in inherits:BFormat
46 BTimeUnitFormat(const time_unit_style style =
48 BTimeUnitFormat(const BLanguage& language,
51 BTimeUnitFormat(const BTimeUnitFormat& other);
52 virtual ~BTimeUnitFormat();
H A DDurationFormat.h47 BTimeUnitFormat fTimeUnitFormat;
/haiku/src/kits/locale/
H A DTimeUnitFormat.cpp48 BTimeUnitFormat::BTimeUnitFormat(const time_unit_style style) function in class:BTimeUnitFormat
71 BTimeUnitFormat::BTimeUnitFormat(const BLanguage& language, function in class:BTimeUnitFormat
96 BTimeUnitFormat::BTimeUnitFormat(const BTimeUnitFormat& other) function in class:BTimeUnitFormat
107 BTimeUnitFormat::~BTimeUnitFormat()
114 BTimeUnitFormat
[all...]
/haiku/src/tests/kits/locale/
H A DDurationFormatTest.cpp109 BTimeUnitFormat format(englishLanguage, englishFormat);
117 BTimeUnitFormat format(frenchLanguage, frenchFormat);
/haiku/src/preferences/screen/
H A DAlertWindow.cpp106 BTimeUnitFormat format;

Completed in 61 milliseconds