Searched refs:fieldPositions (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/os/locale/
H A DTimeFormat.h38 int*& fieldPositions, int& fieldCount,
H A DDateFormat.h65 int*& fieldPositions, int& fieldCount,
/haiku/src/kits/locale/
H A DTimeFormat.cpp114 BTimeFormat::Format(BString& string, int*& fieldPositions, int& fieldCount, argument
121 fieldPositions = NULL;
140 fieldPositions = (int*) malloc(fieldCount * sizeof(int));
143 fieldPositions[i] = fieldPosStorage[i];
H A DDateFormat.cpp171 BDateFormat::Format(BString& string, int*& fieldPositions, int& fieldCount, argument
178 fieldPositions = NULL;
197 fieldPositions = (int*) malloc(fieldCount * sizeof(int));
200 fieldPositions[i] = fieldPosStorage[i];

Completed in 47 milliseconds