Searched refs:fieldPositions (Results 1 – 6 of 6) sorted by relevance
/haiku/src/kits/locale/ |
H A D | TimeFormat.cpp | 114 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 D | DateFormat.cpp | 171 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 D | DateFormat.dox | 118 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 D | TimeFormat.dox | 114 \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 D | TimeFormat.h | 38 int*& fieldPositions, int& fieldCount,
|
H A D | DateFormat.h | 65 int*& fieldPositions, int& fieldCount,
|