Home
last modified time | relevance | path

Searched refs:fUseExponentialNotation (Results 1 – 6 of 6) 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.cpp407 fUseExponentialNotation = FALSE; in init()
459 fUseExponentialNotation = FALSE; in construct()
798 fUseExponentialNotation = rhs.fUseExponentialNotation; in operator =()
949 if (fUseExponentialNotation != other->fUseExponentialNotation) { in operator ==()
953 if (fUseExponentialNotation && in operator ==()
958 if (fUseExponentialNotation && in operator ==()
1065 fUseExponentialNotation == other->fUseExponentialNotation &&
1067 (!fUseExponentialNotation ||
1329 } else if(fUseExponentialNotation) {
1702 if (fUseExponentialNotation || areSignificantDigitsUsed()) {
[all …]
Ddecimalformatpattern.h47 UBool fUseExponentialNotation; member
/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp386 fUseExponentialNotation = FALSE; in init()
438 fUseExponentialNotation = FALSE; in construct()
777 fUseExponentialNotation = rhs.fUseExponentialNotation; in operator =()
923 if (fUseExponentialNotation != other->fUseExponentialNotation) { in operator ==()
927 if (!(!fUseExponentialNotation || in operator ==()
1000 fUseExponentialNotation == other->fUseExponentialNotation && in operator ==()
1001 (!fUseExponentialNotation || in operator ==()
1247 } else if(fUseExponentialNotation) { in handleChanged()
1620 if (fUseExponentialNotation || areSignificantDigitsUsed()) { in _round()
1755 if (fUseExponentialNotation) in subformat()
[all …]
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddecimfmt.h2205 UBool fUseExponentialNotation; variable
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h2225 UBool fUseExponentialNotation; variable