Searched refs:fUseExponentialNotation (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ddecimalformatpattern.h50 UBool fUseExponentialNotation; member in struct:DecimalFormatPattern
H A Ddecimalformatpattern.cpp69 fUseExponentialNotation(FALSE),
545 out.fUseExponentialNotation = (expDigits >= 0);
546 if (out.fUseExponentialNotation) {
564 out.fMaximumIntegerDigits = out.fUseExponentialNotation
618 out.fUseExponentialNotation = FALSE;
H A Ddecimfmtimpl.cpp841 fUseScientific = out.fUseExponentialNotation;

Completed in 71 milliseconds