Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Ddigitlst.h319 void roundFixedPoint(int32_t maximumFractionDigits);
Ddigitlst.cpp919 DigitList::roundFixedPoint(int32_t maximumFractionDigits) { in roundFixedPoint() function in DigitList
Dnfsubs.cpp1093 dl.roundFixedPoint(20); // round to 20 fraction digits. in doSubstitution()
Ddecimfmt.cpp1628 adjustedNum.roundFixedPoint(numFractionDigits); in _round()
/external/icu/icu4c/source/i18n/
Ddigitlst.h319 void roundFixedPoint(int32_t maximumFractionDigits);
Ddigitlst.cpp915 DigitList::roundFixedPoint(int32_t maximumFractionDigits) { in roundFixedPoint() function in DigitList
Dnfsubs.cpp1093 dl.roundFixedPoint(20); // round to 20 fraction digits. in doSubstitution()
Ddecimfmt.cpp1717 adjustedNum.roundFixedPoint(numFractionDigits);