Home
last modified time | relevance | path

Searched refs:fAlwaysShowSign (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddigitformatter.h72 DigitFormatterIntOptions() : fAlwaysShowSign(FALSE) { } in DigitFormatterIntOptions()
78 return (fAlwaysShowSign == rhs.fAlwaysShowSign); in equals()
85 UBool fAlwaysShowSign; variable
Ddigitformatter.cpp320 if (neg || options.fAlwaysShowSign) { in formatExponent()
348 if (neg || options.fAlwaysShowSign) { in countChar32ForExponent()
Ddecimfmtimpl.h304 return fOptions.fExponent.fAlwaysShowSign; in isExponentSignAlwaysShown()
307 fOptions.fExponent.fAlwaysShowSign = x; in setExponentSignAlwaysShown()
Ddecimfmtimpl.cpp850 fOptions.fExponent.fAlwaysShowSign = out.fExponentSignAlwaysShown; in applyPattern()
1356 return 1 + (fOptions.fExponent.fAlwaysShowSign ? 1 : 0) + fEffPrecision.fMinExponentDigits; in computeExponentPatternLength()
1502 if (fOptions.fExponent.fAlwaysShowSign) { in toNumberPattern()
/external/icu/icu4c/source/test/intltest/
Dnumberformat2test.cpp1097 options.fExponent.fAlwaysShowSign = TRUE; in TestSciFormatter()
1113 options.fExponent.fAlwaysShowSign = FALSE; in TestSciFormatter()
2555 options.fExponent.fAlwaysShowSign = TRUE; in TestPluralsAndRoundingScientific()