Home
last modified time | relevance | path

Searched refs:BDateElement (Results 1 – 8 of 8) sorted by relevance

/haiku/src/kits/locale/
H A DTimeFormat.cpp154 BTimeFormat::GetTimeFields(BDateElement*& fields, int& fieldCount, in GetTimeFields()
180 fields = (BDateElement*) malloc(fieldCount * sizeof(BDateElement)); in GetTimeFields()
H A DDateFormat.cpp212 BDateFormat::GetFields(BDateElement*& fields, int& fieldCount, in GetFields()
238 fields = (BDateElement*) malloc(fieldCount * sizeof(BDateElement)); in GetFields()
/haiku/headers/os/locale/
H A DDateTimeFormat.h16 enum BDateElement { enum
H A DTimeFormat.h41 status_t GetTimeFields(BDateElement*& fields,
H A DDateFormat.h69 status_t GetFields(BDateElement*& fields,
/haiku/headers/private/shared/
H A DDateTimeEdit.h121 BDateElement* fFields;
168 BDateElement* fFields;
/haiku/docs/user/locale/
H A DDateFormat.dox150 \fn status_t BDateFormat::GetFields(BDateElement*& fields, int& fieldCount,
161 \param fields Pointer to the array of BDateElement objects.
172 \sa BDateFormat::GetFields(BDateElement*&, int&, BTimeFormatStyle) const
H A DTimeFormat.dox145 \fn status_t BTimeFormat::GetTimeFields(BDateElement*& fields, int& fieldCount,