Searched refs:printedSize (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/shared/
H A DStringForSize.cpp50 BString printedSize; local
53 numberFormat.Format(printedSize, size);
55 snprintf(string, stringSize, format.String(), printedSize.String());
/haiku/src/kits/interface/
H A DColumnTypes.cpp421 BString printedSize; local
451 fNumberFormat.Format(printedSize, value);
452 string.SetToFormat(format.String(), printedSize.String());
458 string.SetToFormat(format.String(), printedSize.String());
464 fNumberFormat.Format(printedSize, value);
465 string.SetToFormat(format.String(), printedSize.String());

Completed in 89 milliseconds