Searched refs:BDateElement (Results 1 – 8 of 8) sorted by relevance
/haiku/src/kits/locale/ |
H A D | TimeFormat.cpp | 154 BTimeFormat::GetTimeFields(BDateElement*& fields, int& fieldCount, in GetTimeFields() 180 fields = (BDateElement*) malloc(fieldCount * sizeof(BDateElement)); in GetTimeFields()
|
H A D | DateFormat.cpp | 212 BDateFormat::GetFields(BDateElement*& fields, int& fieldCount, in GetFields() 238 fields = (BDateElement*) malloc(fieldCount * sizeof(BDateElement)); in GetFields()
|
/haiku/headers/os/locale/ |
H A D | DateTimeFormat.h | 16 enum BDateElement { enum
|
H A D | TimeFormat.h | 41 status_t GetTimeFields(BDateElement*& fields,
|
H A D | DateFormat.h | 69 status_t GetFields(BDateElement*& fields,
|
/haiku/headers/private/shared/ |
H A D | DateTimeEdit.h | 121 BDateElement* fFields; 168 BDateElement* fFields;
|
/haiku/docs/user/locale/ |
H A D | DateFormat.dox | 150 \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 D | TimeFormat.dox | 145 \fn status_t BTimeFormat::GetTimeFields(BDateElement*& fields, int& fieldCount,
|