Searched refs:positions (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/apps/debuganalyzer/gui/chart/
H A DDefaultChartAxisLegendSource.cpp64 int positions = 0; local
68 positions++;
85 snprintf(buffer, sizeof(buffer), "%.*f", positions, value);
/haiku-fatelf/headers/os/locale/
H A DFloatFormat.h22 // one can get the positions of certain fields in the formatted
31 // the positions buffer is too small (fieldCount will be set
35 format_field_position *positions,
H A DFloatFormatImpl.h21 format_field_position *positions,
H A DIntegerFormat.h27 // one can get the positions of certain fields in the formatted
36 // the positions buffer is too small (fieldCount will be set
40 format_field_position *positions,
H A DIntegerFormatImpl.h21 format_field_position *positions,
H A DGenericNumberFormat.h17 format_field_position *positions = NULL,
24 format_field_position *positions = NULL,
31 format_field_position *positions = NULL,
38 format_field_position *positions = NULL,
45 format_field_position *positions = NULL,
52 format_field_position *positions = NULL,
140 format_field_position *positions = NULL,
/haiku-fatelf/src/kits/locale/
H A DFloatFormat.cpp26 format_field_position *positions, int32 positionCount,
25 Format(double number, BString *buffer, format_field_position *positions, int32 positionCount, int32 *fieldCount, bool allFieldPositions) const argument
H A DIntegerFormat.cpp26 format_field_position *positions, int32 positionCount,
25 Format(int64 number, BString *buffer, format_field_position *positions, int32 positionCount, int32 *fieldCount, bool allFieldPositions) const argument
H A DGenericNumberFormat.cpp1028 format_field_position *positions, int32 positionCount, int32 *fieldCount,
1035 sizeof(localBuffer), positions, positionCount, fieldCount,
1048 format_field_position *positions, int32 positionCount, int32 *fieldCount,
1055 sizeof(localBuffer), positions, positionCount, fieldCount,
1068 size_t bufferSize, format_field_position *positions, int32 positionCount,
1072 return FormatInteger(parameters, integer, buffer, bufferSize, positions,
1080 size_t bufferSize, format_field_position *positions, int32 positionCount,
1084 return FormatInteger(parameters, integer, buffer, bufferSize, positions,
1091 double number, BString *buffer, format_field_position *positions,
1099 sizeof(localBuffer), positions, positionCoun
1026 FormatInteger( const BIntegerFormatParameters *parameters, int64 number, BString *buffer, format_field_position *positions, int32 positionCount, int32 *fieldCount, bool allFieldPositions) const argument
1046 FormatInteger( const BIntegerFormatParameters *parameters, uint64 number, BString *buffer, format_field_position *positions, int32 positionCount, int32 *fieldCount, bool allFieldPositions) const argument
1066 FormatInteger( const BIntegerFormatParameters *parameters, int64 number, char *buffer, size_t bufferSize, format_field_position *positions, int32 positionCount, int32 *fieldCount, bool allFieldPositions) const argument
1078 FormatInteger( const BIntegerFormatParameters *parameters, uint64 number, char *buffer, size_t bufferSize, format_field_position *positions, int32 positionCount, int32 *fieldCount, bool allFieldPositions) const argument
1090 FormatFloat(const BFloatFormatParameters *parameters, double number, BString *buffer, format_field_position *positions, int32 positionCount, int32 *fieldCount, bool allFieldPositions) const argument
1110 FormatFloat(const BFloatFormatParameters *parameters, double number, char *buffer, size_t bufferSize, format_field_position *positions, int32 positionCount, int32 *fieldCount, bool allFieldPositions) const argument
1379 FormatInteger( const BIntegerFormatParameters *parameters, const Integer &integer, char *buffer, size_t bufferSize, format_field_position *positions, int32 positionCount, int32 *fieldCount, bool allFieldPositions) const argument
[all...]
/haiku-fatelf/src/apps/pairs/
H A DPairsView.cpp215 int* positions = new int[fNumOfCards]; local
217 positions[i] = i;
222 fRandPos[fNumOfCards - i] = positions[index];
225 positions[j] = positions[j + 1];
235 delete [] positions;
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp56 PartitionPosition* positions);
587 positions - output buffer with sufficient size
592 PartitionPosition* positions)
598 positions[partition_count].offset = child->offset;
599 positions[partition_count].size = child->size;
609 positions - output buffer with sufficient size
614 PartitionPosition* positions)
620 positions[partition_count].offset = child->offset;
621 positions[partition_count].size = child->size;
636 PartitionPosition* positions local
591 fill_partitionable_spaces_buffer_pm(partition_data* partition, PartitionPosition* positions) argument
613 fill_partitionable_spaces_buffer_ep(partition_data* partition, PartitionPosition* positions) argument
[all...]
/haiku-fatelf/src/kits/support/
H A DString.cpp1686 PosVect positions; local
1691 if (!positions.Add(offset + pos))
1695 _ReplaceAtPositions(&positions, searchLen, with, withLen);
2431 PosVect positions; local
2436 if (pos < length - offset && !positions.Add(offset + pos))
2440 uint32 count = positions.CountItems();
2454 pos = positions.ItemAt(i);
2507 PosVect positions; local
2511 positions.Add(srcPos);
2514 _ReplaceAtPositions(&positions, findLe
2520 _ReplaceAtPositions(const PosVect* positions, int32 searchLength, const char* with, int32 withLength) argument
[all...]
/haiku-fatelf/headers/os/support/
H A DString.h378 void _ReplaceAtPositions(const PosVect* positions,
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex6310 % will somehow specify the positions allowed to float to (here, top, bottom).
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex6820 % will somehow specify the positions allowed to float to (here, top, bottom).

Completed in 224 milliseconds