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

/haiku/src/kits/locale/
H A DNumberFormat.cpp286 NumberFormat* percentFormatter = fPrivateData->GetPercent(&fConventions); local
288 if ((decimalFormatter == NULL) || (currencyFormatter == NULL) || (percentFormatter == NULL))
297 percentFormatter->setMinimumFractionDigits(precision);
298 percentFormatter->setMaximumFractionDigits(precision);

Completed in 33 milliseconds