Searched refs:fAlwaysShowSign (Results 1 – 5 of 5) sorted by relevance
72 DigitFormatterIntOptions() : fAlwaysShowSign(FALSE) { } in DigitFormatterIntOptions()78 return (fAlwaysShowSign == rhs.fAlwaysShowSign); in equals()85 UBool fAlwaysShowSign; variable
320 if (neg || options.fAlwaysShowSign) { in formatExponent()348 if (neg || options.fAlwaysShowSign) { in countChar32ForExponent()
304 return fOptions.fExponent.fAlwaysShowSign; in isExponentSignAlwaysShown()307 fOptions.fExponent.fAlwaysShowSign = x; in setExponentSignAlwaysShown()
850 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()
1097 options.fExponent.fAlwaysShowSign = TRUE; in TestSciFormatter()1113 options.fExponent.fAlwaysShowSign = FALSE; in TestSciFormatter()2555 options.fExponent.fAlwaysShowSign = TRUE; in TestPluralsAndRoundingScientific()