Home
last modified time | relevance | path

Searched refs:fieldPositions (Results 1 – 6 of 6) sorted by relevance

/haiku/src/kits/locale/
H A DTimeFormat.cpp114 BTimeFormat::Format(BString& string, int*& fieldPositions, int& fieldCount, in Format() argument
121 fieldPositions = NULL; in Format()
140 fieldPositions = (int*) malloc(fieldCount * sizeof(int)); in Format()
143 fieldPositions[i] = fieldPosStorage[i]; in Format()
H A DDateFormat.cpp171 BDateFormat::Format(BString& string, int*& fieldPositions, int& fieldCount, in Format() argument
178 fieldPositions = NULL; in Format()
197 fieldPositions = (int*) malloc(fieldCount * sizeof(int)); in Format()
200 fieldPositions[i] = fieldPosStorage[i]; in Format()
/haiku/docs/user/locale/
H A DDateFormat.dox118 int*& fieldPositions, int& fieldCount, const time_t time,
122 \a fieldPositions which must be freed by the caller and a
131 \param fieldPositions An array of date field positions to be filled out.
132 \param fieldCount The number of \a fields in \a fieldPositions to be
142 or \a fieldPositions array.
155 that takes a fieldPositions parameter. Format() gives you the offset of
H A DTimeFormat.dox114 \fn status_t BTimeFormat::Format(BString& string, int*& fieldPositions,
118 \a fieldPositions which must be freed by the caller and a
127 \param fieldPositions An array of time field positions to be filled out.
128 \param fieldCount The number of \a fields in \a fieldPositions to be
/haiku/headers/os/locale/
H A DTimeFormat.h38 int*& fieldPositions, int& fieldCount,
H A DDateFormat.h65 int*& fieldPositions, int& fieldCount,