Lines Matching refs:maxSize
52 \fn ssize_t BNumberFormat::Format(char* string, size_t maxSize,
55 into \a string up to \a maxSize bytes in the current locale.
58 \param maxSize The maximum of bytes to copy into \a string.
67 \sa BNumberFormat::Format(char* string, size_t maxSize,
69 \sa ssize_t BNumberFormat::FormatMonetary(char* string, size_t maxSize,
99 \fn ssize_t BNumberFormat::Format(char* string, size_t maxSize,
102 into \a string up to \a maxSize bytes in the current locale.
105 \param maxSize The maximum of bytes to copy into \a string.
114 \sa BNumberFormat::Format(char* string, size_t maxSize,
116 \sa BNumberFormat::FormatMonetary(char* string, size_t maxSize,
146 \fn ssize_t BNumberFormat::FormatMonetary(char* string, size_t maxSize,
149 result into \a string up to \a maxSize bytes in the current locale.
155 \param maxSize The maximum of bytes to copy into \a string.
164 \sa BNumberFormat::Format(char* string, size_t maxSize, double value) const
165 \sa BNumberFormat::Format(char* string, size_t maxSize, int32 value) const