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

/haiku/src/kits/locale/
H A DNumberFormat.cpp284 NumberFormat* decimalFormatter = fPrivateData->GetFloat(&fConventions); local
288 if ((decimalFormatter == NULL) || (currencyFormatter == NULL) || (percentFormatter == NULL))
291 decimalFormatter->setMinimumFractionDigits(precision);
292 decimalFormatter->setMaximumFractionDigits(precision);

Completed in 31 milliseconds