Lines Matching refs:maxSize
39 size_t maxSize, const double value);
160 size_t maxSize, const double value) in ApplyFormatter() argument
167 return strlcpy(string, fullString.String(), maxSize); in ApplyFormatter()
220 BNumberFormat::Format(char* string, size_t maxSize, const double value) in Format() argument
227 return strlcpy(string, fullString.String(), maxSize); in Format()
251 BNumberFormat::Format(char* string, size_t maxSize, const int32 value) in Format() argument
258 return strlcpy(string, fullString.String(), maxSize); in Format()
305 BNumberFormat::FormatMonetary(char* string, size_t maxSize, const double value) in FormatMonetary() argument
308 fPrivateData->GetCurrency(&fConventions), string, maxSize, value); in FormatMonetary()
321 BNumberFormat::FormatPercent(char* string, size_t maxSize, const double value) in FormatPercent() argument
324 fPrivateData->GetPercent(&fConventions), string, maxSize, value); in FormatPercent()