Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dprecision.h236 friend class ScientificPrecision; variable
242 class U_I18N_API ScientificPrecision : public UMemory {
247 ScientificPrecision();
270 UBool equals(const ScientificPrecision &rhs) const { in equals()
Dvalueformatter.h28 class ScientificPrecision; variable
128 const ScientificPrecision &precision,
151 const ScientificPrecision *fScientificPrecision;
Dprecision.cpp362 ScientificPrecision::ScientificPrecision() : fMinExponentDigits(1) { in ScientificPrecision() function in ScientificPrecision
366 ScientificPrecision::round(DigitList &value, UErrorCode &status) const { in round()
376 ScientificPrecision::toScientific(DigitList &value) const { in toScientific()
382 ScientificPrecision::getMultiplier() const { in getMultiplier()
393 ScientificPrecision::initVisibleDigitsWithExponent( in initVisibleDigitsWithExponent()
415 ScientificPrecision::initVisibleDigitsWithExponent( in initVisibleDigitsWithExponent()
428 ScientificPrecision::initVisibleDigitsWithExponent( in initVisibleDigitsWithExponent()
Dvisibledigits.h153 friend class ScientificPrecision; variable
Dvalueformatter.cpp211 const ScientificPrecision &precision, in prepareScientificFormatting()
Ddecimfmtimpl.h408 ScientificPrecision fEffPrecision;
/external/icu/icu4c/source/test/intltest/
Dnumberformat2test.cpp1049 ScientificPrecision precision; in TestSciFormatterDefaultCtor()
1079 ScientificPrecision precision; in TestSciFormatter()
1253 ScientificPrecision precision; in TestValueFormatterIsFastFormattable()
2125 ScientificPrecision precision; in TestVisibleDigitsWithExponent()
2133 ScientificPrecision precision; in TestVisibleDigitsWithExponent()
2141 ScientificPrecision precision; in TestVisibleDigitsWithExponent()
2152 ScientificPrecision precision; in TestVisibleDigitsWithExponent()
2480 ScientificPrecision precision; in TestPluralsAndRoundingScientific()
2691 ScientificPrecision precision; in TestRoundingIncrement()