Home
last modified time | relevance | path

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

/haiku/headers/os/locale/
H A DRelativeDateTimeFormat.h27 class BRelativeDateTimeFormat: public BFormat {
30 BRelativeDateTimeFormat();
31 BRelativeDateTimeFormat(const BLanguage& language,
33 BRelativeDateTimeFormat(const BRelativeDateTimeFormat& other);
34 virtual ~BRelativeDateTimeFormat();
/haiku/src/kits/locale/
H A DRelativeDateTimeFormat.cpp53 BRelativeDateTimeFormat::BRelativeDateTimeFormat() in BRelativeDateTimeFormat() function in BRelativeDateTimeFormat
76 BRelativeDateTimeFormat::BRelativeDateTimeFormat(const BLanguage& language, in BRelativeDateTimeFormat() function in BRelativeDateTimeFormat
100 BRelativeDateTimeFormat::BRelativeDateTimeFormat(const BRelativeDateTimeFormat& other) in BRelativeDateTimeFormat() function in BRelativeDateTimeFormat
113 BRelativeDateTimeFormat::~BRelativeDateTimeFormat() in ~BRelativeDateTimeFormat()
121 BRelativeDateTimeFormat::Format(BString& string, in Format()
/haiku/src/tests/kits/locale/
H A DRelativeDateTimeFormatTest.cpp41 BRelativeDateTimeFormat format; in TestDefault()
105 BRelativeDateTimeFormat format(language, formatting); in TestFormat()