HomeSort by relevance Sort by last modified time
    Searched refs:fUseExponentialNotation (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
decimalformatpattern.h 50 UBool fUseExponentialNotation;
decimalformatpattern.cpp 69 fUseExponentialNotation(FALSE),
545 out.fUseExponentialNotation = (expDigits >= 0);
546 if (out.fUseExponentialNotation) {
564 out.fMaximumIntegerDigits = out.fUseExponentialNotation
618 out.fUseExponentialNotation = FALSE;
decimfmtimpl.cpp 841 fUseScientific = out.fUseExponentialNotation;
    [all...]

Completed in 300 milliseconds