Home
last modified time | relevance | path

Searched refs:fUseScientific (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddecimfmtimpl.cpp98 fUseScientific(other.fUseScientific), in DecimalFormatImpl()
140 fUseScientific = other.fUseScientific; in assign()
183 && (fUseScientific == other.fUseScientific) in operator ==()
212 if (fUseScientific) { in prepareValueFormatter()
562 if (fUseScientific) { in initVisibleDigitsWithExponent()
581 if (fUseScientific) { in initVisibleDigitsWithExponent()
605 if (fUseScientific) { in initVisibleDigitsFromAdjusted()
651 fUseScientific = newValue; in setScientificNotation()
841 fUseScientific = out.fUseExponentialNotation; in applyPattern()
892 if (fUseScientific) { in updatePrecision()
[all …]
Ddecimfmtimpl.h265 UBool isScientificNotation() const { return fUseScientific; } in isScientificNotation()
372 UBool fUseScientific; variable