Home
last modified time | relevance | path

Searched refs:ScientificPrecision (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
Dprecision.h238 friend class ScientificPrecision; variable
244 class U_I18N_API ScientificPrecision : public UMemory {
249 ScientificPrecision();
272 UBool equals(const ScientificPrecision &rhs) const { in equals()
Dvalueformatter.h30 class ScientificPrecision; variable
130 const ScientificPrecision &precision,
153 const ScientificPrecision *fScientificPrecision;
Dprecision.cpp364 ScientificPrecision::ScientificPrecision() : fMinExponentDigits(1) { in ScientificPrecision() function in ScientificPrecision
368 ScientificPrecision::round(DigitList &value, UErrorCode &status) const { in round()
378 ScientificPrecision::toScientific(DigitList &value) const { in toScientific()
384 ScientificPrecision::getMultiplier() const { in getMultiplier()
395 ScientificPrecision::initVisibleDigitsWithExponent( in initVisibleDigitsWithExponent()
417 ScientificPrecision::initVisibleDigitsWithExponent( in initVisibleDigitsWithExponent()
430 ScientificPrecision::initVisibleDigitsWithExponent( in initVisibleDigitsWithExponent()
Dvisibledigits.h155 friend class ScientificPrecision; variable
Dvalueformatter.cpp213 const ScientificPrecision &precision, in prepareScientificFormatting()
Ddecimfmtimpl.h410 ScientificPrecision fEffPrecision;
/external/icu/icu4c/source/test/intltest/
Dnumberformat2test.cpp1051 ScientificPrecision precision; in TestSciFormatterDefaultCtor()
1081 ScientificPrecision precision; in TestSciFormatter()
1255 ScientificPrecision precision; in TestValueFormatterIsFastFormattable()
2127 ScientificPrecision precision; in TestVisibleDigitsWithExponent()
2135 ScientificPrecision precision; in TestVisibleDigitsWithExponent()
2143 ScientificPrecision precision; in TestVisibleDigitsWithExponent()
2154 ScientificPrecision precision; in TestVisibleDigitsWithExponent()
2482 ScientificPrecision precision; in TestPluralsAndRoundingScientific()
2693 ScientificPrecision precision; in TestRoundingIncrement()