Home
last modified time | relevance | path

Searched refs:GetTimeFields (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/os/locale/
H A DTimeFormat.h41 status_t GetTimeFields(BDateElement*& fields,
/haiku/docs/user/locale/
H A DTimeFormat.dox145 \fn status_t BTimeFormat::GetTimeFields(BDateElement*& fields, int& fieldCount,
151 and GetTimeFields() gives you the type of the field at a given offset.
/haiku/src/kits/locale/
H A DTimeFormat.cpp154 BTimeFormat::GetTimeFields(BDateElement*& fields, int& fieldCount, in GetTimeFields() function in BTimeFormat
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp253 fTimeFormat.GetTimeFields(fFields, fFieldCount, B_MEDIUM_TIME_FORMAT); in _UpdateFields()