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

/haiku/src/kits/locale/
H A DNumberFormat.cpp285 NumberFormat* currencyFormatter = fPrivateData->GetCurrency(&fConventions); local
288 if ((decimalFormatter == NULL) || (currencyFormatter == NULL) || (percentFormatter == NULL))
294 currencyFormatter->setMinimumFractionDigits(precision);
295 currencyFormatter->setMaximumFractionDigits(precision);

Completed in 15 milliseconds