Searched refs:FormatMonetary (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/os/locale/
H A DNumberFormat.h34 ssize_t FormatMonetary(char* string, size_t maxSize, const double value);
35 status_t FormatMonetary(BString& string, const double value);
/haiku/src/kits/locale/
H A DNumberFormat.cpp305 BNumberFormat::FormatMonetary(char* string, size_t maxSize, const double value) function in class:BNumberFormat
313 BNumberFormat::FormatMonetary(BString& string, const double value) function in class:BNumberFormat
/haiku/src/preferences/locale/
H A DFormatSettingsView.cpp421 status = numberFormat.FormatMonetary(result, 1234.56);
427 status = numberFormat.FormatMonetary(result, -1234.56);

Completed in 41 milliseconds