Home
last modified time | relevance | path

Searched refs:fUseExponentialNotation (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp82 fUseExponentialNotation(FALSE), in DecimalFormatPattern()
558 out.fUseExponentialNotation = (expDigits >= 0); in applyPatternWithoutExpandAffix()
559 if (out.fUseExponentialNotation) { in applyPatternWithoutExpandAffix()
577 out.fMaximumIntegerDigits = out.fUseExponentialNotation in applyPatternWithoutExpandAffix()
631 out.fUseExponentialNotation = FALSE; in applyPatternWithoutExpandAffix()
Ddecimfmt.cpp409 fUseExponentialNotation = FALSE; in init()
462 fUseExponentialNotation = FALSE; in construct()
801 fUseExponentialNotation = rhs.fUseExponentialNotation; in operator =()
953 if (fUseExponentialNotation != other->fUseExponentialNotation) { in operator ==()
957 if (fUseExponentialNotation && in operator ==()
962 if (fUseExponentialNotation && in operator ==()
1069 fUseExponentialNotation == other->fUseExponentialNotation &&
1071 (!fUseExponentialNotation ||
1311 if(fUseExponentialNotation) {
1708 if (fUseExponentialNotation || areSignificantDigitsUsed()) {
[all …]
Ddecimalformatpattern.h47 UBool fUseExponentialNotation; member
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h2274 UBool fUseExponentialNotation; variable