Home
last modified time | relevance | path

Searched refs:roundFixedPoint (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Ddigitlst.h303 void roundFixedPoint(int32_t maximumFractionDigits);
Ddigitlst.cpp822 DigitList::roundFixedPoint(int32_t maximumFractionDigits) { in roundFixedPoint() function in DigitList
Dnfsubs.cpp1045 dl.roundFixedPoint(20); // round to 20 fraction digits. in doSubstitution()
Ddecimfmt.cpp1120 adjustedNum.roundFixedPoint(numFractionDigits); in _format()